diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 7f87fe2f9a..27bb548c9a 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -1,7 +1,7 @@ /*
WhatsApp plugin for Miranda NG
-Copyright © 2019-24 George Hazan
+Copyright © 2019-25 George Hazan
*/
@@ -10,7 +10,7 @@ Copyright © 2019-24 George Hazan #define WA_PROTO_MAJOR 2
#define WA_PROTO_MINOR 3000
-#define WA_PROTO_BUILD 1015901307
+#define WA_PROTO_BUILD 1023223821
#define WA_APPVERSION WA_PROTO_MAJOR,WA_PROTO_MINOR,WA_PROTO_BUILD
#define WA_STRINGIFY_IMPL(x) #x
@@ -422,6 +422,7 @@ class WhatsAppProto : public PROTO<WhatsAppProto> void OnNotifyEncrypt(const WANode &node);
void OnNotifyPicture(const WANode &node);
void OnReceiveAck(const WANode &node);
+ void OnReceiveCall(const WANode &node);
void OnReceiveChatState(const WANode &node);
void OnReceiveFailure(const WANode &node);
void OnReceiveInfo(const WANode &node);
|