use Consistent Color Generation (XEP-0392 v0.6)

This commit is contained in:
Daniel Gultsch 2018-10-02 20:33:53 +02:00
parent 98d3d91a8e
commit b2cbd60f94
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public final class Config {
public static final int CONNECT_DISCO_TIMEOUT = 20;
public static final int MINI_GRACE_PERIOD = 750;
public static final boolean XEP_0392 = false; //enables a variant of XEP-0392 that is based on HSLUV
public static final boolean XEP_0392 = true; //enables XEP-0392 v0.6.0
public static final int AVATAR_SIZE = 192;
public static final Bitmap.CompressFormat AVATAR_FORMAT = Bitmap.CompressFormat.JPEG;