diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-08 17:32:06 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-08 17:32:06 +0100 |
commit | b0a1bf86267a8731d5d7fc36a8c9b052db5f661f (patch) | |
tree | 03c2ada302cd773249d2ff16800726af5a9b49c4 /plugins/mod_csi_simple.lua | |
parent | 5c1475a25e319901ccdc22bd8c9b3003ecc3543b (diff) | |
download | prosody-b0a1bf86267a8731d5d7fc36a8c9b052db5f661f.tar.gz prosody-b0a1bf86267a8731d5d7fc36a8c9b052db5f661f.zip |
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353
It went back to Deferred
Diffstat (limited to 'plugins/mod_csi_simple.lua')
-rw-r--r-- | plugins/mod_csi_simple.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_csi_simple.lua b/plugins/mod_csi_simple.lua index d814f083..fed8a8bd 100644 --- a/plugins/mod_csi_simple.lua +++ b/plugins/mod_csi_simple.lua @@ -68,7 +68,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 + -- XXX Experimental XEP return true, "jingle call"; end for important in important_payloads do |