Software /
code /
prosody-modules
Changeset
3670:6a437d6eb69f
mod_muc_occupant_id: add TODO regarding MAM handling
author | Maxime “pep” Buquet <pep@bouah.net> |
---|---|
date | Thu, 12 Sep 2019 01:16:26 +0200 |
parents | 3669:14ad3f853c51 |
children | 3671:73c456d9ec67 |
files | mod_muc_occupant_id/mod_muc_occupant_id.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_occupant_id/mod_muc_occupant_id.lua Sun Sep 08 15:53:01 2019 +0200 +++ b/mod_muc_occupant_id/mod_muc_occupant_id.lua Thu Sep 12 01:16:26 2019 +0200 @@ -39,6 +39,8 @@ return; end + -- TODO: Handle MAM. + -- strip any existing <occupant-id/> tags to avoid forgery stanza:remove_children("occupant-id", xmlns_occupant_id);