Mercurial > prosody-modules
comparison mod_mam/mod_mam.lua @ 635:30be50d2537f
mod_mam: Update header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 22 Apr 2012 13:29:57 +0200 |
parents | 061584efe82f |
children | b42b75f3bda0 |
comparison
equal
deleted
inserted
replaced
634:061584efe82f | 635:30be50d2537f |
---|---|
1 -- XEP-xxxx: Message Archive Management for Prosody | 1 -- XEP-0313: Message Archive Management for Prosody |
2 -- Copyright (C) 2011-2012 Kim Alvefur | 2 -- Copyright (C) 2011-2012 Kim Alvefur |
3 -- | 3 -- |
4 -- This file is MIT/X11 licensed. | 4 -- This file is MIT/X11 licensed. |
5 -- | |
6 -- Based on MAM ProtoXEP Version 0.1 (2010-07-01) | |
7 | 5 |
8 local xmlns_mam = "urn:xmpp:mam:tmp"; | 6 local xmlns_mam = "urn:xmpp:mam:tmp"; |
9 local xmlns_delay = "urn:xmpp:delay"; | 7 local xmlns_delay = "urn:xmpp:delay"; |
10 local xmlns_forward = "urn:xmpp:forward:0"; | 8 local xmlns_forward = "urn:xmpp:forward:0"; |
11 | 9 |