# HG changeset patch # User Evan Schoenberg # Date 1201319598 0 # Node ID b52f690502a4b8d3c25f73135d686625b6ea2165 # Parent 1a7b74a20bfe2700c9b4ff76f5afb77e71819492 If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH. diff -r 1a7b74a20bfe -r b52f690502a4 libpurple/protocols/jabber/auth.c --- a/libpurple/protocols/jabber/auth.c Fri Jan 25 22:20:58 2008 +0000 +++ b/libpurple/protocols/jabber/auth.c Sat Jan 26 03:53:18 2008 +0000 @@ -344,6 +344,7 @@ * 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; }