mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_s2s: Fire global event for stream features where the remote server has not sent the 'to' stream attribute
This commit is contained in:
parent
b75d87f63d
commit
617cacab71
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ function stream_callbacks.streamopened(session, attr)
|
|||
hosts[to].events.fire_event("s2s-stream-features", { origin = session, features = features });
|
||||
else
|
||||
(session.log or log)("warn", "No 'to' on stream header from %s means we can't offer any features", from or session.ip or "unknown host");
|
||||
fire_global_event("s2s-stream-features-legacy", { origin = session, features = features });
|
||||
end
|
||||
|
||||
if ( session.type == "s2sin" or session.type == "s2sout" ) or features.tags[1] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue