mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix a few spelling errors
This commit is contained in:
parent
973ba58744
commit
5b6329a12e
@ -401,7 +401,7 @@ doc() ->
|
|||||||
note => "added in 23.10",
|
note => "added in 23.10",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Supplement check for user existence based on 'mod_last' data, for authentication "
|
?T("Supplement check for user existence based on 'mod_last' data, for authentication "
|
||||||
"methods that don't have a way to reliable tell if user exists (like is the case for "
|
"methods that don't have a way to reliably tell if a user exists (like is the case for "
|
||||||
"'jwt' and certificate based authentication). This helps with processing offline message "
|
"'jwt' and certificate based authentication). This helps with processing offline message "
|
||||||
"for those users. The default value is 'true'.")}},
|
"for those users. The default value is 'true'.")}},
|
||||||
{auth_use_cache,
|
{auth_use_cache,
|
||||||
@ -585,7 +585,7 @@ doc() ->
|
|||||||
"'destination' - an instance is chosen by the full JID of "
|
"'destination' - an instance is chosen by the full JID of "
|
||||||
"the packet's 'to' attribute; "
|
"the packet's 'to' attribute; "
|
||||||
"'source' - by the full JID of the packet's 'from' attribute; "
|
"'source' - by the full JID of the packet's 'from' attribute; "
|
||||||
"'bare_destination' - by the the bare JID (without resource) "
|
"'bare_destination' - by the bare JID (without resource) "
|
||||||
"of the packet's 'to' attribute; "
|
"of the packet's 'to' attribute; "
|
||||||
"'bare_source' - by the bare JID (without resource) of the "
|
"'bare_source' - by the bare JID (without resource) of the "
|
||||||
"packet's 'from' attribute is used. The default value is 'random'.")}},
|
"packet's 'from' attribute is used. The default value is 'random'.")}},
|
||||||
|
@ -198,7 +198,7 @@ mod_doc() ->
|
|||||||
?T("Declaration of data to share, must contain 'publish' or 'subscribe' or both, and 'authentication' "
|
?T("Declaration of data to share, must contain 'publish' or 'subscribe' or both, and 'authentication' "
|
||||||
"section with username/password field or certfile pointing to client certificate. "
|
"section with username/password field or certfile pointing to client certificate. "
|
||||||
"Accepted urls can use schema mqtt, mqtts (mqtt with tls), mqtt5, mqtt5s (both to trigger v5 protocol), "
|
"Accepted urls can use schema mqtt, mqtts (mqtt with tls), mqtt5, mqtt5s (both to trigger v5 protocol), "
|
||||||
"ws, wss, ws5, wss5. Certifcate authentication can be only used with mqtts, mqtt5s, wss, wss5.")}},
|
"ws, wss, ws5, wss5. Certificate authentication can be only used with mqtts, mqtt5s, wss, wss5.")}},
|
||||||
{replication_user,
|
{replication_user,
|
||||||
#{value => "JID",
|
#{value => "JID",
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user