core/usermanager.lua

changeset 3189
09174a6e8366
parent 3180
99be525bcfb4
child 3218
032b81731f0f
--- a/core/usermanager.lua	Fri Jun 04 18:38:35 2010 +0500
+++ b/core/usermanager.lua	Mon Jun 07 02:32:13 2010 +0500
@@ -81,8 +81,8 @@
 	return hosts[host].users.create_user(username, password);
 end
 
-function get_supported_methods(host)
-	return hosts[host].users.get_supported_methods();
+function get_sasl_handler(host)
+	return hosts[host].users.get_sasl_handler();
 end
 
 function get_provider(host)

mercurial