Software /
code /
prosody
Changeset
7903:036c771b842a
mod_mam: Update namespace to XEP-0313 v0.6
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Feb 2017 00:32:59 +0100 |
parents | 7902:92b70a921acb |
children | 7904:c011cecad576 |
files | plugins/mod_mam/mamprefsxml.lib.lua plugins/mod_mam/mod_mam.lua |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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",
--- 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";