Comparison

plugins/mod_carbons.lua @ 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
parent 10820:e0a09d3af563
child 11796:71c20650a0b4
comparison
equal deleted inserted replaced
11259:9500625ecac9 11260:08b397c21805
54 if st_type == "error" and not c2s and is_bare(stanza.attr.from) then 54 if st_type == "error" and not c2s and is_bare(stanza.attr.from) then
55 return true, "bounce"; 55 return true, "bounce";
56 end 56 end
57 57
58 if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then 58 if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then
59 -- XXX Experimental XEP stuck in Proposed for almost a year at the time of this comment 59 -- XXX Experimental XEP
60 return true, "jingle call"; 60 return true, "jingle call";
61 end 61 end
62 62
63 for archived in stanza:childtags("stanza-id", "urn:xmpp:sid:0") do 63 for archived in stanza:childtags("stanza-id", "urn:xmpp:sid:0") do
64 if archived and archived.attr.by == user_bare then 64 if archived and archived.attr.by == user_bare then