# HG changeset patch # User Kim Alvefur # Date 1487547179 -3600 # Node ID 036c771b842ac00d9b3839f42f4442eec47e1225 # Parent 92b70a921acbbd2a27e642c5f5fb1bdd72c40211 mod_mam: Update namespace to XEP-0313 v0.6 diff -r 92b70a921acb -r 036c771b842a plugins/mod_mam/mamprefsxml.lib.lua --- a/plugins/mod_mam/mamprefsxml.lib.lua Sun Feb 19 23:39:53 2017 +0100 +++ b/plugins/mod_mam/mamprefsxml.lib.lua Mon Feb 20 00:32:59 2017 +0100 @@ -10,7 +10,7 @@ -- local st = require"util.stanza"; -local xmlns_mam = "urn:xmpp:mam:1"; +local xmlns_mam = "urn:xmpp:mam:2"; local default_attrs = { always = true, [true] = "always", diff -r 92b70a921acb -r 036c771b842a plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Sun Feb 19 23:39:53 2017 +0100 +++ b/plugins/mod_mam/mod_mam.lua Mon Feb 20 00:32:59 2017 +0100 @@ -9,7 +9,7 @@ -- XEP-0313: Message Archive Management for Prosody -- -local xmlns_mam = "urn:xmpp:mam:1"; +local xmlns_mam = "urn:xmpp:mam:2"; local xmlns_delay = "urn:xmpp:delay"; local xmlns_forward = "urn:xmpp:forward:0"; local xmlns_st_id = "urn:xmpp:sid:0";