# HG changeset patch # User Kim Alvefur # Date 1435861817 -7200 # Node ID 398a007da84eca878cd56b6aa3fc46899d9d1ed5 # Parent 2c43e81236a3c485395c923a838e9fb7232064c4 mod_mam: Same with no-storage, not no-store diff -r 2c43e81236a3 -r 398a007da84e mod_mam/mod_mam.lua --- a/mod_mam/mod_mam.lua Thu Jul 02 20:20:31 2015 +0200 +++ b/mod_mam/mod_mam.lua Thu Jul 02 20:30:17 2015 +0200 @@ -231,7 +231,7 @@ or not stanza:get_child("body") -- or if hints suggest we shouldn't or stanza:get_child("no-permanent-storage", "urn:xmpp:hints") - or stanza:get_child("no-store", "urn:xmpp:hints") then + or stanza:get_child("no-storage", "urn:xmpp:hints") then module:log("debug", "Not archiving stanza: %s (content)", stanza:top_tag()); return; end