Mercurial > prosody-hg
comparison plugins/mod_mam/mod_mam.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 |
| parents | 30fc1ed5647a |
| children | e3f6f0b39e7b |
comparison
equal
deleted
inserted
replaced
| 11259:9500625ecac9 | 11260:08b397c21805 |
|---|---|
| 314 if stanza:get_child("x", "jabber:x:conference") | 314 if stanza:get_child("x", "jabber:x:conference") |
| 315 or stanza:find("{http://jabber.org/protocol/muc#user}x/invite") then | 315 or stanza:find("{http://jabber.org/protocol/muc#user}x/invite") then |
| 316 return true, "invite"; | 316 return true, "invite"; |
| 317 end | 317 end |
| 318 if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then | 318 if stanza:get_child(nil, "urn:xmpp:jingle-message:0") then |
| 319 -- XXX Experimental XEP stuck in Proposed for almost a year at the time of this comment | 319 -- XXX Experimental XEP |
| 320 return true, "jingle call"; | 320 return true, "jingle call"; |
| 321 end | 321 end |
| 322 | 322 |
| 323 -- The IM-NG thing to do here would be to return `not st_to_full` | 323 -- The IM-NG thing to do here would be to return `not st_to_full` |
| 324 -- One day ... | 324 -- One day ... |
