diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 5 | ||||
-rw-r--r-- | doc/guide.tex | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/guide.html b/doc/guide.html index 972161a20..f55b91289 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -3556,9 +3556,8 @@ Arguments = [ {ArgumentName, ArgumentValue}, ...] ArgumentName = atom() ArgumentValue = any() </PRE><P>The default value is to not define any restriction: <TT>[]</TT>. -If at least one restriction is defined, then the frontend expects -that authentication information is provided when executing a command. -The authentication information is Username, Hostname and Password of a local XMPP account +The authentication information is provided when executing a command, +and is Username, Hostname and Password of a local XMPP account that has permission to execute the corresponding command. This means that the account must be registered in the local ejabberd, because the information will be verified. diff --git a/doc/guide.tex b/doc/guide.tex index 8f848adcc..6431e8d59 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -4529,9 +4529,8 @@ ArgumentValue = any() \end{verbatim} The default value is to not define any restriction: \term{[]}. -If at least one restriction is defined, then the frontend expects -that authentication information is provided when executing a command. -The authentication information is Username, Hostname and Password of a local XMPP account +The authentication information is provided when executing a command, +and is Username, Hostname and Password of a local XMPP account that has permission to execute the corresponding command. This means that the account must be registered in the local ejabberd, because the information will be verified. |