From b37b521cd5fa9454d34cb5d5ebdc2d378529cac2 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 11 Sep 2013 20:42:25 -0400 Subject: Integration of group chats into messenger in progress. --- toxcore/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/network.h') diff --git a/toxcore/network.h b/toxcore/network.h index 2d08e88d..98307e5b 100644 --- a/toxcore/network.h +++ b/toxcore/network.h @@ -72,7 +72,7 @@ #define NET_PACKET_DATA 18 /* Data packet ID. */ #define NET_PACKET_CRYPTO 32 /* Encrypted data packet ID. */ #define NET_PACKET_LAN_DISCOVERY 33 /* LAN discovery packet ID. */ - +#define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */ /* Current time, unix format */ #define unix_time() ((uint64_t)time(NULL)) -- cgit v1.2.3