Changeset 5bd21df for protocols/jabber/jabber.h
- Timestamp:
- 2007-12-02T17:25:57Z (17 years ago)
- Branches:
- master
- Children:
- fc5d06d
- Parents:
- 911cc4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r911cc4f r5bd21df 208 208 int jabber_buddy_remove( struct im_connection *ic, char *full_jid ); 209 209 int jabber_buddy_remove_bare( struct im_connection *ic, char *bare_jid ); 210 struct groupchat *jabber_chat_by_name( struct im_connection *ic, const char *name );211 210 time_t jabber_get_timestamp( struct xt_node *xt ); 212 211 struct jabber_error *jabber_error_parse( struct xt_node *node, char *xmlns ); … … 231 230 /* conference.c */ 232 231 struct groupchat *jabber_chat_join( struct im_connection *ic, char *room, char *nick, char *password ); 232 struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name ); 233 233 void jabber_chat_free( struct groupchat *c ); 234 234 int jabber_chat_msg( struct groupchat *ic, char *message, int flags );
Note: See TracChangeset
for help on using the changeset viewer.