mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
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:
parent
ed4cc77c76
commit
b8779399f6
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue