]> granicus.if.org Git - ejabberd/commitdiff
Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJAB-1075)
authorBadlop <badlop@process-one.net>
Tue, 20 Oct 2009 09:56:12 +0000 (09:56 +0000)
committerBadlop <badlop@process-one.net>
Tue, 20 Oct 2009 09:56:12 +0000 (09:56 +0000)
SVN Revision: 2685

src/web/ejabberd_http_bind.erl

index bfe68195c3ede17c3b1b69664dd606303382de05..43fd9ecfd53d51b982155ece4a24930470875959 100644 (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,