plugins/mod_legacyauth.lua

changeset 438
193f9dd64f17
parent 421
63be85693710
child 519
cccd610a0ef9
--- a/plugins/mod_legacyauth.lua	Thu Nov 27 03:06:29 2008 +0000
+++ b/plugins/mod_legacyauth.lua	Thu Nov 27 03:12:12 2008 +0000
@@ -4,7 +4,7 @@
 
 require "core.discomanager".set("legacyauth", "jabber:iq:auth");
 
-add_iq_handler("c2s_unauthed", "jabber:iq:auth", 
+module:add_iq_handler("c2s_unauthed", "jabber:iq:auth", 
 		function (session, stanza)
 			local username = stanza.tags[1]:child_with_name("username");
 			local password = stanza.tags[1]:child_with_name("password");
@@ -43,4 +43,4 @@
 				end
 			end
 			
-		end);
\ No newline at end of file
+		end);

mercurial