Mercurial > pidgin
changeset 22207:b52f690502a4
If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sat, 26 Jan 2008 03:53:18 +0000 |
parents | 1a7b74a20bfe |
children | c77098cebf23 |
files | libpurple/protocols/jabber/auth.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; }