summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-09-21 17:48:11 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-09-21 17:48:11 +0000
commit2a5135f1283ffc05a8a5c1e56b7025fe3d55a013 (patch)
tree06330e828270ef3f2d72192458392710ff1a5e8e
parent2b15611f3f55ac8632198ffc380e3d79640d252a (diff)
Whatsapp: Updated constants so it can at least login (hopefully)
git-svn-id: http://svn.miranda-ng.org/main/trunk@17330 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/WhatsApp/src/constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h
index e535eabded..f83e715967 100644
--- a/protocols/WhatsApp/src/constants.h
+++ b/protocols/WhatsApp/src/constants.h
@@ -23,9 +23,9 @@
// #TODO Move constants below to WhatsAPI++
// WhatsApp
-#define WHATSAPP_TOKEN "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1447796090073"
+#define WHATSAPP_TOKEN "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1471306425030"
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.13.21 S40Version/14.26 Device/Nokia302"
+#define ACCOUNT_USER_AGENT "WhatsApp/2.16.9 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"