diff options
author | Paweł Chmielowski <pawel@process-one.net> | 2015-04-15 10:47:10 +0200 |
---|---|---|
committer | Paweł Chmielowski <pawel@process-one.net> | 2015-04-15 10:47:10 +0200 |
commit | ba69c469b551e77929bd1a6eb3fd16a82ef13687 (patch) | |
tree | 65d0fa1dbd523c410b011bcec53bf477036c9794 /ejabberd.yml.example | |
parent | Enable websocket connection in default config file (diff) |
Remove http_poll module
For couple years browsers did limit ability to change cookies from js
for different domains, this made http_poll connections practically not
usuable. I don't think this module is used at all so it's time to put it
to rest.
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 4bf2dcff..5f577d1a 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -165,7 +165,6 @@ listen: "/websocket": ejabberd_http_ws ## "/pub/archive": mod_http_fileserver web_admin: true - http_poll: true http_bind: true ## register: true captcha: true |