diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-11-22 18:33:52 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-11-22 18:33:52 +0000 |
commit | 8f5f82f45d8fc0bd421949ee06d855ce515a9eba (patch) | |
tree | f33fefa904c40ff448ab85ace50d53533e8566f9 /protocols | |
parent | 385f65476c31ba54b37d8a95aeaa3e657a11a1bb (diff) |
WhatsApp:
-Changed account resource to "S40-2.12.49" (patch by Cassio)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11040 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 105d4c5228..6b292eb218 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -42,7 +42,7 @@ #define ACCOUNT_URL_EXISTSV2 "https://v.whatsapp.net/v2/exist"
// WhatsApp Nokia 302 S40
-#define ACCOUNT_RESOURCE "Android-2.31.151-443"
+#define ACCOUNT_RESOURCE "S40-2.12.49"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2
|