24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Export add_access/3 to allow setting ACL outside of yaml config file

This commit is contained in:
Mickael Remond 2016-04-06 13:59:06 +02:00
parent 5efcf0a175
commit 5ad8c790c7

View File

@ -34,6 +34,8 @@
match_rule/3, match_acl/3, transform_options/1, match_rule/3, match_acl/3, transform_options/1,
opt_type/1]). opt_type/1]).
-export([add_access/3]).
-include("ejabberd.hrl"). -include("ejabberd.hrl").
-include("logger.hrl"). -include("logger.hrl").
-include("jlib.hrl"). -include("jlib.hrl").