mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Enable websocket connection in default config file
This commit is contained in:
parent
e408276283
commit
a1f81057ca
1 changed files with 3 additions and 2 deletions
|
@ -161,7 +161,8 @@ listen:
|
||||||
-
|
-
|
||||||
port: 5280
|
port: 5280
|
||||||
module: ejabberd_http
|
module: ejabberd_http
|
||||||
## request_handlers:
|
request_handlers:
|
||||||
|
"/websocket": ejabberd_http_ws
|
||||||
## "/pub/archive": mod_http_fileserver
|
## "/pub/archive": mod_http_fileserver
|
||||||
web_admin: true
|
web_admin: true
|
||||||
http_poll: true
|
http_poll: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue