diff options
author | Kim Alvefur <zash@zash.se> | 2017-02-20 00:32:59 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-02-20 00:32:59 +0100 |
commit | 23f6da0769d408844c0395f8ca78ba3724e755a8 (patch) | |
tree | 75dc9336cf3edd760c4d0b92a627baae17c8c928 /plugins/mod_mam/mamprefsxml.lib.lua | |
parent | f6dcf5996815a4b93eebb305d85390187cea2bc7 (diff) | |
download | prosody-23f6da0769d408844c0395f8ca78ba3724e755a8.tar.gz prosody-23f6da0769d408844c0395f8ca78ba3724e755a8.zip |
mod_mam: Update namespace to XEP-0313 v0.6
Diffstat (limited to 'plugins/mod_mam/mamprefsxml.lib.lua')
-rw-r--r-- | plugins/mod_mam/mamprefsxml.lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_mam/mamprefsxml.lib.lua b/plugins/mod_mam/mamprefsxml.lib.lua index 0598bbcd..8eee78d8 100644 --- a/plugins/mod_mam/mamprefsxml.lib.lua +++ b/plugins/mod_mam/mamprefsxml.lib.lua @@ -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", |