util.sasl: Adding clean_clone() method.
authorTobias Markmann <tm@ayena.de>
Thu, 26 Nov 2009 23:11:02 +0100
changeset 2241 ac3bd7c42c8b
parent 2231 288832cdec52
child 2242 ee6ac55a72d6
util.sasl: Adding clean_clone() method.
util/sasl.lua
--- a/util/sasl.lua	Thu Nov 26 17:17:54 2009 +0000
+++ b/util/sasl.lua	Thu Nov 26 23:11:02 2009 +0100
@@ -90,6 +90,11 @@
 	return s;
 end
 
+-- get a fresh clone with the same realm, profiles and forbidden mechanisms
+function method:clean_clone()
+	return new(self.realm, self.profile, self:forbidden())
+end
+
 -- set the forbidden mechanisms
 function method:forbidden( restrict )
 	if restrict then