We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4243222 commit c7fcfe7Copy full SHA for c7fcfe7
1 file changed
content/admin/configuration/listen.md
@@ -371,7 +371,7 @@ listen:
371
port: 5280
372
module: ejabberd_http
373
request_handlers:
374
- /xmpp: ejabberd_http_ws
+ /websocket: ejabberd_http_ws
375
```
376
377
This module can be configured using those top-level options:
@@ -383,7 +383,7 @@ This module can be configured using those top-level options:
383
#### WebSocket Discovery
384
385
With the example configuration previously mentioned,
386
-the WebSocket URL would be: `ws://localhost:5280/xmpp`
+the WebSocket URL would be: `ws://localhost:5280/websocket`
387
388
You may want to provide a `host-meta` file so clients can
389
easily discover WebSocket service for your XMPP domain
0 commit comments