plugins/mod_csi_simple.lua
branch0.11
changeset 10820 b4c2c7fae7c0
parent 9775 bf92f37de137
child 10821 7c503938ce1d
--- a/plugins/mod_csi_simple.lua	Fri May 08 22:39:01 2020 +0200
+++ b/plugins/mod_csi_simple.lua	Fri May 08 23:47:48 2020 +0200
@@ -79,6 +79,9 @@
 		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;