util/sasl.lua

changeset 2241
ac3bd7c42c8b
parent 2208
7cb6460b18d8
child 2254
f966c8699f5b
--- 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

mercurial