plugins/mod_csi_simple.lua
changeset 10821 7c503938ce1d
parent 10812 0d365c0ee9fe
parent 10820 b4c2c7fae7c0
child 10826 af42448a8e98
--- a/plugins/mod_csi_simple.lua	Sat May 09 00:28:10 2020 +0200
+++ b/plugins/mod_csi_simple.lua	Sat May 09 00:48:22 2020 +0200
@@ -68,6 +68,9 @@
 				return true;
 			end
 		end
+		if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
+			return true;
+		end
 		return false;
 	elseif st_name == "iq" then
 		return true;