comparison src/protocols/jabber/chat.h @ 9754:4a8bf81b82ae

[gaim-migrate @ 10621] " This will default the room/server fields to the proper values when an add chat is requested from a conversation window. It wasn't quite as trivial as the reporter suggested..." --Nathan (noif) Fredrickson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 15 Aug 2004 19:34:20 +0000
parents f65be7c97812
children e74eb0d11f86
comparison
equal deleted inserted replaced
9753:60705fd4f411 9754:4a8bf81b82ae
49 void *config_dialog_handle; 49 void *config_dialog_handle;
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 void jabber_chat_join(GaimConnection *gc, GHashTable *data); 55 void jabber_chat_join(GaimConnection *gc, GHashTable *data);
55 JabberChat *jabber_chat_find(JabberStream *js, const char *room, 56 JabberChat *jabber_chat_find(JabberStream *js, const char *room,
56 const char *server); 57 const char *server);
57 JabberChat *jabber_chat_find_by_id(JabberStream *js, int id); 58 JabberChat *jabber_chat_find_by_id(JabberStream *js, int id);
58 JabberChat *jabber_chat_find_by_conv(GaimConversation *conv); 59 JabberChat *jabber_chat_find_by_conv(GaimConversation *conv);