Ignore:
Timestamp:
2007-11-19T23:14:39Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
256899f
Parents:
50e1776
Message:

Added Jabber groupchat topic support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r50e1776 ref5c185  
    229229void jabber_chat_free( struct groupchat *c );
    230230int jabber_chat_msg( struct groupchat *ic, char *message, int flags );
     231int jabber_chat_topic( struct groupchat *c, char *topic );
    231232int jabber_chat_leave( struct groupchat *c, const char *reason );
    232233void jabber_chat_pkt_presence( struct im_connection *ic, struct jabber_buddy *bud, struct xt_node *node );
Note: See TracChangeset for help on using the changeset viewer.