diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-29 08:51:28 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-29 08:51:28 +0000 |
commit | 8888e419e1e874564c8bb5107a642bc6f86a3e05 (patch) | |
tree | 4484497a84bd1c9f218582f69d8008320e7bf9f4 /protocols/WhatsApp/src/constants.h | |
parent | d83e44700c4270e19d4cb7117244292f800cb14f (diff) |
WhatsApp:
- Updated some constants.h
- Fixed error message
git-svn-id: http://svn.miranda-ng.org/main/trunk@15785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/constants.h')
-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 08beef0422..1d7d56ff0d 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -24,7 +24,7 @@ // WhatsApp
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.12.96 S40Version/14.26 Device/Nokia302"
+#define ACCOUNT_USER_AGENT "WhatsApp/2.13.5 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"
|