aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_mam/mamprefsxml.lib.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-11-04 13:59:49 +0100
committerKim Alvefur <zash@zash.se>2016-11-04 13:59:49 +0100
commite79b9bb726188eced2b8532cef9605f7de83b277 (patch)
treea25ea9c0c058f23caa4f18b8f80a3939a621d0d8 /plugins/mod_mam/mamprefsxml.lib.lua
parent659e742b599f1061473db6dba2576533ddf5af54 (diff)
downloadprosody-e79b9bb726188eced2b8532cef9605f7de83b277.tar.gz
prosody-e79b9bb726188eced2b8532cef9605f7de83b277.zip
mod_mam: Update to XEP-0313 v0.5.1
Diffstat (limited to 'plugins/mod_mam/mamprefsxml.lib.lua')
-rw-r--r--plugins/mod_mam/mamprefsxml.lib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_mam/mamprefsxml.lib.lua b/plugins/mod_mam/mamprefsxml.lib.lua
index a0d46245..ec728e55 100644
--- a/plugins/mod_mam/mamprefsxml.lib.lua
+++ b/plugins/mod_mam/mamprefsxml.lib.lua
@@ -4,7 +4,7 @@
-- This file is MIT/X11 licensed.
local st = require"util.stanza";
-local xmlns_mam = "urn:xmpp:mam:0";
+local xmlns_mam = "urn:xmpp:mam:1";
local default_attrs = {
always = true, [true] = "always",