# HG changeset patch # User Kim Alvefur # Date 1334850384 -7200 # Node ID 061584efe82f01fa80e8a2b78d0eea3f9e518b32 # Parent 0d3174d5a1cc398246319e1703ecd6967814ff0e mod_mam: Remove archived tag, as this was dropped from the submitted spec diff -r 0d3174d5a1cc -r 061584efe82f mod_mam/mod_mam.lua --- a/mod_mam/mod_mam.lua Wed Apr 04 00:37:42 2012 +0200 +++ b/mod_mam/mod_mam.lua Thu Apr 19 17:46:24 2012 +0200 @@ -222,10 +222,7 @@ if shall_store(store_user, target_bare) then module:log("debug", "Archiving stanza: %s", stanza:top_tag()); - -- Stamp "We archived this" on the message local id = uuid(); - stanza:tag("archived", { xmlns = xmlns_mam, by = host, id = id }):up(); - local when = time_now(); -- And stash it dm_list_append(store_user, store_host, "archive2", {