mod_csi_simple: Add comment highlighting that XEP-0353 is experimental
authorKim Alvefur <zash@zash.se>
Sat, 09 May 2020 01:01:03 +0200
changeset 10827 b8be600803ee
parent 10826 af42448a8e98
child 10828 c8430ee33967
mod_csi_simple: Add comment highlighting that XEP-0353 is experimental To make it easier to find implemented Experimental XEPs later. Also at the time of this commit it has been Proposed as mentinoed in the comment but hopefully that will be resolved soon.
plugins/mod_csi_simple.lua
--- 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