Changeset b9f8b87 for protocols/jabber/jabber.h
- Timestamp:
- 2007-07-01T16:29:21Z (18 years ago)
- Branches:
- master
- Children:
- 9c9b37c
- Parents:
- 2758cfe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
r2758cfe rb9f8b87 195 195 struct jabber_buddy *jabber_buddy_add( struct im_connection *ic, char *full_jid ); 196 196 struct jabber_buddy *jabber_buddy_by_jid( struct im_connection *ic, char *jid, get_buddy_flags_t flags ); 197 struct jabber_buddy *jabber_buddy_by_ext_jid( struct im_connection *ic, char *jid, get_buddy_flags_t flags ); 197 198 int jabber_buddy_remove( struct im_connection *ic, char *full_jid ); 198 199 int jabber_buddy_remove_bare( struct im_connection *ic, char *bare_jid );
Note: See TracChangeset
for help on using the changeset viewer.