diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-08-28 13:51:01 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-08-28 13:51:01 +0000 |
| commit | e53bf9ce10537fd7b09988ad51b062f631a13fdd (patch) | |
| tree | e4c5c27cff73071b90ebf9c1adb60fd986bf78ee /src/pedro/pedroxmpp.cpp | |
| parent | Added some set_size_requests to ishmal's cool work so dialogs look nice from the (diff) | |
| download | inkscape-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.cpp | 5 |
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()); |
