From 0cfb6e102880ad31ee7336ab13179f6fb671d69e Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 5 Dec 2010 19:54:48 +0000 Subject: mod_pubsub: Ensure is in correct scope when broadcasting an event --- plugins/mod_pubsub.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/mod_pubsub.lua b/plugins/mod_pubsub.lua index 0644001f..0953de28 100644 --- a/plugins/mod_pubsub.lua +++ b/plugins/mod_pubsub.lua @@ -151,6 +151,8 @@ function handlers.set_retract(origin, stanza, retract) end function simple_broadcast(node, jids, item) + item = st.clone(item); + item.attr.xmlns = nil; -- Clear the pubsub namespace local message = st.message({ from = module.host, type = "headline" }) :tag("event", { xmlns = xmlns_pubsub_event }) :tag("items", { node = node }) -- cgit v1.2.3