From ccb4328d06bd39a10c2ecc109a6647cf1eafdaa9 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 29 Jul 2021 23:13:17 +0200 Subject: Store who defines a command, specially when defined by ejabberd modules --- include/ejabberd_commands.hrl | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ejabberd_commands.hrl') diff --git a/include/ejabberd_commands.hrl b/include/ejabberd_commands.hrl index bfef4708..d0f5ba70 100644 --- a/include/ejabberd_commands.hrl +++ b/include/ejabberd_commands.hrl @@ -59,6 +59,7 @@ policy = restricted :: open | restricted | admin | user, %% access is: [accessRuleName] or [{Module, AccessOption, DefaultAccessRuleName}] access = [] :: [{atom(),atom(),atom()}|atom()], + definer = unknown :: atom(), result = {res, rescode} :: rterm() | '_' | '$2', args_rename = [] :: [{atom(),atom()}], args_desc = none :: none | [string()] | '_', -- cgit v1.2.3