24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJAB-1075)

SVN Revision: 2685
This commit is contained in:
Badlop 2009-10-20 09:56:12 +00:00
parent f2a37597cf
commit a232d16ff4

View File

@ -188,7 +188,7 @@ process_request(Data, IP) ->
{error, _} ->
{200, ?HEADER, "<body type='terminate' "
"condition='internal-server-error' "
"xmlns='" ++ ?NS_HTTP_BIND ++ "'>BOSH module not started</body"};
"xmlns='" ++ ?NS_HTTP_BIND ++ "'>BOSH module not started</body>"};
{ok, Pid} ->
handle_session_start(
Pid, XmppDomain, Sid, Rid, Attrs,