mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important

Improves experience with VoIP calls initiated via JMI

Closes #1548
vault/master
Kim Alvefur 6 years ago
parent 3a0744ac82
commit 56aaa63f96
  1. 3
      plugins/mod_csi_simple.lua

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

Loading…
Cancel
Save