1
0
Fork 0
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:
Alexey Shchepin 2015-11-12 19:51:20 +03:00
parent 3ee5195b7a
commit aa5caa30e2
2 changed files with 100 additions and 13 deletions

View file

@ -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,