]> granicus.if.org Git - ejabberd/commitdiff
Add mod_avatar to the example configuration
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 25 Sep 2017 13:23:02 +0000 (16:23 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 25 Sep 2017 13:23:02 +0000 (16:23 +0300)
ejabberd.yml.example

index bc82b13da258f26fd5f580093499bd38bde396e9..99892823b9335766d083430bea79f58b90eaeae5 100644 (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