From: Evgeniy Khramtsov Date: Mon, 25 Sep 2017 13:23:02 +0000 (+0300) Subject: Add mod_avatar to the example configuration X-Git-Tag: 17.09~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30e5c9bd3e2bdaa9626717b74b2a403f972cf255;p=ejabberd Add mod_avatar to the example configuration --- diff --git a/ejabberd.yml.example b/ejabberd.yml.example index bc82b13da..99892823b 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -768,6 +768,11 @@ modules: mod_time: {} mod_vcard: search: false + mod_vcard_xupdate: {} + ## Convert all avatars posted by Android clients from WebP to JPEG + mod_avatar: + convert: + webp: jpeg mod_version: {} mod_stream_mgmt: {} ## Non-SASL Authentication (XEP-0078) is now disabled by default