diff 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
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Tue Sep 30 12:59:37 2003 +0000
+++ b/src/protocols/jabber/jabber.h	Tue Sep 30 14:37:05 2003 +0000
@@ -68,6 +68,8 @@
 	JabberID *user;
 	GaimConnection *gc;
 	GaimSslConnection *gsc;
+
+	gboolean registration;
 } JabberStream;
 
 typedef void (JabberCallback)(JabberStream *js, xmlnode *packet);