diff src/protocols/jabber/jabber.h @ 7291:632cee95cc5c

[gaim-migrate @ 7872] disable jabber SASL for the moment, until the RFCs are actually approved, since the authentication stuff is still in a state of flux committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 17 Oct 2003 20:03:44 +0000
parents 1cf80749f2f0
children b250288fa948
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Fri Oct 17 20:02:40 2003 +0000
+++ b/src/protocols/jabber/jabber.h	Fri Oct 17 20:03:44 2003 +0000
@@ -49,6 +49,11 @@
 		JABBER_PROTO_0_9,
 		JABBER_PROTO_1_0
 	} protocol_version;
+	enum {
+		JABBER_AUTH_NONE,
+		JABBER_AUTH_DIGEST_MD5,
+		JABBER_AUTH_PLAIN
+	} auth_type;
 	char *stream_id;
 	JabberStreamState state;