Changeset e35d1a1 for protocols/nogaim.h


Ignore:
Timestamp:
2007-04-22T20:44:27Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
43671b9
Parents:
c737ba7
Message:

Read-only support for Jabber conferences (non-anonymous rooms only).
Just don't use this, you're really not going to like it. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rc737ba7 re35d1a1  
    9191        irc_t *irc;
    9292       
    93         struct groupchat *conversations;
     93        struct groupchat *groupchats;
    9494};
    9595
     
    9797        struct im_connection *ic;
    9898
    99         /* stuff used just for chat */
    10099        GList *in_room;
    101100        GList *ignored;
    102101       
    103         /* BitlBee */
    104102        struct groupchat *next;
    105103        char *channel;
     
    208206G_MODULE_EXPORT void imcb_chat_remove_buddy( struct groupchat *b, char *handle, char *reason );
    209207G_MODULE_EXPORT void imcb_chat_msg( struct groupchat *c, char *who, char *msg, u_int32_t flags, time_t sent_at );
    210 G_MODULE_EXPORT void imcb_chat_removed( struct groupchat *c );
     208G_MODULE_EXPORT void imcb_chat_free( struct groupchat *c );
    211209struct groupchat *chat_by_channel( char *channel );
    212210
Note: See TracChangeset for help on using the changeset viewer.