Software /
code /
verse
Changeset
291:b78137f5118e
plugins.archive: Add a header comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 20 Apr 2012 00:32:36 +0200 |
parents | 290:e898d0fe77f7 |
children | 292:b674f5ca85d4 |
files | plugins/archive.lua |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/archive.lua Fri Mar 30 03:58:20 2012 +0100 +++ b/plugins/archive.lua Fri Apr 20 00:32:36 2012 +0200 @@ -1,3 +1,7 @@ +-- This implements XEP-0313: Message Archive Management +-- http://xmpp.org/extensions/xep-0313.html +-- (ie not XEP-0136) + local xmlns_mam = "urn:xmpp:mam:tmp" local uuid = require "util.uuid".generate;