mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353
It went back to Deferred
This commit is contained in:
parent
3715828498
commit
cb1282bfd0
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ local function should_copy(stanza, c2s, user_bare) --> boolean, reason: string
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue