Commit 230bca9e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed anonymous logins.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@757 b35dd754-fafc-0310-a699-88a17e54d16e
parent b3eefe68
...@@ -104,7 +104,7 @@ public class IQAuthHandler extends IQHandler implements IQAuthInfo { ...@@ -104,7 +104,7 @@ public class IQAuthHandler extends IQHandler implements IQAuthInfo {
} }
// Otherwise set query // Otherwise set query
else { else {
if (iq.elements().isEmpty()) { if (query.elements().isEmpty()) {
// Anonymous authentication // Anonymous authentication
response = anonymousLogin(session, packet); response = anonymousLogin(session, packet);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment