mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 22:57:38 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
412505d3c9
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ function handle_request(event)
|
|||
end);
|
||||
|
||||
add_filter(session, "stanzas/out", function(stanza)
|
||||
stanza = st.clone(stanza);
|
||||
local attr = stanza.attr;
|
||||
attr.xmlns = attr.xmlns or xmlns_client;
|
||||
if stanza.name:find("^stream:") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue