comparison libpurple/protocols/jabber/parser.c @ 29126:d558d141aaae

propagate from branch 'im.pidgin.pidgin' (head 4185001f1d8e8d7c894fa194202f7051f06cb59f) to branch 'im.pidgin.cpw.darkrain42.xmpp.scram' (head 90b6819fa75dbf90fc1c2132fe445eaf4661c383)
author Paul Aurich <paul@darkrain42.org>
date Thu, 03 Dec 2009 05:39:00 +0000
parents 6ebacc1710b2 eb4081c68c57
children e1c01f236674
comparison
equal deleted inserted replaced
29124:ba1cefa62792 29126:d558d141aaae
261 /* 261 /*
262 * Legacy servers don't advertise features, so if we've just gotten 262 * Legacy servers don't advertise features, so if we've just gotten
263 * the opening <stream:stream> and there was no version, we need to 263 * the opening <stream:stream> and there was no version, we need to
264 * immediately start legacy IQ auth. 264 * immediately start legacy IQ auth.
265 */ 265 */
266 js->auth_type = JABBER_AUTH_IQ_AUTH;
267 jabber_stream_set_state(js, JABBER_STREAM_AUTHENTICATING); 266 jabber_stream_set_state(js, JABBER_STREAM_AUTHENTICATING);
268 } 267 jabber_auth_start_old(js);
269 } 268 }
270 269 }
270