core/modulemanager.lua

changeset 3530
73909cca846c
parent 3433
b567ac8e2040
child 3536
fab65a4692ac
--- 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);

mercurial