mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
More explicit bosh configuration handler
I also updated default url from to match URL suggested by XEP-0156
This commit is contained in:
parent
54e6e1a5fb
commit
bb39ecbc08
@ -158,11 +158,11 @@ listen:
|
|||||||
ip: "::"
|
ip: "::"
|
||||||
module: ejabberd_http
|
module: ejabberd_http
|
||||||
request_handlers:
|
request_handlers:
|
||||||
"/websocket": ejabberd_http_ws
|
"/ws": ejabberd_http_ws
|
||||||
|
"/bosh": mod_bosh
|
||||||
"/api": mod_http_api
|
"/api": mod_http_api
|
||||||
## "/pub/archive": mod_http_fileserver
|
## "/pub/archive": mod_http_fileserver
|
||||||
web_admin: true
|
web_admin: true
|
||||||
http_bind: true
|
|
||||||
## register: true
|
## register: true
|
||||||
captcha: true
|
captcha: true
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user