@@ -38,13 +38,13 @@ public final class Config {
public static final String LOGTAG = BuildConfig.APP_NAME.toLowerCase(Locale.US);
- public static final Jid BUG_REPORTS = Jid.of("bugs@conversations.im");- public static final Uri HELP = Uri.parse("https://help.conversations.im");
+ public static final Jid BUG_REPORTS = Jid.of("+14169938000@cheogram.com");
+ public static final Uri HELP = Uri.parse("https://cheogram.com");
public static final String DOMAIN_LOCK = null; //only allow account creation for this domain
- public static final String MAGIC_CREATE_DOMAIN = "conversations.im";- public static final Jid QUICKSY_DOMAIN = Jid.of("quicksy.im");
+ public static final String MAGIC_CREATE_DOMAIN = "chatterboxtown.us";
+ public static final Jid QUICKSY_DOMAIN = Jid.of("cheogram.com");
public static final String CHANNEL_DISCOVERY = "https://search.jabber.network";
@@ -180,6 +180,9 @@ public final class Config {
//if the contacts domain matches one of the following domains OMEMO wonโt be turned on automatically
//can be used for well known, widely used gateways
private static final List<String> CONTACT_DOMAINS = Arrays.asList(
+ "sip.cheogram.com",
+ "irc.cheogram.com",
+ "smtp.cheogram.com",
"cheogram.com",
"*.covid.monal.im"
);