comparison src/protocols/jabber/jabber.h @ 8113:d60272410bd5

[gaim-migrate @ 8817] Tim 'marv' Ringenbach wrote us a wonderful core/ui split chat room list thing-a-ma-jig. I've taken the liberty of adding jabber support to it as well. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 15 Jan 2004 22:20:29 +0000
parents 9a6df4d567e0
children dd6fe7d965aa
comparison
equal deleted inserted replaced
8112:67387ec77301 8113:d60272410bd5
22 #ifndef _GAIM_JABBER_H_ 22 #ifndef _GAIM_JABBER_H_
23 #define _GAIM_JABBER_H_ 23 #define _GAIM_JABBER_H_
24 24
25 #include <glib.h> 25 #include <glib.h>
26 #include "connection.h" 26 #include "connection.h"
27 #include "roomlist.h"
27 #include "sslconn.h" 28 #include "sslconn.h"
28 29
29 #include "jutil.h" 30 #include "jutil.h"
30 #include "xmlnode.h" 31 #include "xmlnode.h"
31 32
63 GHashTable *buddies; 64 GHashTable *buddies;
64 gboolean roster_parsed; 65 gboolean roster_parsed;
65 66
66 GHashTable *chats; 67 GHashTable *chats;
67 GList *chat_servers; 68 GList *chat_servers;
69 GaimRoomlist *roomlist;
68 70
69 GHashTable *callbacks; 71 GHashTable *callbacks;
70 int next_id; 72 int next_id;
71 73
72 GList *oob_file_transfers; 74 GList *oob_file_transfers;