Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-09-25 16:23:02 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-09-25 16:23:02 +0300
commit30e5c9bd3e2bdaa9626717b74b2a403f972cf255 (patch)
treee4f038e95b24526a930e39d6e5cb2a2d41bc5031 /ejabberd.yml.example
parent251756de0098a2a34a3065d65e5571034e033500 (diff)
Add mod_avatar to the example configuration
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example5
1 files changed, 5 insertions, 0 deletions
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