mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.9->trunk
This commit is contained in:
commit
4689bd441e
2 changed files with 21 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue