core.s2smanager: Log the entire stream header.

This commit is contained in:
Kim Alvefur 2012-03-04 17:38:47 +01:00
parent f9853f402b
commit 5442ecd0fe

View file

@ -447,7 +447,7 @@ function streamopened(session, attr)
session.from_host = attr.from and nameprep(attr.from);
session.streamid = uuid_gen();
(session.log or log)("debug", "Incoming s2s received <stream:stream>");
(session.log or log)("debug", "Incoming s2s received %s", st.stanza("stream:stream", attr):top_tag());
if session.to_host then
if not hosts[session.to_host] then
-- Attempting to connect to a host we don't serve