handle MDNs options, closes #63

This commit is contained in:
B. Petersen 2018-10-01 20:57:38 +02:00
parent b9d3740f58
commit 5c1ff3c110
11 changed files with 52 additions and 100 deletions

View file

@ -28,6 +28,7 @@ import android.support.annotation.NonNull;
public class DcContext {
public final static int DC_PREF_DEFAULT_E2EE_ENABLED = 1;
public final static int DC_PREF_DEFAULT_MDNS_ENABLED = 1;
public final static int DC_EVENT_INFO = 100;
public final static int DC_EVENT_WARNING = 300;