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/WhatsAPI++/WARegister.cpp | |
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/WhatsAPI++/WARegister.cpp')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/WARegister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/WARegister.cpp b/protocols/WhatsApp/src/WhatsAPI++/WARegister.cpp index 2bf0cb8b83..2db12da5b5 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/WARegister.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/WARegister.cpp @@ -13,7 +13,7 @@ using namespace Utilities; /////////////////////////////////////////////////////////////////////////////////////////
// Token generation
-static char WaToken[] = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1435688727801";
+static char WaToken[] = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1442277896714";
std::string WAToken::GenerateToken(const string &number)
{
|