From a1f81057cac8d3cccd24e48c43f131704f9461a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Wed, 15 Apr 2015 10:33:25 +0200 Subject: [PATCH] Enable websocket connection in default config file --- ejabberd.yml.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 0d4cbb1a2..4bf2dcffd 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -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