mod_cloud_notify/mod_cloud_notify.lua
changeset 4468 ea820de69265
parent 4433 157fa4e535b0
child 4702 4157773ed4d3
--- a/mod_cloud_notify/mod_cloud_notify.lua	Tue Feb 23 03:22:33 2021 +0100
+++ b/mod_cloud_notify/mod_cloud_notify.lua	Tue Feb 23 15:23:29 2021 +0000
@@ -281,6 +281,9 @@
 		-- check xep373 pgp (OX) https://xmpp.org/extensions/xep-0373.html
 		if stanza:get_child("openpgp", "urn:xmpp:openpgp:0") then return true; end
 
+		-- XEP-0353: Jingle Message Initiation (incoming call request)
+		if stanza:get_child("propose", "urn:xmpp:jingle-message:0") then return true; end
+
 		local body = stanza:get_child_text("body");
 
 		-- groupchat subjects are not important here