aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-07-29 23:13:17 +0200
committerBadlop <badlop@process-one.net>2021-07-30 01:14:27 +0200
commitccb4328d06bd39a10c2ecc109a6647cf1eafdaa9 (patch)
treebd3312fcc19051ae6ea78f66aa0101a7e80c38ab /include
parentPubSub: Use configured 'max_items' by default (diff)
Store who defines a command, specially when defined by ejabberd modules
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_commands.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ejabberd_commands.hrl b/include/ejabberd_commands.hrl
index bfef47080..d0f5ba70a 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()] | '_',