mod_authz_internal: Remove in favour of upstream (prosody) module

This commit is contained in:
Matthew Wild 2021-01-27 16:23:12 +00:00
parent cd8638e154
commit 6cb87092bf
2 changed files with 0 additions and 10 deletions

View File

@ -118,4 +118,3 @@
loop:
- mod_update_check
- mod_update_notify
- mod_authz_internal

View File

@ -1,9 +0,0 @@
local role_store = module:open_store("roles");
function get_user_roles(user)
return role_store:get(user);
end
function get_jid_roles(jid) --luacheck: ignore 212/jid
return nil;
end