Skip to content

Commit 57ae13b

Browse files
committed
Fix matrix_id_as_jid option documentation
1 parent 4f7d1e9 commit 57ae13b

File tree

Image for: File tree

1 file changed

Image for: 1 file changed
+2
-2
lines changed

1 file changed

Image for: 1 file changed
+2
-2
lines changed

‎content/admin/configuration/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,10 @@ Specify a domain in the Matrix federation. The keyword *@HOST@* is
12081208
replaced with the hostname. The default value is *@HOST@*.
12091209

12101210
- **matrix\_id\_as\_jid**: *true | false*
1211-
If set to *false*, all packets failing to be delivered via an XMPP
1211+
If set to *true*, all packets failing to be delivered via an XMPP
12121212
server-to-server connection will then be routed to the Matrix gateway by
12131213
translating a Jabber ID *user@matrixdomain.tld* to a Matrix user
1214-
identifier *@user:matrixdomain.tld*. When set to *true*, messages must
1214+
identifier *@user:matrixdomain.tld*. When set to *false*, messages must
12151215
be explicitly sent to the matrix gateway service Jabber ID to be routed
12161216
to a remote Matrix server. In this case, to send a message to Matrix
12171217
user *@user:matrixdomain.tld*, the client must send a message to the JID

0 commit comments

Image for: 0 commit comments
Comments
 (0)