More explicit bosh configuration handler

I also updated default url from to match URL suggested by XEP-0156
This commit is contained in:
Mickaël Rémond 2017-06-23 16:47:14 +02:00 committed by GitHub
parent 54e6e1a5fb
commit bb39ecbc08
1 changed files with 2 additions and 2 deletions

View File

@ -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
## ##