Ignore:
Timestamp:
2007-12-02T17:25:57Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fc5d06d
Parents:
911cc4f
Message:

Handling of presence-error packets (only useful for groupchats now), moved
jabber_chat_by_jid() (with the right name) to conference.c, I don't know
what it was doing in jabber_util.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r911cc4f r5bd21df  
    208208int jabber_buddy_remove( struct im_connection *ic, char *full_jid );
    209209int 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 );
    211210time_t jabber_get_timestamp( struct xt_node *xt );
    212211struct jabber_error *jabber_error_parse( struct xt_node *node, char *xmlns );
     
    231230/* conference.c */
    232231struct groupchat *jabber_chat_join( struct im_connection *ic, char *room, char *nick, char *password );
     232struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name );
    233233void jabber_chat_free( struct groupchat *c );
    234234int jabber_chat_msg( struct groupchat *ic, char *message, int flags );
Note: See TracChangeset for help on using the changeset viewer.