mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important

Improves experience with VoIP calls initiated via JMI

Closes #1548
This commit is contained in:
Kim Alvefur 2020-05-08 23:47:48 +02:00
parent ed4cc77c76
commit b8779399f6

View file

@ -79,6 +79,9 @@ module:hook("csi-is-stanza-important", function (event)
if stanza:get_child("encryption", "urn:xmpp:eme:0") then
return true;
end
if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
return true;
end
return false;
end
return true;