Skip to content
Snippets Groups Projects
Commit 3739305f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

api: update account registration state strings

Issue: #78221
Change-Id: Ifbfc8dd1a462e2ed0ca76fc0ca229333fc2624cc
parent 8ffef7b9
No related branches found
No related tags found
No related merge requests found
......@@ -41,13 +41,13 @@ public class AccountDetailVolatile implements AccountDetail {
public static final String STATE_TRYING = "TRYING";
public static final String STATE_ERROR = "ERROR";
public static final String STATE_ERROR_GENERIC = "ERROR_GENERIC";
public static final String STATE_ERROR_AUTH = "ERRORAUTH";
public static final String STATE_ERROR_NETWORK = "ERRORNETWORK";
public static final String STATE_ERROR_HOST = "ERRORHOST";
public static final String STATE_ERROR_AUTH = "ERROR_AUTH";
public static final String STATE_ERROR_NETWORK = "ERROR_NETWORK";
public static final String STATE_ERROR_HOST = "ERROR_HOST";
public static final String STATE_ERROR_CONF_STUN = "ERROR_CONF_STUN";
public static final String STATE_ERROR_EXIST_STUN = "ERROREXISTSTUN";
public static final String STATE_ERROR_SERVICE_UNAVAILABLE = "ERRORSERVICEUNAVAILABLE";
public static final String STATE_ERROR_NOT_ACCEPTABLE = "ERRORNOTACCEPTABLE";
public static final String STATE_ERROR_EXIST_STUN = "ERROR_EXIST_STUN";
public static final String STATE_ERROR_SERVICE_UNAVAILABLE = "ERROR_SERVICE_UNAVAILABLE";
public static final String STATE_ERROR_NOT_ACCEPTABLE = "ERROR_NOT_ACCEPTABLE";
public static final String STATE_REQUEST_TIMEOUT = "Request Timeout";
private ArrayList<PreferenceEntry> privateArray;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment