Merge 0.9->trunk

This commit is contained in:
Matthew Wild 2012-03-09 18:46:19 +00:00
commit 4689bd441e
2 changed files with 21 additions and 3 deletions

View file

@ -549,7 +549,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