summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-22 16:42:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-22 16:42:33 +0000
commita324903b08b04759a0dfb0c08d917d70ca246c9b (patch)
tree5be154a2ccffb0a35c5ce7564378ee88bbabdae4 /protocols/WhatsApp/src
parentc91d9d8f10c1754303c6ac8bb0b9717524f92126 (diff)
revert of version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@17019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src')
-rw-r--r--protocols/WhatsApp/src/constants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h
index 0d8fd42c95..2fb002ab5b 100644
--- a/protocols/WhatsApp/src/constants.h
+++ b/protocols/WhatsApp/src/constants.h
@@ -25,12 +25,13 @@
// WhatsApp
#define WHATSAPP_TOKEN "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1447796090073"
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
+#define ACCOUNT_USER_AGENT "WhatsApp/2.13.21 S40Version/14.26 Device/Nokia302"
#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"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.12.556 Android/4.3 Device/Xiaomi-HM_1SW"
-#define ACCOUNT_RESOURCE "Android"
+// WhatsApp Samsung Galaxy S3
+#define ACCOUNT_RESOURCE "S40"
#define WHATSAPP_RECV_MESSAGE 1
#define WHATSAPP_SEND_MESSAGE 2