plugins/mod_csi_simple.lua
changeset 10827 b8be600803ee
parent 10826 af42448a8e98
child 10828 c8430ee33967
--- a/plugins/mod_csi_simple.lua	Sat May 09 01:01:01 2020 +0200
+++ b/plugins/mod_csi_simple.lua	Sat May 09 01:01:03 2020 +0200
@@ -64,6 +64,7 @@
 			return true, "invite";
 		end
 		if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
+			-- XXX Experimental XEP stuck in Proposed for almost a year at the time of this comment
 			return true, "jingle call";
 		end
 		for important in important_payloads do