0.2->0.3
[prosody.git] / plugins / mod_uptime.lua
index 4b4c28d11000243febdb708b3b3df56a02c5fefb..00625ee573a8e85f95e574e05c853a093627fa0b 100644 (file)
@@ -1,3 +1,12 @@
+-- Prosody IM v0.3
+-- Copyright (C) 2008 Matthew Wild
+-- Copyright (C) 2008 Waqas Hussain
+-- 
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+
+
 \r
 local st = require "util.stanza"\r
 \r
@@ -6,7 +15,7 @@ local t_concat = table.concat;
 \r
 local start_time = os.time();\r
 \r
-require "core.discomanager".set("uptime", "jabber:iq:last");\r
+module:add_feature("jabber:iq:last");\r
 \r
 module:add_iq_handler({"c2s", "s2sin"}, "jabber:iq:last", \r
        function (origin, stanza)\r