aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-01-13 19:27:53 +0100
committerBadlop <badlop@process-one.net>2022-01-13 19:34:10 +0100
commit1fb908b70f8651f7074d8f1beefc5d4d2baf470b (patch)
tree1ef584b093b43d4dc26705f1b900e6cdcc739db7 /src/mod_muc_admin.erl
parentUpdate section URLs in ldap documentation (diff)
Document option subscrube_room_many_max_users introduced in fc34661b6
Diffstat (limited to '')
-rw-r--r--src/mod_muc_admin.erl9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index d18ba5f07..ac2d887fe 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -1459,4 +1459,11 @@ mod_doc() ->
[?T("This module provides commands to administer local MUC "
"services and their MUC rooms. It also provides simple "
"WebAdmin pages to view the existing rooms."), "",
- ?T("This module depends on _`mod_muc`_.")]}.
+ ?T("This module depends on _`mod_muc`_.")],
+ opts =>
+ [{subscribe_room_many_max_users,
+ #{value => ?T("Number"),
+ desc =>
+ ?T("How many users can be subscribed to a room at once using "
+ "the 'subscribe_room_many' command. "
+ "The default value is '50'.")}}]}.