diff options
author | George Hazan <george.hazan@gmail.com> | 2016-01-21 14:50:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-01-21 14:50:52 +0000 |
commit | 4f1716aa2d7200be88afd04e96b45b51e9269ad5 (patch) | |
tree | eeed27ecda87c51f3a109a81caf9ea3fe2dcf065 /protocols/WhatsApp/src | |
parent | f766a15d16ee4a719fdf7ce273f87a333d90a40b (diff) |
fix for a whatsapp resource
git-svn-id: http://svn.miranda-ng.org/main/trunk@16137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index 2fb002ab5b..58818f450d 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -31,7 +31,7 @@ #define ACCOUNT_URL_EXISTSV2 "https://v.whatsapp.net/v2/exist"
// WhatsApp Samsung Galaxy S3
-#define ACCOUNT_RESOURCE "S40"
+#define ACCOUNT_RESOURCE "iOS-2.12.12"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2
|