summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-15 12:54:57 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-15 12:54:57 +0300
commit0f86559d83a37d97e1ce18aa346a67f7d0b391e2 (patch)
tree395977e9872e1a46e791eeeb6bf86f9405b4a25f /ejabberd.yml.example
parentMerge pull request #2221 from licaon-kter/patch-1 (diff)
Always build eimp dependency
Even if no suitable C graphics libraries are detected at compile time, the package is still usable because it provides `eimp:get_type/1` which is used by mod_avatar.
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example5
1 files changed, 1 insertions, 4 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 4fea180e..49506ed9 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -818,10 +818,7 @@ modules:
mod_vcard:
search: false
mod_vcard_xupdate: {}
- ## Convert all avatars posted by Android clients from WebP to JPEG
- ## mod_avatar: # this module needs compile option --enable-graphics
- ## convert:
- ## webp: jpeg
+ mod_avatar: {}
mod_version: {}
mod_stream_mgmt: {}
## Non-SASL Authentication (XEP-0078) is now disabled by default