diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ejabberd_commands.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ejabberd_commands.hrl b/include/ejabberd_commands.hrl index 3ab15ca31..82ee891c3 100644 --- a/include/ejabberd_commands.hrl +++ b/include/ejabberd_commands.hrl @@ -34,6 +34,7 @@ module :: atom(), function :: atom(), args = [] :: [aterm()] | '_' | '$1' | '$2', + policy = restricted :: open | restricted | admin | user, result = {res, rescode} :: rterm() | '_' | '$2'}). -type ejabberd_commands() :: #ejabberd_commands{name :: atom(), |