Commit 18a9bb1a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Small refactoring work.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4154 b35dd754-fafc-0310-a699-88a17e54d16e
parent 49d30780
...@@ -269,7 +269,7 @@ public class IQAuthHandler extends IQHandler implements IQAuthInfo { ...@@ -269,7 +269,7 @@ public class IQAuthHandler extends IQHandler implements IQAuthInfo {
return response; return response;
} }
public boolean isAllowAnonymous() { public boolean isAnonymousAllowed() {
return anonymousAllowed; return anonymousAllowed;
} }
......
...@@ -25,7 +25,7 @@ public interface IQAuthInfo { ...@@ -25,7 +25,7 @@ public interface IQAuthInfo {
* *
* @return true if anonymous logins are allowed * @return true if anonymous logins are allowed
*/ */
public boolean isAllowAnonymous(); public boolean isAnonymousAllowed();
/** /**
* Changes the server's support for anonymous authentication. * Changes the server's support for anonymous authentication.
......
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