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
1 changed files with 5 additions and 0 deletions

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