diff options
author | George Hazan <george.hazan@gmail.com> | 2015-10-29 15:14:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-10-29 15:14:37 +0000 |
commit | bd6a9ef15c9d98acc55c49bc08a12bf1cc80386b (patch) | |
tree | b04768231052182f9bf9f29de3a61cf2b5dc880c /protocols | |
parent | 70a102f8b647845c056b66a1d84acb885d3383e7 (diff) |
new whatsapp credentials
git-svn-id: http://svn.miranda-ng.org/main/trunk@15647 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index 655d484b1a..0571aa002c 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -24,13 +24,13 @@ // WhatsApp
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.12.89 S40Version/14.26 Device/Nokia302"
+#define ACCOUNT_USER_AGENT "WhatsApp/2.12.176 Android/4.3 Device/GalaxyS3"
#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 Nokia 302 S40
-#define ACCOUNT_RESOURCE "S40-2.12.89"
+#define ACCOUNT_RESOURCE "Android-2.12.176-443"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2
|