summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc51078)
raw | patch | inline | side by side (parent: dc51078)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 28 Aug 2006 13:51:01 +0000 (13:51 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 28 Aug 2006 13:51:01 +0000 (13:51 +0000) |
src/pedro/pedroxmpp.cpp | patch | blob | history |
index ccaaea4bd768fe5bfcd45759854a28169dc973d0..b882b9ab9106be68a21d4e932aa018a6f7f97005 100644 (file)
--- a/src/pedro/pedroxmpp.cpp
+++ b/src/pedro/pedroxmpp.cpp
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());