Mercurial > prosody-modules
comparison mod_adhoc/adhoc/mod_adhoc.lua @ 169:b3a68e71b8a1
mod_adhoc, mod_adhoc_cmd_admin: Handle errors according to XEP
| author | Florian Zeitz < florob@babelmonkeys.de> |
|---|---|
| date | Thu, 10 Jun 2010 22:32:49 +0200 |
| parents | 8111c8a9e1ad |
| children | 0d438a7ac4fc |
comparison
equal
deleted
inserted
replaced
| 168:cd8492748985 | 169:b3a68e71b8a1 |
|---|---|
| 1 -- Copyright (C) 2009 Thilo Cestonaro | 1 -- Copyright (C) 2009 Thilo Cestonaro |
| 2 -- | 2 -- Copyright (C) 2009-2010 Florian Zeitz |
| 3 -- | |
| 3 -- This file is MIT/X11 licensed. Please see the | 4 -- This file is MIT/X11 licensed. Please see the |
| 4 -- COPYING file in the source package for more information. | 5 -- COPYING file in the source package for more information. |
| 5 -- | 6 -- |
| 6 | 7 |
| 7 local st = require "util.stanza"; | 8 local st = require "util.stanza"; |
