summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-05-04 23:11:05 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-05-04 23:23:17 +0400
commitfafec77e56f0e94c2243a4a15b449438d907bbc7 (patch)
treefc092151acce474b23dcf720877668a5836bc31c /include
parentMerge pull request #194 from weiss/mysql-user-at-localhost (diff)
Make it possible to get/set vCards for MUC rooms
Diffstat (limited to 'include')
-rw-r--r--include/mod_muc_room.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl
index 03a1f9d0..c32c47a1 100644
--- a/include/mod_muc_room.hrl
+++ b/include/mod_muc_room.hrl
@@ -58,6 +58,7 @@
voice_request_min_interval = 1800 :: non_neg_integer(),
max_users = ?MAX_USERS_DEFAULT :: non_neg_integer() | none,
logging = false :: boolean(),
+ vcard = <<"">> :: boolean(),
captcha_whitelist = (?SETS):empty() :: gb_set()
}).