mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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
|
end
|
||||||
|
|
||||||
function set_jid_role(jid, role_name) -- luacheck: ignore 212
|
function set_jid_role(jid, role_name) -- luacheck: ignore 212
|
||||||
return false;
|
return false, "not-implemented";
|
||||||
end
|
end
|
||||||
|
|
||||||
function get_jids_with_role(role_name)
|
function get_jids_with_role(role_name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue