mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Add support for backwards compatibility in command argument names (#2908)
This commit is contained in:
parent
ad98d4a515
commit
fb77e2e8c0
5 changed files with 40 additions and 16 deletions
|
@ -59,6 +59,7 @@
|
|||
%% access is: [accessRuleName] or [{Module, AccessOption, DefaultAccessRuleName}]
|
||||
access = [] :: [{atom(),atom(),atom()}|atom()],
|
||||
result = {res, rescode} :: rterm() | '_' | '$2',
|
||||
args_rename = [] :: [{atom(),atom()}],
|
||||
args_desc = none :: none | [string()] | '_',
|
||||
result_desc = none :: none | string() | '_',
|
||||
args_example = none :: none | [any()] | '_',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue