From 30e5c9bd3e2bdaa9626717b74b2a403f972cf255 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Mon, 25 Sep 2017 16:23:02 +0300 Subject: [PATCH] Add mod_avatar to the example configuration --- ejabberd.yml.example | 5 +++++ 1 file changed, 5 insertions(+) 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