aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-04-14 18:32:12 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-04-14 18:32:12 +0300
commita5284229cbbb2237f31645f39066680a97ffe6b0 (patch)
treef9773e0390fa800c488ba0b2f1f2e7d21efe90d2 /include
parentClear fast_tls cache on configuration reload (diff)
parentMerge branch 'master' into muc-self-presence (diff)
Merge branch 'muc-self-presence'
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 aea5432e6..b224192c8 100644
--- a/include/mod_muc_room.hrl
+++ b/include/mod_muc_room.hrl
@@ -63,6 +63,7 @@
max_users = ?MAX_USERS_DEFAULT :: non_neg_integer() | none,
logging = false :: boolean(),
vcard = <<"">> :: binary(),
+ vcard_xupdate = undefined :: undefined | external | binary(),
captcha_whitelist = (?SETS):empty() :: ?TGB_SET,
mam = false :: boolean(),
pubsub = <<"">> :: binary()