# HG changeset patch # User Florian Zeitz # Date 1358299669 -3600 # Node ID d24d87ca3f5f47ba0cb07b18931795e33258db35 # Parent 1f4d77104da53cf36f24cf1e79034d8e713e7465 mod_carbons: should be nested in / diff -r 1f4d77104da5 -r d24d87ca3f5f mod_carbons/mod_carbons.lua --- a/mod_carbons/mod_carbons.lua Sat Jan 12 17:33:52 2013 +0100 +++ b/mod_carbons/mod_carbons.lua Wed Jan 16 02:27:49 2013 +0100 @@ -90,7 +90,7 @@ local copy = st.clone(stanza); copy.attr.xmlns = "jabber:client"; local carbon = st.message{ from = bare_jid, type = orig_type, } - :tag(c2s and "sent" or "received", { xmlns = xmlns_carbons }):up() + :tag(c2s and "sent" or "received", { xmlns = xmlns_carbons }) :tag("forwarded", { xmlns = xmlns_forward }) :add_child(copy):reset();