Diff

core/usermanager.lua @ 3197:f1db45e89317

Merge trunk/MattJ->trunk
author Matthew Wild <mwild1@gmail.com>
date Mon, 07 Jun 2010 12:21:57 +0100
parent 3185:09174a6e8366
child 3218:032b81731f0f
line wrap: on
line diff
--- a/core/usermanager.lua	Mon Jun 07 12:19:14 2010 +0100
+++ b/core/usermanager.lua	Mon Jun 07 12:21:57 2010 +0100
@@ -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)