mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_authz_internal: Hint at roles for external JIDs being read-only
Roles for JIDs outside the current host are derived from configuration only with this module.
This commit is contained in:
parent
577e6d8370
commit
e47e8e7ec7
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ function get_jid_role(jid)
|
|||
end
|
||||
|
||||
function set_jid_role(jid, role_name) -- luacheck: ignore 212
|
||||
return false;
|
||||
return false, "not-implemented";
|
||||
end
|
||||
|
||||
function get_jids_with_role(role_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue