Diff

plugins/mod_uptime.lua @ 541:3521e0851c9e

Change modules to use the new add_feature module API method. This also fixes the bug causing disco features being added to every disco reply for every host.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 04 Dec 2008 20:16:30 +0500
parent 519:cccd610a0ef9
child 615:4ae3e81513f3
line wrap: on
line diff
--- a/plugins/mod_uptime.lua	Thu Dec 04 20:07:22 2008 +0500
+++ b/plugins/mod_uptime.lua	Thu Dec 04 20:16:30 2008 +0500
@@ -26,7 +26,7 @@
 
 local start_time = os.time();
 
-require "core.discomanager".set("uptime", "jabber:iq:last");
+module:add_feature("jabber:iq:last");
 
 module:add_iq_handler({"c2s", "s2sin"}, "jabber:iq:last", 
 	function (origin, stanza)