Code

relax need for realm on md5 auth
authorishmal <ishmal@users.sourceforge.net>
Mon, 28 Aug 2006 13:51:01 +0000 (13:51 +0000)
committerishmal <ishmal@users.sourceforge.net>
Mon, 28 Aug 2006 13:51:01 +0000 (13:51 +0000)
src/pedro/pedroxmpp.cpp

index ccaaea4bd768fe5bfcd45759854a28169dc973d0..b882b9ab9106be68a21d4e932aa018a6f7f97005 100644 (file)
@@ -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());