diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-01 15:03:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-01 15:03:04 +0000 |
commit | f2e037c6b00ab9cac0583d1fe4eacf1707047b0e (patch) | |
tree | c83a4f28f2b79078e3c4f2d7e861b6ca70a11f4b /protocols | |
parent | 7345dd8952fe9af0f063b9690ef154fe8a6f078e (diff) |
version update
git-svn-id: http://svn.miranda-ng.org/main/trunk@16897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index 2fb002ab5b..0d8fd42c95 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -25,13 +25,12 @@ // WhatsApp
#define WHATSAPP_TOKEN "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1447796090073"
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.13.21 S40Version/14.26 Device/Nokia302"
#define ACCOUNT_URL_CODEREQUESTV2 "https://v.whatsapp.net/v2/code"
#define ACCOUNT_URL_REGISTERREQUESTV2 "https://v.whatsapp.net/v2/register"
#define ACCOUNT_URL_EXISTSV2 "https://v.whatsapp.net/v2/exist"
-// WhatsApp Samsung Galaxy S3
-#define ACCOUNT_RESOURCE "S40"
+#define ACCOUNT_USER_AGENT "WhatsApp/2.12.556 Android/4.3 Device/Xiaomi-HM_1SW"
+#define ACCOUNT_RESOURCE "Android"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2
|