Added REKEY, REKEY_DONE and REMOVE_CHANNEL_USER packet types.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 21 Aug 2000 14:20:10 +0000 (14:20 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 21 Aug 2000 14:20:10 +0000 (14:20 +0000)
lib/silccore/silcpacket.h

index 9b026f9f85263815ecdd200426bbbf39673a090d..d48035135b9302e90420f917de7085cfb50dc0d1 100644 (file)
@@ -204,6 +204,9 @@ typedef void (*SilcPacketParserCallback)(SilcPacketParserContext
 #define SILC_PACKET_NEW_CHANNEL_USER_LIST 25     /* List of users on "" */
 #define SILC_PACKET_REPLACE_ID           26      /* To replace old ID */
 #define SILC_PACKET_REMOVE_ID            27      /* To remove ID */
+#define SILC_PACKET_REMOVE_CHANNEL_USER  28      /* Remove user from channel */
+#define SILC_PACKET_REKEY                29
+#define SILC_PACKET_REKEY_DONE           30
 /* #define SILC_PACKET_MAX               255 */
 
 /* Macros */