From bfd2418b3b85cde3aefcbd1950fb95267d43efb9 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sat, 16 Oct 2010 06:25:55 +0500 Subject: modulemanager: Removed add_iq_handler() from the plugin API. --- core/modulemanager.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modulemanager.lua b/core/modulemanager.lua index e153d24b..5df17f05 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -355,9 +355,6 @@ function api:add_handler(origin_type, tag, xmlns, handler) _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); -- cgit v1.2.3