diff options
Diffstat (limited to 'src/web/ejabberd_http_bind.erl')
-rw-r--r-- | src/web/ejabberd_http_bind.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index 336d4171..a80c463a 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -177,7 +177,7 @@ process_request(Data, IP) -> {ok, {"", Rid, Attrs, Payload}} -> case xml:get_attr_s("to",Attrs) of "" -> - ?ERROR_MSG("Session not created (Improper addressing)", []), + ?INFO_MSG("Session not created (Improper addressing).~nAttributes: ~p", [Attrs]), {200, ?HEADER, "<body type='terminate' " "condition='improper-addressing' " "xmlns='" ++ ?NS_HTTP_BIND ++ "'/>"}; |