# HG changeset patch # User Kim Alvefur # Date 1730462915 -3600 # Node ID 3dc3781d02cd0743c003d21a5506a84ac4583979 # Parent cc67109ce50273f859ee1d69925f5f5716d7a469 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. diff -r cc67109ce502 -r 3dc3781d02cd plugins/mod_authz_internal.lua --- a/plugins/mod_authz_internal.lua Fri Nov 01 13:07:25 2024 +0100 +++ b/plugins/mod_authz_internal.lua Fri Nov 01 13:08:35 2024 +0100 @@ -265,7 +265,7 @@ 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)