comparison src/protocols/jabber/chat.h @ 9917:e74eb0d11f86

[gaim-migrate @ 10809] view chat logs curtesy of datallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Aug 2004 01:45:12 +0000
parents 4a8bf81b82ae
children cef48e318125
comparison
equal deleted inserted replaced
9916:4d17a945aab3 9917:e74eb0d11f86
50 GHashTable *members; 50 GHashTable *members;
51 } JabberChat; 51 } JabberChat;
52 52
53 GList *jabber_chat_info(GaimConnection *gc); 53 GList *jabber_chat_info(GaimConnection *gc);
54 GHashTable *jabber_chat_info_defaults(GaimConnection *gc, const char *chat_name); 54 GHashTable *jabber_chat_info_defaults(GaimConnection *gc, const char *chat_name);
55 char *jabber_get_chat_name(GHashTable *data);
55 void jabber_chat_join(GaimConnection *gc, GHashTable *data); 56 void jabber_chat_join(GaimConnection *gc, GHashTable *data);
56 JabberChat *jabber_chat_find(JabberStream *js, const char *room, 57 JabberChat *jabber_chat_find(JabberStream *js, const char *room,
57 const char *server); 58 const char *server);
58 JabberChat *jabber_chat_find_by_id(JabberStream *js, int id); 59 JabberChat *jabber_chat_find_by_id(JabberStream *js, int id);
59 JabberChat *jabber_chat_find_by_conv(GaimConversation *conv); 60 JabberChat *jabber_chat_find_by_conv(GaimConversation *conv);