diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-01-30 08:16:56 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-01-30 08:16:56 +0000 |
commit | eefd0fa80022fe122cfc816e7146212729ee02b4 (patch) | |
tree | 13f36a093bcbe136c358eab42dbb0d75a354b238 /protocols | |
parent | 02beb2cc023e1b910b7ba4c6c6bd28f6c2cf142f (diff) |
reverted resorce changes so users can at least login
git-svn-id: http://svn.miranda-ng.org/main/trunk@16190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-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 58818f450d..2fb002ab5b 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 "iOS-2.12.12"
+#define ACCOUNT_RESOURCE "S40"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2
|