updates.
[silc.git] / apps / silcd / idlist.h
index 637564849bf9aca36d74f0ab24a1d49425665e15..ae2757d31b1b32b1a4331ec3d57d4e3f026e4c97 100644 (file)
@@ -356,6 +356,11 @@ struct SilcClientEntryStruct {
        Default cipher of the channel. If this is NULL then server picks
        the cipher to be used. This can be set at SILC_COMMAND_JOIN.
 
+   char *hmac_name
+
+       Default hmac of the channel. If this is NULL then server picks
+       the cipher to be used. This can be set at SILC_COMMAND_JOIN.
+
    SilcServerEntry router
 
        This is a pointer to the server list. This is the router server 
@@ -388,6 +393,7 @@ struct SilcChannelEntryStruct {
   int global_users;
   char *topic;
   char *cipher;
+  char *hmac_name;
 
   unsigned int user_limit;
   unsigned char *passphrase;