Mercurial > pidgin.yaz
changeset 7645:28100686bde9
[gaim-migrate @ 8288]
i've got to quit making commits right before I go to bed
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 27 Nov 2003 17:40:21 +0000 |
parents | 4168b8881746 |
children | c8337162c712 |
files | src/protocols/jabber/auth.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/auth.c Thu Nov 27 07:04:26 2003 +0000 +++ b/src/protocols/jabber/auth.c Thu Nov 27 17:40:21 2003 +0000 @@ -75,7 +75,7 @@ auth = xmlnode_new("auth"); xmlnode_set_attrib(auth, "xmlns", "urn:ietf:params:xml:ns:xmpp-sasl"); - if(0 && digest_md5) { + if(digest_md5) { xmlnode_set_attrib(auth, "mechanism", "DIGEST-MD5"); js->auth_type = JABBER_AUTH_DIGEST_MD5; /*