mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-07 03:38:10 -05:00
ServerConstants: Added constant/field for charset
This commit is contained in:
parent
82941ef072
commit
5beee89ce2
@ -38,6 +38,7 @@ public interface ServerConstants extends BaseColumns
|
||||
public static final String PASSWORD = "password";
|
||||
public static final String AUTOCONNECT = "autoConnect";
|
||||
public static final String USE_SSL = "useSSL";
|
||||
public static final String CHARSET = "charset";
|
||||
public static final String IDENTITY = "identity";
|
||||
|
||||
/**
|
||||
@ -51,6 +52,7 @@ public interface ServerConstants extends BaseColumns
|
||||
PASSWORD,
|
||||
AUTOCONNECT,
|
||||
USE_SSL,
|
||||
CHARSET,
|
||||
IDENTITY
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user