diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-29 15:34:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-29 15:34:37 +0000 |
commit | 25a7a059a20f51e6df201ba606e38c4aef45e8f0 (patch) | |
tree | 4bd42c4bc7cbd7b45d7db633d0e9aa8a42595e97 /protocols/WhatsApp/src/proto.h | |
parent | ddb498e9d73f3cba46791983ecece2371796f29b (diff) |
- receipts for offline messages
- slightly enilghtened login procedure
- WHATSAPP_KEY_PUSH_NAME removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 33cc9bcad0..09e98b8a7c 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -167,7 +167,7 @@ private: WASocketConnection *conn;
WAConnection *m_pConnection;
Mutex connMutex;
- int lastPongTime;
+ time_t m_tLastWriteTime;
std::vector<unsigned char> m_Challenge;
string m_szPhoneNumber;
|