mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix typo in the Guide about user_regexp
This commit is contained in:
parent
0fde148a9f
commit
76a174a007
@ -1486,10 +1486,10 @@ declarations of ACLs in the configuration file have the following syntax:
|
||||
{acl, tests, {user_regexp, "^test[0-9]*$"}}.
|
||||
\end{verbatim}
|
||||
%$
|
||||
\titem{\{user\_regexp, UserRegexp, Server\}} Matches any user with a name
|
||||
\titem{\{user\_regexp, Regexp, Server\}} Matches any user with a name
|
||||
that matches \term{Regexp} at server \term{Server}. Example:
|
||||
\begin{verbatim}
|
||||
{acl, tests, {user_Userregexp, "^test", "example.org"}}.
|
||||
{acl, tests, {user_regexp, "^test", "example.org"}}.
|
||||
\end{verbatim}
|
||||
\titem{\{server\_regexp, Regexp\}} Matches any JID from the server that
|
||||
matches \term{Regexp}. Example:
|
||||
|
Loading…
Reference in New Issue
Block a user