Ignore:
Timestamp:
2007-07-01T16:29:21Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9c9b37c
Parents:
2758cfe
Message:

Better handling of private messages via groupchats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r2758cfe rb9f8b87  
    195195struct jabber_buddy *jabber_buddy_add( struct im_connection *ic, char *full_jid );
    196196struct jabber_buddy *jabber_buddy_by_jid( struct im_connection *ic, char *jid, get_buddy_flags_t flags );
     197struct jabber_buddy *jabber_buddy_by_ext_jid( struct im_connection *ic, char *jid, get_buddy_flags_t flags );
    197198int jabber_buddy_remove( struct im_connection *ic, char *full_jid );
    198199int jabber_buddy_remove_bare( struct im_connection *ic, char *bare_jid );
Note: See TracChangeset for help on using the changeset viewer.