Protocol version 1.2 integrations
[silc.git] / lib / silccore / silcattrs.h
index b9097bc6b273832107d09ae531e2f934c2f14a98..afcc019405b55bd3dac9492718a921c380ad1ed4 100644 (file)
@@ -390,6 +390,8 @@ unsigned char *silc_attribute_get_verify_data(SilcDList attrs,
  */
 typedef struct {
   SilcUInt32 port;             /* IANA specified service port */
+  SilcUInt32 idle;             /* Idle time in the service */
+  char signon[64];             /* Signon date and time (UTC) */
   char address[256];           /* service address */
   bool status;                 /* online status (TRUE present in service) */
 } SilcAttributeObjService;