Diff

plugins/mod_csi_simple.lua @ 10817:7c503938ce1d

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 09 May 2020 00:48:22 +0200
parent 10808:0d365c0ee9fe
parent 10816:b4c2c7fae7c0
child 10822:af42448a8e98
line wrap: on
line diff
--- 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;