Software /
code /
prosody
Diff
core/modulemanager.lua @ 3530:73909cca846c
modulemanager: Removed add_iq_handler() from the plugin API.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 06:25:55 +0500 |
parent | 3433:b567ac8e2040 |
child | 3536:fab65a4692ac |
line wrap: on
line diff
--- a/core/modulemanager.lua Sat Oct 16 05:59:26 2010 +0500 +++ b/core/modulemanager.lua Sat Oct 16 06:25:55 2010 +0500 @@ -355,9 +355,6 @@ _add_handler(self, origin_type, tag, xmlns, handler); end end -function api:add_iq_handler(origin_type, xmlns, handler) - self:add_handler(origin_type, "iq", xmlns, handler); -end function api:add_feature(xmlns) self:add_item("feature", xmlns);