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
1 changed files with 2 additions and 0 deletions

View File

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