X509_VERIFICATION true, REQUIRE_RTP_VERIFICATION true, ENCRYPT_ON_HTTP_UPLOADED true

This commit is contained in:
Arne 2022-07-06 18:20:33 +02:00
parent 45eaca2565
commit 421839a1d1

View file

@ -150,10 +150,10 @@ public final class Config {
public static final boolean BACKGROUND_STANZA_LOGGING = false; //log all stanzas that were received while the app is in background
public static final boolean RESET_ATTEMPT_COUNT_ON_NETWORK_CHANGE = true; //setting to true might increase power consumption
public static final boolean ENCRYPT_ON_HTTP_UPLOADED = false;
public static final boolean ENCRYPT_ON_HTTP_UPLOADED = true;
public static final boolean X509_VERIFICATION = false; //use x509 certificates to verify OMEMO keys
public static final boolean REQUIRE_RTP_VERIFICATION = false; //require a/v calls to be verified with OMEMO
public static final boolean X509_VERIFICATION = true; //use x509 certificates to verify OMEMO keys
public static final boolean REQUIRE_RTP_VERIFICATION = true; //require a/v calls to be verified with OMEMO
public static final boolean ONLY_INTERNAL_STORAGE = false; //use internal storage instead of sdcard to save attachments