temporarly enable OTR

This commit is contained in:
Christian Schneppe 2017-03-27 21:08:27 +02:00
parent 0be7dfe65e
commit a8e179ab4e

View file

@ -13,7 +13,7 @@ public final class Config {
private static final int OTR = 4;
private static final int OMEMO = 8;
private static final int ENCRYPTION_MASK = UNENCRYPTED /*| OPENPGP | OTR */| OMEMO;
private static final int ENCRYPTION_MASK = UNENCRYPTED /*| OPENPGP */ | OTR | OMEMO;
public static boolean supportUnencrypted() {
return (ENCRYPTION_MASK & UNENCRYPTED) != 0;