mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Support for muc#roomconfig_presencebroadcast option
This commit is contained in:
parent
3ee5195b7a
commit
aa5caa30e2
2 changed files with 100 additions and 13 deletions
|
@ -56,6 +56,8 @@
|
|||
password_protected = false :: boolean(),
|
||||
password = <<"">> :: binary(),
|
||||
anonymous = true :: boolean(),
|
||||
presence_broadcast = [moderator, participant, visitor] ::
|
||||
[moderator | participant | visitor],
|
||||
allow_voice_requests = true :: boolean(),
|
||||
voice_request_min_interval = 1800 :: non_neg_integer(),
|
||||
max_users = ?MAX_USERS_DEFAULT :: non_neg_integer() | none,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue