util.sasl: Adding clean_clone() method.

This commit is contained in:
Tobias Markmann 2009-11-26 23:11:02 +01:00
parent fb4bbe19bf
commit 44b3480e14

View file

@ -90,6 +90,11 @@ function new(realm, profile, forbidden)
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