Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2015-11-12 19:51:20 +0300
committerAlexey Shchepin <alexey@process-one.net>2015-11-12 19:53:10 +0300
commitaa5caa30e27030cd7813d47b0fda13615f793846 (patch)
tree3679e90b5967c299fa9b47bd5e6bc1205f6e519e /include
parent3ee5195b7a7dc1ac19396a8f3e289b468f635071 (diff)
Support for muc#roomconfig_presencebroadcast option
Diffstat (limited to 'include')
-rw-r--r--include/mod_muc_room.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl
index c90a5c028..51e575db0 100644
--- a/include/mod_muc_room.hrl
+++ b/include/mod_muc_room.hrl
@@ -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,