diff options
author | Bjarne Roß <nfsprodriver@users.noreply.github.com> | 2017-01-28 02:49:53 +0100 |
---|---|---|
committer | Tobias Weimer <tweimer@users.noreply.github.com> | 2017-01-28 08:51:50 +0100 |
commit | 7443ddc596332d3c43ab531746736f1fdd38cc44 (patch) | |
tree | 1783a141bba833893e11ac84d4a8e4d0749d7ec1 /protocols | |
parent | 8e6cc2add809cc6c99866dda04d04c23de3e83e2 (diff) |
Update Useragent and Token
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index f83e715967..963ae3c7ce 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 "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1471306425030"
+#define WHATSAPP_TOKEN "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1478194306452"
#define WHATSAPP_LOGIN_SERVER "c.whatsapp.net"
-#define ACCOUNT_USER_AGENT "WhatsApp/2.16.9 S40Version/14.26 Device/Nokia302"
+#define ACCOUNT_USER_AGENT "WhatsApp/2.16.11 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"
@@ -48,4 +48,4 @@ #define REG_STATE_REQ_CODE 1
#define REG_STATE_REG_CODE 2
-#endif
\ No newline at end of file +#endif
|