From a232d16ff4bef96916d0f57d4503c3c7a376816d Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 20 Oct 2009 09:56:12 +0000 Subject: [PATCH] Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJAB-1075) SVN Revision: 2685 --- src/web/ejabberd_http_bind.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index bfe68195c..43fd9ecfd 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -188,7 +188,7 @@ process_request(Data, IP) -> {error, _} -> {200, ?HEADER, "BOSH module not startedBOSH module not started"}; {ok, Pid} -> handle_session_start( Pid, XmppDomain, Sid, Rid, Attrs,