summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroxmpp.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-08-28 13:51:01 +0000
committerishmal <ishmal@users.sourceforge.net>2006-08-28 13:51:01 +0000
commite53bf9ce10537fd7b09988ad51b062f631a13fdd (patch)
treee4c5c27cff73071b90ebf9c1adb60fd986bf78ee /src/pedro/pedroxmpp.cpp
parentAdded some set_size_requests to ishmal's cool work so dialogs look nice from the (diff)
downloadinkscape-e53bf9ce10537fd7b09988ad51b062f631a13fdd.tar.gz
inkscape-e53bf9ce10537fd7b09988ad51b062f631a13fdd.zip
relax need for realm on md5 auth
(bzr r1649)
Diffstat (limited to 'src/pedro/pedroxmpp.cpp')
-rw-r--r--src/pedro/pedroxmpp.cpp5
1 files changed, 3 insertions, 2 deletions
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());