Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2020-05-09 00:48:22 +02:00
commit 5b3710099c
2 changed files with 5 additions and 1 deletions

View file

@ -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;