aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-04 15:18:57 +0200
committerBadlop <badlop@process-one.net>2022-05-04 18:00:58 +0200
commit30b3c6c90846d5d141e6c1a73eb5aad5be1f1372 (patch)
tree863aed46c0107387930009eec64db698fdec74d1 /src/mod_muc_admin.erl
parentRun 'make translations' for all other languages (diff)
Annotate options and commands recently added
Diffstat (limited to 'src/mod_muc_admin.erl')
-rw-r--r--src/mod_muc_admin.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index 5e7ae6696..891f55e96 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -337,6 +337,7 @@ get_commands_spec() ->
result = {nodes, {list, {node, string}}}},
#ejabberd_commands{name = subscribe_room_many, tags = [muc_room],
desc = "Subscribe several users to a MUC conference",
+ note = "added in 22.05",
longdesc = "This command accept up to 50 users at once (this is configurable with `subscribe_room_many_max_users` option)",
module = ?MODULE, function = subscribe_room_many,
args_desc = ["Users JIDs and nicks",
@@ -1469,6 +1470,7 @@ mod_doc() ->
opts =>
[{subscribe_room_many_max_users,
#{value => ?T("Number"),
+ note => "added in 22.05",
desc =>
?T("How many users can be subscribed to a room at once using "
"the 'subscribe_room_many' command. "