mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Add mod_avatar to the example configuration
This commit is contained in:
parent
251756de00
commit
30e5c9bd3e
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue