mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add mod_avatar to the example configuration
This commit is contained in:
parent
251756de00
commit
30e5c9bd3e
@ -768,6 +768,11 @@ modules:
|
|||||||
mod_time: {}
|
mod_time: {}
|
||||||
mod_vcard:
|
mod_vcard:
|
||||||
search: false
|
search: false
|
||||||
|
mod_vcard_xupdate: {}
|
||||||
|
## Convert all avatars posted by Android clients from WebP to JPEG
|
||||||
|
mod_avatar:
|
||||||
|
convert:
|
||||||
|
webp: jpeg
|
||||||
mod_version: {}
|
mod_version: {}
|
||||||
mod_stream_mgmt: {}
|
mod_stream_mgmt: {}
|
||||||
## Non-SASL Authentication (XEP-0078) is now disabled by default
|
## Non-SASL Authentication (XEP-0078) is now disabled by default
|
||||||
|
Loading…
Reference in New Issue
Block a user