changeset 1514:18349533c44d

mod_mam: Fix xmlns in preferences (Thanks Lance)
author Kim Alvefur <zash@zash.se>
date Thu, 25 Sep 2014 10:30:51 +0200
parents 4ef0a1a499fa
children f367d7cbfaa6
files mod_mam/mamprefsxml.lib.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam/mamprefsxml.lib.lua	Tue Sep 23 22:41:53 2014 +0200
+++ b/mod_mam/mamprefsxml.lib.lua	Thu Sep 25 10:30:51 2014 +0200
@@ -4,7 +4,7 @@
 -- This file is MIT/X11 licensed.
 
 local st = require"util.stanza";
-local xmlns_mam = "urn:xmpp:mam:tmp";
+local xmlns_mam = "urn:xmpp:mam:0";
 
 local global_default_policy = module:get_option("default_archive_policy", false);