# HG changeset patch # User Waqas Hussain # Date 1287192355 -18000 # Node ID 73909cca846cb9a533da0f45ef8354eb9d112078 # Parent 3f9cc12308aa405e90417387114c3543d7115073 modulemanager: Removed add_iq_handler() from the plugin API. diff -r 3f9cc12308aa -r 73909cca846c core/modulemanager.lua --- 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);