diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-23 19:38:07 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-23 19:38:07 +0300 |
commit | abacfceb23fc41d0b632a7985c2291c02225b432 (patch) | |
tree | 186f0c918c8bf671e0bec368f9ff27fd2352d47c /protocols/Tox/libtox/src/toxcore/net_crypto.h | |
parent | a8249e73fa598dde2fbde216c7e8f416ebdbf88d (diff) |
libtox synced with their master, it could help to fix #3649
Diffstat (limited to 'protocols/Tox/libtox/src/toxcore/net_crypto.h')
-rw-r--r-- | protocols/Tox/libtox/src/toxcore/net_crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/libtox/src/toxcore/net_crypto.h b/protocols/Tox/libtox/src/toxcore/net_crypto.h index f6e062f3be..0c3dfd0d45 100644 --- a/protocols/Tox/libtox/src/toxcore/net_crypto.h +++ b/protocols/Tox/libtox/src/toxcore/net_crypto.h @@ -59,6 +59,7 @@ #define PACKET_ID_FILE_SENDREQUEST 80 #define PACKET_ID_FILE_CONTROL 81 #define PACKET_ID_FILE_DATA 82 +#define PACKET_ID_INVITE_GROUPCHAT 95 #define PACKET_ID_INVITE_CONFERENCE 96 #define PACKET_ID_ONLINE_PACKET 97 #define PACKET_ID_DIRECT_CONFERENCE 98 |