mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.sasl: Adding clean_clone() method.
This commit is contained in:
parent
fb4bbe19bf
commit
44b3480e14
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue