# HG changeset patch # User Kim Alvefur # Date 1588978863 -7200 # Node ID b8be600803eee1676de05c1c3856403565df18e1 # Parent af42448a8e98bf1dc126ff53837ce9952733413d 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. diff -r af42448a8e98 -r b8be600803ee 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