mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_c2s: Include stream attributes in stream-features event
We need this to access 'from' in SASL2/FAST.
This commit is contained in:
parent
32c38bc249
commit
fdf61a38cf
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ function stream_callbacks._streamopened(session, attr)
|
|||
end
|
||||
|
||||
local features = st.stanza("stream:features");
|
||||
hosts[session.host].events.fire_event("stream-features", { origin = session, features = features });
|
||||
hosts[session.host].events.fire_event("stream-features", { origin = session, features = features, stream = attr });
|
||||
if features.tags[1] or session.full_jid then
|
||||
send(features);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue