Skip to content

Commit fb5a5fd

Browse files
committed
Mention mod_host_meta in WebSocket section (#113)
1 parent 669e46b commit fb5a5fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/admin/configuration/listen.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,11 @@ This module can be configured using those top-level options:
436436
With the example configuration previously mentioned,
437437
the WebSocket URL would be: `ws://localhost:5280/xmpp`
438438

439-
You may want to setup `host-meta` so clients can
440-
easily discover WebSocket service for your XMPP domain. Refer to
441-
[XEP-0156](https://xmpp.org/extensions/xep-0156.html#http).
439+
You may want to provide a `host-meta` file so clients can
440+
easily discover WebSocket service for your XMPP domain
441+
(see [XEP-0156](https://xmpp.org/extensions/xep-0156.html#http)).
442+
One easy way to provide that file is using
443+
[`mod_host_meta`](/admin/configuration/modules/#mod-host-meta).
442444

443445
## Testing WebSocket
444446

0 commit comments

Comments
 (0)