25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Add mod_avatar to the example configuration

This commit is contained in:
Evgeniy Khramtsov 2017-09-25 16:23:02 +03:00
parent 251756de00
commit 30e5c9bd3e

View File

@ -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