changed update url
This commit is contained in:
parent
ecdd00830d
commit
9e31ae8792
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public final class Config {
|
|||
public static final ChatState DEFAULT_CHATSTATE = ChatState.ACTIVE;
|
||||
public static final int TYPING_TIMEOUT = 5;
|
||||
|
||||
public static final String UPDATE_URL = "http://xmpp.pix-art.de/update/beta";
|
||||
public static final String UPDATE_URL = "http://xmpp.pix-art.de/Conversations/update/";
|
||||
public static final long UPDATE_CHECK_TIMER = 24 * 60 * 60; // in seconds
|
||||
|
||||
public static final String ENABLED_CIPHERS[] = {
|
||||
|
|
Reference in a new issue