# HG changeset patch # User Kim Alvefur # Date 1435861231 -7200 # Node ID 2c43e81236a3c485395c923a838e9fb7232064c4 # Parent f2705465cab4867ee64a1ddeceb8d256621a4610 mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store diff -r f2705465cab4 -r 2c43e81236a3 mod_mam/mod_mam.lua --- a/mod_mam/mod_mam.lua Thu Jun 18 20:34:03 2015 +0200 +++ b/mod_mam/mod_mam.lua Thu Jul 02 20:20:31 2015 +0200 @@ -230,7 +230,7 @@ -- or that don't have a or not stanza:get_child("body") -- or if hints suggest we shouldn't - or stanza:get_child("no-permanent-store", "urn:xmpp:hints") + or stanza:get_child("no-permanent-storage", "urn:xmpp:hints") or stanza:get_child("no-store", "urn:xmpp:hints") then module:log("debug", "Not archiving stanza: %s (content)", stanza:top_tag()); return;