mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_auth_anonymous: Implement user iteration API
This commit is contained in:
parent
233b38c3b0
commit
fbbd1b1c67
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ function provider.get_sasl_handler()
|
|||
return new_sasl(module.host, anonymous_authentication_profile);
|
||||
end
|
||||
|
||||
function provider.users()
|
||||
return next, hosts[host].sessions, nil;
|
||||
end
|
||||
|
||||
-- datamanager callback to disable writes
|
||||
local function dm_callback(username, host, datastore, data)
|
||||
if host == module.host then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue