Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2017-06-23 17:47:14 +0300
committerGitHub <noreply@github.com>2017-06-23 17:47:14 +0300
commitbb39ecbc085382307c67bb2882818c761e4eed00 (patch)
tree14b84e9dbb4e8cc41cc65a3faa6d2292e0f76832 /ejabberd.yml.example
parent54e6e1a5fbdb2acb21c37bb17d805e450f8d9983 (diff)
More explicit bosh configuration handler
I also updated default url from to match URL suggested by XEP-0156
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example4
1 files 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
##