From bb39ecbc085382307c67bb2882818c761e4eed00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Fri, 23 Jun 2017 16:47:14 +0200 Subject: [PATCH] More explicit bosh configuration handler I also updated default url from to match URL suggested by XEP-0156 --- ejabberd.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 62a6fe5ca..3f0e8d1c6 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -158,11 +158,11 @@ listen: ip: "::" module: ejabberd_http request_handlers: - "/websocket": ejabberd_http_ws + "/ws": ejabberd_http_ws + "/bosh": mod_bosh "/api": mod_http_api ## "/pub/archive": mod_http_fileserver web_admin: true - http_bind: true ## register: true captcha: true ##