Software /
code /
prosody
Comparison
plugins/mod_version.lua @ 438:193f9dd64f17
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 27 Nov 2008 03:12:12 +0000 |
parent | 421:63be85693710 |
child | 517:afd9f6590fd0 |
comparison
equal
deleted
inserted
replaced
437:c1a720db2157 | 438:193f9dd64f17 |
---|---|
14 :tag("version"):text("pre-alpha"):up() | 14 :tag("version"):text("pre-alpha"):up() |
15 :tag("os"):text("the best operating system ever!")); | 15 :tag("os"):text("the best operating system ever!")); |
16 end | 16 end |
17 end | 17 end |
18 | 18 |
19 add_iq_handler("c2s", xmlns_version, handle_version_request); | 19 module:add_iq_handler("c2s", xmlns_version, handle_version_request); |
20 add_iq_handler("s2sin", xmlns_version, handle_version_request); | 20 module:add_iq_handler("s2sin", xmlns_version, handle_version_request); |