Changeset ef5c185 for protocols/nogaim.h


Ignore:
Timestamp:
2007-11-19T23:14:39Z (16 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/nogaim.h

    r50e1776 ref5c185  
    219219           event. If it doesn't do that, you have to fake it to make it
    220220           visible to the user. */
    221         void (* chat_topic)     (struct groupchat *, char *message);
     221        void (* chat_topic)     (struct groupchat *, char *topic);
    222222       
    223223        /* You can tell what away states your protocol supports, so that
     
    302302G_MODULE_EXPORT void imcb_chat_msg( struct groupchat *c, char *who, char *msg, u_int32_t flags, time_t sent_at );
    303303/* To tell BitlBee 'who' changed the topic of 'c' to 'topic'. */
    304 G_MODULE_EXPORT void imcb_chat_topic( struct groupchat *c, char *who, char *topic );
     304G_MODULE_EXPORT void imcb_chat_topic( struct groupchat *c, char *who, char *topic, time_t set_at );
    305305G_MODULE_EXPORT void imcb_chat_free( struct groupchat *c );
    306306
Note: See TracChangeset for help on using the changeset viewer.