Mercurial > prosody-hg
comparison plugins/adhoc/adhoc.lib.lua @ 3230:a5c3a82d677e
mod_adhoc/adhoc.lib: Add copyright header
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 11 Jun 2010 12:18:27 +0100 |
| parents | 0abb73c43bc8 |
| children | c9294e190bb6 |
comparison
equal
deleted
inserted
replaced
| 3229:0abb73c43bc8 | 3230:a5c3a82d677e |
|---|---|
| 1 -- Copyright (C) 2009-2010 Florian Zeitz | |
| 2 -- | |
| 3 -- This file is MIT/X11 licensed. Please see the | |
| 4 -- COPYING file in the source package for more information. | |
| 5 -- | |
| 6 | |
| 1 local st, uuid = require "util.stanza", require "util.uuid"; | 7 local st, uuid = require "util.stanza", require "util.uuid"; |
| 2 | 8 |
| 3 local xmlns_cmd = "http://jabber.org/protocol/commands"; | 9 local xmlns_cmd = "http://jabber.org/protocol/commands"; |
| 4 | 10 |
| 5 local states = {} | 11 local states = {} |
