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,8 +161,9 @@ listen:
|
|||
-
|
||||
port: 5280
|
||||
module: ejabberd_http
|
||||
## request_handlers:
|
||||
## "/pub/archive": mod_http_fileserver
|
||||
request_handlers:
|
||||
"/websocket": ejabberd_http_ws
|
||||
## "/pub/archive": mod_http_fileserver
|
||||
web_admin: true
|
||||
http_poll: true
|
||||
http_bind: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue