# HG changeset patch # User Kim Alvefur # Date 1411633851 -7200 # Node ID 18349533c44dcc0498958c0ba081ef4e5bc74b17 # Parent 4ef0a1a499fae2030b37e3e56da04be9c6061845 mod_mam: Fix xmlns in preferences (Thanks Lance) diff -r 4ef0a1a499fa -r 18349533c44d mod_mam/mamprefsxml.lib.lua --- 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);