Mercurial > prosody-hg
comparison plugins/mod_mam/mod_mam.lua @ 7851:80ee0d9cd56f
mod_mam: Normalize copyright headers
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 23 Jan 2017 19:18:15 +0100 |
| parents | 10d91860172f |
| children | bd5008a7dcbd |
comparison
equal
deleted
inserted
replaced
| 7850:10d91860172f | 7851:80ee0d9cd56f |
|---|---|
| 1 -- Prosody IM | |
| 2 -- Copyright (C) 2008-2017 Matthew Wild | |
| 3 -- Copyright (C) 2008-2017 Waqas Hussain | |
| 4 -- Copyright (C) 2011-2017 Kim Alvefur | |
| 5 -- | |
| 6 -- This project is MIT/X11 licensed. Please see the | |
| 7 -- COPYING file in the source package for more information. | |
| 8 -- | |
| 1 -- XEP-0313: Message Archive Management for Prosody | 9 -- XEP-0313: Message Archive Management for Prosody |
| 2 -- Copyright (C) 2011-2016 Kim Alvefur | |
| 3 -- | 10 -- |
| 4 -- This file is MIT/X11 licensed. | |
| 5 | 11 |
| 6 local xmlns_mam = "urn:xmpp:mam:1"; | 12 local xmlns_mam = "urn:xmpp:mam:1"; |
| 7 local xmlns_delay = "urn:xmpp:delay"; | 13 local xmlns_delay = "urn:xmpp:delay"; |
| 8 local xmlns_forward = "urn:xmpp:forward:0"; | 14 local xmlns_forward = "urn:xmpp:forward:0"; |
| 9 | 15 |
