24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-30 23:02:00 +02:00

Fix matrix_id_as_jid option documentation

This commit is contained in:
Alexey Shchepin 2024-06-28 05:31:16 +03:00
parent 27ba09debf
commit 3124644315

View File

@ -924,10 +924,10 @@ mod_doc() ->
{matrix_id_as_jid,
#{value => "true | false",
desc =>
?T("If set to 'false', all packets failing to be delivered via an XMPP "
?T("If set to 'true', all packets failing to be delivered via an XMPP "
"server-to-server connection will then be routed to the Matrix gateway "
"by translating a Jabber ID 'user@matrixdomain.tld' to a Matrix user "
"identifier '@user:matrixdomain.tld'. When set to 'true', messages "
"identifier '@user:matrixdomain.tld'. When set to 'false', messages "
"must be explicitly sent to the matrix gateway service Jabber ID to be "
"routed to a remote Matrix server. In this case, to send a message to "
"Matrix user '@user:matrixdomain.tld', the client must send a message "