aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_commands.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-05-05 11:41:06 +0200
committerBadlop <badlop@process-one.net>2021-05-05 11:57:02 +0200
commit999d0af502f37232ba9c9b3ed09855a89c9cc097 (patch)
tree01a7f4e80b2cf8c23340818b5497c436bc1b101f /include/ejabberd_commands.hrl
parentFix invalid_encoding error when using extended plane characters in vcard. (diff)
New 'note' field in commands and options documentation
Diffstat (limited to 'include/ejabberd_commands.hrl')
-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 5d565193a..bfef47080 100644
--- a/include/ejabberd_commands.hrl
+++ b/include/ejabberd_commands.hrl
@@ -51,6 +51,7 @@
desc = "" :: string() | '_' | '$3',
longdesc = "" :: string() | '_',
version = 0 :: integer(),
+ note = "" :: string(),
weight = 1 :: integer(),
module :: atom() | '_',
function :: atom() | '_',