Software /
code /
prosody
Changeset
11260:08b397c21805
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353
It went back to Deferred
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jan 2021 17:32:06 +0100 |
parents | 11259:9500625ecac9 |
children | 11264:2cdcf55c6dd5 |
files | plugins/mod_carbons.lua plugins/mod_csi_simple.lua plugins/mod_mam/mod_mam.lua |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_carbons.lua Tue Dec 29 21:35:48 2020 +0100 +++ b/plugins/mod_carbons.lua Fri Jan 08 17:32:06 2021 +0100 @@ -56,7 +56,7 @@ 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
--- a/plugins/mod_csi_simple.lua Tue Dec 29 21:35:48 2020 +0100 +++ b/plugins/mod_csi_simple.lua Fri Jan 08 17:32:06 2021 +0100 @@ -68,7 +68,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 + -- XXX Experimental XEP return true, "jingle call"; end for important in important_payloads do
--- a/plugins/mod_mam/mod_mam.lua Tue Dec 29 21:35:48 2020 +0100 +++ b/plugins/mod_mam/mod_mam.lua Fri Jan 08 17:32:06 2021 +0100 @@ -316,7 +316,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 + -- XXX Experimental XEP return true, "jingle call"; end