comparison libpurple/protocols/jabber/jabber.h @ 28447:b357216b7b79

jabber: Fix using BOSH and legacy auth together. Closes #9990. Thanks to Perel for testing.
author Paul Aurich <paul@darkrain42.org>
date Tue, 25 Aug 2009 16:38:18 +0000
parents c585572e80dd
children 4fd0baa32a9e 196e4c5b2043
comparison
equal deleted inserted replaced
28446:0b3142f3edb4 28447:b357216b7b79
85 JABBER_STREAM_OFFLINE, 85 JABBER_STREAM_OFFLINE,
86 JABBER_STREAM_CONNECTING, 86 JABBER_STREAM_CONNECTING,
87 JABBER_STREAM_INITIALIZING, 87 JABBER_STREAM_INITIALIZING,
88 JABBER_STREAM_INITIALIZING_ENCRYPTION, 88 JABBER_STREAM_INITIALIZING_ENCRYPTION,
89 JABBER_STREAM_AUTHENTICATING, 89 JABBER_STREAM_AUTHENTICATING,
90 JABBER_STREAM_REINITIALIZING, 90 JABBER_STREAM_POST_AUTH,
91 JABBER_STREAM_CONNECTED 91 JABBER_STREAM_CONNECTED
92 } JabberStreamState; 92 } JabberStreamState;
93 93
94 struct _JabberStream 94 struct _JabberStream
95 { 95 {