# HG changeset patch # User Kim Alvefur # Date 1569782938 -7200 # Node ID b61a7173f838972ddcde93866d674b002663c38d # Parent 8fb546e407569d107691a3485dc30513fde8f3c5# Parent f9301d93de727de6dbcf26a6eb44e313e098b4c5 Merge 0.11-trunk diff -r 8fb546e40756 -r b61a7173f838 plugins/muc/muc.lib.lua --- a/plugins/muc/muc.lib.lua Sun Sep 29 18:44:58 2019 +0200 +++ b/plugins/muc/muc.lib.lua Sun Sep 29 20:48:58 2019 +0200 @@ -777,6 +777,7 @@ return true; end log("debug", "%s sent private message stanza to %s (%s)", from, to, o_data.jid); + stanza = muc_util.filter_muc_x(st.clone(stanza)); stanza:tag("x", { xmlns = "http://jabber.org/protocol/muc#user" }):up(); stanza.attr.from = current_nick; self:route_to_occupant(o_data, stanza)