im.pidgin.pidgin: a37eca47349d0f765e8fc5f34fa821143fc86217

evands at pidgin.im evands at pidgin.im
Fri Jan 25 22:55:48 EST 2008


-----------------------------------------------------------------
Revision: a37eca47349d0f765e8fc5f34fa821143fc86217
Ancestor: d1f7ed119dc26c28d442976a4f1f24e886fa2afc
Author: evands at pidgin.im
Date: 2008-01-26T03:53:18
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/jabber/auth.c

ChangeLog: 

If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/auth.c	11fce39ec326ef9f133c0762d0348641505f8942
+++ libpurple/protocols/jabber/auth.c	44dd6800aff7581f50697046ddb254b64413bff9
@@ -344,6 +344,7 @@ static void jabber_auth_start_cyrus(Jabb
 					 * Doing otherwise means that simply compiling with SASL support renders the client unable to connect to servers
 					 * which would connect without issue otherwise. -evands
 					 */
+					js->auth_type = JABBER_AUTH_IQ_AUTH;
 					jabber_auth_start_old(js);
 					return;
 				}


More information about the Commits mailing list