Mercurial > prosody-modules
changeset 1670:5f5ff061b316
mod_smacks: Add license header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 09 Apr 2015 14:23:48 +0200 |
parents | a25d137439a7 |
children | c813b69ae279 64b3d1eb0cfe |
files | mod_smacks/mod_smacks.lua |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_smacks/mod_smacks.lua Thu Apr 09 14:21:33 2015 +0200 +++ b/mod_smacks/mod_smacks.lua Thu Apr 09 14:23:48 2015 +0200 @@ -1,3 +1,15 @@ +-- XEP-0198: Stream Management for Prosody IM +-- +-- Copyright (C) 2010-2015 Matthew Wild +-- Copyright (C) 2010 Waqas Hussain +-- Copyright (C) 2012-2015 Kim Alvefur +-- Copyright (C) 2012 Thijs Alkemade +-- Copyright (C) 2014 Florian Zeitz +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + local st = require "util.stanza"; local uuid_generate = require "util.uuid".generate;