mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Removed HTTP bind session count. Removed the 'sponsored bind session' text. (thanks to Michael Remond)
Details: Removed the HTTP bind session count because it leaks information on the size of the platform. Removed the text 'sponsored by Mabber' because it is confusing, as people could think a third-party service using HTTP bind is sponsored by Mabber. SVN Revision: 2301
This commit is contained in:
parent
3e2c626696
commit
646477be08
@ -3,7 +3,7 @@
|
|||||||
%%% Author : Stefan Strigler <steve@zeank.in-berlin.de>
|
%%% Author : Stefan Strigler <steve@zeank.in-berlin.de>
|
||||||
%%% Purpose : Implementation of XMPP over BOSH (XEP-0206)
|
%%% Purpose : Implementation of XMPP over BOSH (XEP-0206)
|
||||||
%%% Created : Tue Feb 20 13:15:52 CET 2007
|
%%% Created : Tue Feb 20 13:15:52 CET 2007
|
||||||
%%% Id : $Id: mod_http_bind.erl 549 2008-04-02 09:12:44Z cromain $
|
%%% Id : $Id: mod_http_bind.erl 665 2008-06-26 08:41:48Z mremond $
|
||||||
%%%----------------------------------------------------------------------
|
%%%----------------------------------------------------------------------
|
||||||
|
|
||||||
%%%----------------------------------------------------------------------
|
%%%----------------------------------------------------------------------
|
||||||
@ -57,13 +57,6 @@ process([], #request{method = 'GET',
|
|||||||
[{xmlcdata, "An implementation of "},
|
[{xmlcdata, "An implementation of "},
|
||||||
{xmlelement, "a", [{"href", "http://www.xmpp.org/extensions/xep-0206.html"}],
|
{xmlelement, "a", [{"href", "http://www.xmpp.org/extensions/xep-0206.html"}],
|
||||||
[{xmlcdata, "XMPP over BOSH (XEP-0206)"}]}]},
|
[{xmlcdata, "XMPP over BOSH (XEP-0206)"}]}]},
|
||||||
{xmlelement, "p", [],
|
|
||||||
[{xmlcdata, integer_to_list(mnesia:table_info(http_bind, size)) ++ " sessions found."}]},
|
|
||||||
{xmlelement, "p", [],
|
|
||||||
[{xmlcdata, "Sponsored by "},
|
|
||||||
{xmlelement, "a", [{"href", "http://mabber.com"}],
|
|
||||||
[{xmlcdata, "mabber"}]},
|
|
||||||
{xmlcdata, "."}]}
|
|
||||||
]}]};
|
]}]};
|
||||||
process(_Path, _Request) ->
|
process(_Path, _Request) ->
|
||||||
?DEBUG("Bad Request: ~p", [_Request]),
|
?DEBUG("Bad Request: ~p", [_Request]),
|
||||||
|
Loading…
Reference in New Issue
Block a user