aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_csi_simple.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-05-09 01:01:03 +0200
committerKim Alvefur <zash@zash.se>2020-05-09 01:01:03 +0200
commitade3caf1ad39b977ea3233238ba86a1f8635a334 (patch)
treeb8b26f8490c8ba95dad1f22045a04987c5e298a8 /plugins/mod_csi_simple.lua
parentfc8a50cd73d43df270a88710d26fec550e33752e (diff)
downloadprosody-ade3caf1ad39b977ea3233238ba86a1f8635a334.tar.gz
prosody-ade3caf1ad39b977ea3233238ba86a1f8635a334.zip
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.
Diffstat (limited to 'plugins/mod_csi_simple.lua')
-rw-r--r--plugins/mod_csi_simple.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_csi_simple.lua b/plugins/mod_csi_simple.lua
index a62b7841..2c3b3042 100644
--- a/plugins/mod_csi_simple.lua
+++ b/plugins/mod_csi_simple.lua
@@ -64,6 +64,7 @@ function is_important(stanza) --> boolean, reason: string
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