Software /
code /
prosody
Comparison
plugins/mod_mam/mamprefsxml.lib.lua @ 7851:80ee0d9cd56f
mod_mam: Normalize copyright headers
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Jan 2017 19:18:15 +0100 |
parent | 7839:f3e1925f29c2 |
child | 7903:036c771b842a |
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-2013 Kim Alvefur | |
3 -- | 10 -- |
4 -- This file is MIT/X11 licensed. | |
5 | 11 |
6 local st = require"util.stanza"; | 12 local st = require"util.stanza"; |
7 local xmlns_mam = "urn:xmpp:mam:1"; | 13 local xmlns_mam = "urn:xmpp:mam:1"; |
8 | 14 |
9 local default_attrs = { | 15 local default_attrs = { |