mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJAB-1075)
SVN Revision: 2686
This commit is contained in:
parent
6b4651fad6
commit
12573ed8d2
@ -191,7 +191,7 @@ process_request(Data, IP) ->
|
|||||||
{error, _} ->
|
{error, _} ->
|
||||||
{200, ?HEADER, "<body type='terminate' "
|
{200, ?HEADER, "<body type='terminate' "
|
||||||
"condition='internal-server-error' "
|
"condition='internal-server-error' "
|
||||||
"xmlns='" ++ ?NS_HTTP_BIND ++ "'>BOSH module not started</body"};
|
"xmlns='" ++ ?NS_HTTP_BIND ++ "'>BOSH module not started</body>"};
|
||||||
{ok, Pid} ->
|
{ok, Pid} ->
|
||||||
handle_session_start(
|
handle_session_start(
|
||||||
Pid, XmppDomain, Sid, Rid, Attrs,
|
Pid, XmppDomain, Sid, Rid, Attrs,
|
||||||
|
Loading…
Reference in New Issue
Block a user