From 714eb9da1b5b5018aa31274d4e65e03a61d40cdc Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Mon, 2 Aug 2010 18:46:13 +0500 Subject: util.sasl_cyrus: Removed method:forbidden(). --- util/sasl_cyrus.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'util') diff --git a/util/sasl_cyrus.lua b/util/sasl_cyrus.lua index f5bfcbe9..834dbf5c 100644 --- a/util/sasl_cyrus.lua +++ b/util/sasl_cyrus.lua @@ -116,17 +116,11 @@ function new(realm, service_name, app_name) return s; end --- get a fresh clone with the same realm, profiles and forbidden mechanisms +-- get a fresh clone with the same realm and service name function method:clean_clone() return new(self.realm, self.service_name) end --- set the forbidden mechanisms -function method:forbidden( restrict ) - log("warn", "Called method:forbidden. NOT IMPLEMENTED.") - return {} -end - -- get a list of possible SASL mechanims to use function method:mechanisms() local mechanisms = self.mechs; -- cgit v1.2.3