Software /
code /
prosody-modules
Changeset
1771:398a007da84e
mod_mam: Same with no-storage, not no-store
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 02 Jul 2015 20:30:17 +0200 |
parents | 1770:2c43e81236a3 |
children | 1772:45f7e3c2557f |
files | mod_mam/mod_mam.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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