From 25a7a059a20f51e6df201ba606e38c4aef45e8f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Jan 2015 15:34:37 +0000 Subject: - 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 --- protocols/WhatsApp/src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/proto.h') 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 m_Challenge; string m_szPhoneNumber; -- cgit v1.2.3