From c47ca004ba979d23a86211393c9e35deadd66c46 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 24 Jan 2015 16:35:14 +0000 Subject: adaptation of WhatsApp for protocol version 1.5/2.0 git-svn-id: http://svn.miranda-ng.org/main/trunk@11898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/WAConnection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/WAConnection.h') diff --git a/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h b/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h index 9fbfde8484..92a8b82e4c 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h +++ b/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h @@ -393,13 +393,12 @@ class WAConnection { time_t expire_date; int account_kind; time_t lastTreeRead; - static const int DICTIONARY_LEN = 237; + static const int DICTIONARY_LEN; static const char* dictionary[]; static MessageStore* message_store; KeyStream* inputKey; KeyStream* outputKey; - static std::string removeResourceFromJid(const std::string& jid); WALogin* getLogin(); -- cgit v1.2.3