Software /
code /
prosody
Diff
util/sasl_cyrus.lua @ 3426:37b9b8e171b9
util.sasl_cyrus: Removed method:forbidden().
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 02 Aug 2010 18:46:13 +0500 |
parent | 3373:cd6836586a6a |
child | 3428:8a12ae696687 |
line wrap: on
line diff
--- a/util/sasl_cyrus.lua Mon Aug 02 18:44:08 2010 +0500 +++ b/util/sasl_cyrus.lua Mon Aug 02 18:46:13 2010 +0500 @@ -116,17 +116,11 @@ 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;