comparison src/protocols/jabber/jabber.h @ 8043:9a6df4d567e0

[gaim-migrate @ 8727] I think I can sneak this stuff in here before we release committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 10 Jan 2004 01:48:24 +0000
parents 7bae464195c4
children d60272410bd5
comparison
equal deleted inserted replaced
8042:7fa6ddec6e30 8043:9a6df4d567e0
62 62
63 GHashTable *buddies; 63 GHashTable *buddies;
64 gboolean roster_parsed; 64 gboolean roster_parsed;
65 65
66 GHashTable *chats; 66 GHashTable *chats;
67 GList *chat_servers;
67 68
68 GHashTable *callbacks; 69 GHashTable *callbacks;
69 int next_id; 70 int next_id;
70 71
71 GList *oob_file_transfers; 72 GList *oob_file_transfers;
89 void jabber_register_parse(JabberStream *js, xmlnode *packet); 90 void jabber_register_parse(JabberStream *js, xmlnode *packet);
90 void jabber_register_start(JabberStream *js); 91 void jabber_register_start(JabberStream *js);
91 92
92 char *jabber_get_next_id(JabberStream *js); 93 char *jabber_get_next_id(JabberStream *js);
93 94
95 void jabber_iq_disco_server(JabberStream *js);
96
94 #endif /* _GAIM_JABBER_H_ */ 97 #endif /* _GAIM_JABBER_H_ */