Skip to content
Snippets Groups Projects
Commit ef7069df authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3931] Define Strings instead of integers to identify SDES/ZRTP

parent 53387b6a
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,9 @@
#define ACCOUNT_ZRTP_NOT_SUPP_WARNING "ZRTP.notSuppWarning"
#define ACCOUNT_ZRTP_HELLO_HASH "ZRTP.helloHashEnable"
#define ACCOUNT_DISPLAY_SAS_ONCE "ZRTP.displaySasOnce"
#define KEY_EXCHANGE_NONE "0"
#define ZRTP "1"
#define SDES "2"
#define KEY_EXCHANGE_NONE "none"
#define ZRTP "zrtp"
#define SDES "sdes"
#define CONFIG_RINGTONE_PATH "Account.ringtonePath"
#define CONFIG_RINGTONE_ENABLED "Account.ringtoneEnabled"
......
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