plugins/mod_csi_simple.lua
changeset 11264 08b397c21805
parent 10837 ac691f305ea7
child 11383 5c820553ef82
--- a/plugins/mod_csi_simple.lua	Tue Dec 29 21:35:48 2020 +0100
+++ b/plugins/mod_csi_simple.lua	Fri Jan 08 17:32:06 2021 +0100
@@ -68,7 +68,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
+			-- XXX Experimental XEP
 			return true, "jingle call";
 		end
 		for important in important_payloads do