summaryrefslogtreecommitdiff
path: root/src/ejabberd_web_admin.erl
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2015-04-15 10:47:10 +0200
committerPaweł Chmielowski <pawel@process-one.net>2015-04-15 10:47:10 +0200
commitba69c469b551e77929bd1a6eb3fd16a82ef13687 (patch)
tree65d0fa1dbd523c410b011bcec53bf477036c9794 /src/ejabberd_web_admin.erl
parentEnable 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 'src/ejabberd_web_admin.erl')
-rw-r--r--src/ejabberd_web_admin.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ejabberd_web_admin.erl b/src/ejabberd_web_admin.erl
index 65bac357..29ecb734 100644
--- a/src/ejabberd_web_admin.erl
+++ b/src/ejabberd_web_admin.erl
@@ -1549,9 +1549,7 @@ user_info(User, Server, Query, Lang) ->
c2s_compressed_tls ->
<<"tls+zlib">>;
http_bind ->
- <<"http-bind">>;
- http_poll ->
- <<"http-poll">>
+ <<"http-bind">>
end,
<<" (", ConnS/binary,
"://",
@@ -2879,4 +2877,3 @@ make_menu_item(item, 3, URI, Name, Lang) ->
%%%==================================
%%% vim: set foldmethod=marker foldmarker=%%%%,%%%=:
-