diff options
-rw-r--r-- | core/modulemanager.lua | 3 |
1 files changed, 0 insertions, 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); |