comparison src/protocols/jabber/jabber.h @ 7072:1350352f5818

[gaim-migrate @ 7637] Jabber Registration Support Also, what I think is a bugfix for the request API. If it's not, then I'm very confused. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 30 Sep 2003 14:37:05 +0000
parents 67c4e9d39242
children 6d10bf28be0e
comparison
equal deleted inserted replaced
7071:470b14b1c70d 7072:1350352f5818
66 time_t idle; 66 time_t idle;
67 67
68 JabberID *user; 68 JabberID *user;
69 GaimConnection *gc; 69 GaimConnection *gc;
70 GaimSslConnection *gsc; 70 GaimSslConnection *gsc;
71
72 gboolean registration;
71 } JabberStream; 73 } JabberStream;
72 74
73 typedef void (JabberCallback)(JabberStream *js, xmlnode *packet); 75 typedef void (JabberCallback)(JabberStream *js, xmlnode *packet);
74 76
75 void jabber_process_packet(JabberStream *js, xmlnode *packet); 77 void jabber_process_packet(JabberStream *js, xmlnode *packet);