diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-01-29 13:46:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-01-29 13:46:48 +0000 |
commit | a333f3bcb1f4ccd81aa658de24767aa5e6c7e480 (patch) | |
tree | 70045e2fe56e7236c4a34a21be531afe93036bb3 /protocols/WhatsApp/src/constants.h | |
parent | 6b82dc2cd3d41ac2354d6c0b4633e4e659da991d (diff) |
temporary revert due to a possible account ban
git-svn-id: http://svn.miranda-ng.org/main/trunk@16185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/constants.h')
-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 865a06fbcc..58818f450d 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -30,8 +30,8 @@ #define ACCOUNT_URL_REGISTERREQUESTV2 "https://v.whatsapp.net/v2/register"
#define ACCOUNT_URL_EXISTSV2 "https://v.whatsapp.net/v2/exist"
-// Empty resource as a workaround for not working login and to avoid encrypted messages
-#define ACCOUNT_RESOURCE ""
+// WhatsApp Samsung Galaxy S3
+#define ACCOUNT_RESOURCE "iOS-2.12.12"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2
|