Software /
code /
prosody
Diff
plugins/mod_muc_mam.lua @ 10943:22b1298403ff 0.11
mod_muc_mam: Don't strip MUC <x> tags, fix #1567
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 21 Jun 2020 19:20:54 +0200 |
parent | 10834:c6e852984d48 |
child | 10944:cb52cb8aa706 |
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua Sat May 23 14:17:04 2020 +0200 +++ b/plugins/mod_muc_mam.lua Sun Jun 21 19:20:54 2020 +0200 @@ -318,9 +318,6 @@ and jid_prep(tag.attr.by) == room.jid then return nil; end - if tag.name == "x" and tag.attr.xmlns == xmlns_muc_user then - return nil; - end return tag; end);