mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353

It went back to Deferred
This commit is contained in:
Kim Alvefur 2021-01-08 17:32:06 +01:00
parent 3715828498
commit cb1282bfd0
3 changed files with 3 additions and 3 deletions

View file

@ -316,7 +316,7 @@ local function should_store(stanza, c2s) --> 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