aboutsummaryrefslogtreecommitdiff
path: root/vars.config.in
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-09-17 10:26:48 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-09-17 10:26:48 +0300
commite4d21c1941cd204a458d1ecd35dd8615f72d3628 (patch)
treeed9892265094d73d224a110fc42f15809e055160 /vars.config.in
parentAdd riakc dependency version (diff)
Introduce mod_avatar
The purpose of the module is to cope with legacy and modern XMPP clients posting avatars. It automatically converts vCard based avatars (XEP-0153) to PEP based avatars (XEP-0084) and vice versa. Also, the module supports convertation between avatar image formats on the fly: this is controlled by `convert` option. For example, to convert all avatars into PNG format, configure the module as: mod_avatar: convert: default: png In order to convert only `webp` format to `jpeg`, set the following: mod_avatar: convert: webp: jpeg Note: the module depends on mod_vcard, mod_vcard_xupdate and mod_pubsub. Also, ejabberd should be built with --enable-graphics option.
Diffstat (limited to 'vars.config.in')
-rw-r--r--vars.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars.config.in b/vars.config.in
index 469711182..47fc5dd44 100644
--- a/vars.config.in
+++ b/vars.config.in
@@ -42,6 +42,7 @@
{iconv, @iconv@}.
{stun, @stun@}.
{sip, @sip@}.
+{graphics, @graphics@}.
%% Version
{vsn, "@PACKAGE_VERSION@"}.