mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Fix typo in comment.
SVN Revision: 2868
This commit is contained in:
parent
0537eea929
commit
b1ad7ad0ba
@ -144,7 +144,7 @@ allow_multiple_connections(Host) when is_list(Host) ->
|
|||||||
%% @spec (User, Server) -> bool()
|
%% @spec (User, Server) -> bool()
|
||||||
%% User = string()
|
%% User = string()
|
||||||
%% Server = string()
|
%% Server = string()
|
||||||
%% @doc Check if user exist in the anonymus database.
|
%% @doc Check if user exist in the anonymous database.
|
||||||
|
|
||||||
anonymous_user_exist(User, Server) when is_list(User), is_list(Server) ->
|
anonymous_user_exist(User, Server) when is_list(User), is_list(Server) ->
|
||||||
LUser = exmpp_stringprep:nodeprep(User),
|
LUser = exmpp_stringprep:nodeprep(User),
|
||||||
|
Loading…
Reference in New Issue
Block a user