mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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, _} ->
|
||||
{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,
|
||||
|
Loading…
Reference in New Issue
Block a user