Changeset

10823:b8be600803ee

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.
author Kim Alvefur <zash@zash.se>
date Sat, 09 May 2020 01:01:03 +0200
parents 10822:af42448a8e98
children 10824:c8430ee33967
files plugins/mod_csi_simple.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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