mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
New api permissions framework
This commit is contained in:
parent
9cee3760db
commit
98e0123ca4
9 changed files with 723 additions and 135 deletions
|
@ -403,7 +403,8 @@ registered_vhosts() ->
|
|||
reload_config() ->
|
||||
ejabberd_config:reload_file(),
|
||||
acl:start(),
|
||||
shaper:start().
|
||||
shaper:start(),
|
||||
ejabberd_access_permissions:invalidate().
|
||||
|
||||
%%%
|
||||
%%% Cluster management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue