comparison 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
comparison
equal deleted inserted replaced
7290:2267f71cb47b 7291:632cee95cc5c
47 47
48 enum { 48 enum {
49 JABBER_PROTO_0_9, 49 JABBER_PROTO_0_9,
50 JABBER_PROTO_1_0 50 JABBER_PROTO_1_0
51 } protocol_version; 51 } protocol_version;
52 enum {
53 JABBER_AUTH_NONE,
54 JABBER_AUTH_DIGEST_MD5,
55 JABBER_AUTH_PLAIN
56 } auth_type;
52 char *stream_id; 57 char *stream_id;
53 JabberStreamState state; 58 JabberStreamState state;
54 59
55 /* SASL authentication */ 60 /* SASL authentication */
56 char *expected_rspauth; 61 char *expected_rspauth;