mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_websocket: Make sure stanza xmlns filter runs late in the chain
This commit is contained in:
parent
1994ce590f
commit
4633eb56fb
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ function handle_request(event)
|
|||
attr["xmlns:stream"] = attr["xmlns:stream"] or xmlns_streams;
|
||||
end
|
||||
return stanza;
|
||||
end);
|
||||
end, -1000);
|
||||
|
||||
add_filter(session, "bytes/out", function(data)
|
||||
return build_frame({ FIN = true, opcode = 0x01, data = tostring(data)});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue