diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-16 13:27:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-16 13:27:28 +0300 |
commit | e608c114ed6735ff097db948688ea320d2d38f0c (patch) | |
tree | 15b83a323219205d25006bb66177ee3fd4d41039 /protocols/WhatsAppWeb/src/utils.h | |
parent | b3dcfac0936aa764ecf0b98b8bfd0112d0c05fe5 (diff) |
WhatsApp: new socket version that is able to send handshake message
Diffstat (limited to 'protocols/WhatsAppWeb/src/utils.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/src/utils.h b/protocols/WhatsAppWeb/src/utils.h index 4a55dad515..73af046993 100644 --- a/protocols/WhatsAppWeb/src/utils.h +++ b/protocols/WhatsAppWeb/src/utils.h @@ -5,6 +5,8 @@ Copyright © 2019-22 George Hazan */ +#define DICT_VERSION 2 + #define LIST_EMPTY 0 #define STREAM_END 2 #define DICTIONARY_0 236 |