aboutsummaryrefslogtreecommitdiff
path: root/include/mod_muc_room.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-02-12 17:37:36 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-02-12 17:37:36 +0300
commitffe02c46e44b52d87425a8f4dfd42b58c5a426d6 (patch)
treeef20185143d20875a50079938a873d3096e11dc0 /include/mod_muc_room.hrl
parentRemove 'iqdisc' option (diff)
Let a MUC room to route presences from its bare JID
The goal for this is to provide entity capabilities (XEP-0115) and vCard-based avatar hash (XEP-0153)
Diffstat (limited to '')
-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()