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:
Kim Alvefur 2024-11-01 13:08:35 +01:00
parent 577e6d8370
commit e47e8e7ec7

View file

@ -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)