summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index cc09afe3..42919a0d 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -58,7 +58,9 @@
58#define PACKET_ID_FILE_CONTROL 81 58#define PACKET_ID_FILE_CONTROL 81
59#define PACKET_ID_FILE_DATA 82 59#define PACKET_ID_FILE_DATA 82
60#define PACKET_ID_INVITE_GROUPCHAT 96 60#define PACKET_ID_INVITE_GROUPCHAT 96
61#define PACKET_ID_MESSAGE_GROUPCHAT 98 61#define PACKET_ID_ONLINE_PACKET 97
62#define PACKET_ID_DIRECT_GROUPCHAT 98
63#define PACKET_ID_MESSAGE_GROUPCHAT 99
62 64
63 65
64/* Max number of tcp relays sent to friends */ 66/* Max number of tcp relays sent to friends */