mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
5b3710099c
2 changed files with 5 additions and 1 deletions
|
@ -68,6 +68,9 @@ function is_important(stanza) --> boolean, reason: string
|
|||
return true;
|
||||
end
|
||||
end
|
||||
if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
|
||||
return true;
|
||||
end
|
||||
return false;
|
||||
elseif st_name == "iq" then
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue