diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-12-22 19:29:41 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-12-22 19:29:41 +0000 |
commit | 4c21d57786db8d8aa97f285573b58c54aa05340b (patch) | |
tree | 4bbde7596b208128f1bede1ff84429a39711ac38 /protocols/WhatsApp/src/constants.h | |
parent | ac8bed8f05473bf773b9729d5acef4b49dde3682 (diff) |
WhatsApp:
- Updated constants to 2.13.21
git-svn-id: http://svn.miranda-ng.org/main/trunk@15934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/constants.h')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index 1d7d56ff0d..2fb002ab5b 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -23,8 +23,9 @@ // #TODO Move constants below to WhatsAPI++
// WhatsApp
+#define WHATSAPP_TOKEN "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1447796090073"
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.13.5 S40Version/14.26 Device/Nokia302"
+#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"
|