From e53bf9ce10537fd7b09988ad51b062f631a13fdd Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Mon, 28 Aug 2006 13:51:01 +0000 Subject: relax need for realm on md5 auth (bzr r1649) --- src/pedro/pedroxmpp.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pedro/pedroxmpp.cpp b/src/pedro/pedroxmpp.cpp index ccaaea4bd..b882b9ab9 100644 --- a/src/pedro/pedroxmpp.cpp +++ b/src/pedro/pedroxmpp.cpp @@ -1862,8 +1862,9 @@ bool XmppClient::saslMd5Authenticate() DOMString realm = attrs["realm"]; if (realm.size()==0) { - error("login: no SASL realm sent by server"); - return false; + //Apparently this is not a problem + //error("login: no SASL realm sent by server"); + //return false; } status("SASL recv nonce: '%s' realm:'%s'\n", nonce.c_str(), realm.c_str()); -- cgit v1.2.3