Implemented the draft-riikonen-presence-attrs and Attribute
[crypto.git] / lib / silccore / silccommand.h
index 1575a80ca11c4d208cf5e414c9ec7b2eba0f9159..b864a4261c20ab6f20617e7eb37006a77f67d0ff 100644 (file)
@@ -145,6 +145,7 @@ typedef unsigned char SilcCommand;
 #define SILC_COMMAND_KICK              19
 #define SILC_COMMAND_BAN               20
 #define SILC_COMMAND_DETACH            21
+#define SILC_COMMAND_WATCH             22
 #define SILC_COMMAND_SILCOPER          23
 #define SILC_COMMAND_LEAVE             24
 #define SILC_COMMAND_USERS             25
@@ -152,6 +153,7 @@ typedef unsigned char SilcCommand;
 #define SILC_COMMAND_SERVICE           27
 
 /* Private range start */
+#define SILC_COMMAND_PRIVATE            200
 #define SILC_COMMAND_PRIV_CONNECT       200
 #define SILC_COMMAND_PRIV_CLOSE         201
 #define SILC_COMMAND_PRIV_SHUTDOWN      202