Software /
code /
prosody
Diff
plugins/mod_selftests.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 | 428:e717ecc97d2e |
child | 519:cccd610a0ef9 |
line wrap: on
line diff
--- a/plugins/mod_selftests.lua Thu Nov 27 03:06:29 2008 +0000 +++ b/plugins/mod_selftests.lua Thu Nov 27 03:12:12 2008 +0000 @@ -36,7 +36,7 @@ local our_origin = hosts[host]; - add_event_hook("server-started", + module:add_event_hook("server-started", function () local id = st.new_id(); local ping_attr = { xmlns = 'urn:xmpp:ping' };