Mercurial > pidgin
changeset 28698:f27ed49948b7
jabber: Oops, re-enable DIGEST-MD5 (I was testing PLAIN).
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 07 Nov 2009 06:42:48 +0000 |
parents | de8565bc63fe |
children | 673ed3740cd7 |
files | libpurple/protocols/jabber/auth.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c Sat Nov 07 06:41:33 2009 +0000 +++ b/libpurple/protocols/jabber/auth.c Sat Nov 07 06:42:48 2009 +0000 @@ -486,7 +486,7 @@ void jabber_auth_init(void) { auth_mechs = g_slist_insert_sorted(auth_mechs, jabber_auth_get_plain_mech(), compare_mech); -// auth_mechs = g_slist_insert_sorted(auth_mechs, jabber_auth_get_digest_md5_mech(), compare_mech); + auth_mechs = g_slist_insert_sorted(auth_mechs, jabber_auth_get_digest_md5_mech(), compare_mech); #ifdef HAVE_CYRUS_SASL auth_mechs = g_slist_insert_sorted(auth_mechs, jabber_auth_get_cyrus_mech(), compare_mech); #endif