aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/ejabberd_http_bind.erl2
1 files changed, 1 insertions, 1 deletions
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, "<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,