Comparison

plugins/mod_mam/mod_mam.lua @ 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
parent 7902:92b70a921acb
child 7904:c011cecad576
comparison
equal deleted inserted replaced
7902:92b70a921acb 7903:036c771b842a
7 -- COPYING file in the source package for more information. 7 -- COPYING file in the source package for more information.
8 -- 8 --
9 -- XEP-0313: Message Archive Management for Prosody 9 -- XEP-0313: Message Archive Management for Prosody
10 -- 10 --
11 11
12 local xmlns_mam = "urn:xmpp:mam:1"; 12 local xmlns_mam = "urn:xmpp:mam:2";
13 local xmlns_delay = "urn:xmpp:delay"; 13 local xmlns_delay = "urn:xmpp:delay";
14 local xmlns_forward = "urn:xmpp:forward:0"; 14 local xmlns_forward = "urn:xmpp:forward:0";
15 local xmlns_st_id = "urn:xmpp:sid:0"; 15 local xmlns_st_id = "urn:xmpp:sid:0";
16 16
17 local um = require "core.usermanager"; 17 local um = require "core.usermanager";