comparison mod_mam/mod_mam.lua @ 1400:ce5e397a7768

mod_mam: Update copyright header
author Kim Alvefur <zash@zash.se>
date Wed, 30 Apr 2014 13:14:02 +0200
parents 7fb6b607afd6
children 6b3db167374a
comparison
equal deleted inserted replaced
1399:7fb6b607afd6 1400:ce5e397a7768
1 -- XEP-0313: Message Archive Management for Prosody 1 -- XEP-0313: Message Archive Management for Prosody
2 -- Copyright (C) 2011-2012 Kim Alvefur 2 -- Copyright (C) 2011-2014 Kim Alvefur
3 -- 3 --
4 -- This file is MIT/X11 licensed. 4 -- This file is MIT/X11 licensed.
5 5
6 local xmlns_mam = "urn:xmpp:mam:tmp"; 6 local xmlns_mam = "urn:xmpp:mam:tmp";
7 local xmlns_delay = "urn:xmpp:delay"; 7 local xmlns_delay = "urn:xmpp:delay";