summaryrefslogtreecommitdiffstats
path: root/ejabberd-0006-Remove-mod_avatar-from-the-ejabberd.yml-since-we-don.patch
blob: a8b9e15fd450e4ab0bd351c88a541a8980eb65fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From a2941a16a528ea6fb90f7a463834e565a1ef7d83 Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Mon, 11 Dec 2017 10:28:25 -0500
Subject: [PATCH] Remove mod_avatar from the ejabberd.yml since we don't
 support it.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
 ejabberd.yml.example | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 99892823..749ed3f9 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -769,10 +769,6 @@ modules:
   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
-- 
2.14.3