* New session variable 'can_receive_im' which indicates that the session is running...
[citadel.git] / citadel / server.h
index 9fc9ca6ec2458f798b5d3e230ac74b46770aec02..d78f61907837fedc9c3ad611f66261698ea266c6 100644 (file)
@@ -85,6 +85,7 @@ struct CitContext {
        int is_async;           /* Nonzero if client accepts async msgs */
        int async_waiting;      /* Nonzero if there are async msgs waiting */
        int input_waiting;      /* Nonzero if there is client input waiting */
+       int can_receive_im;     /* Session is capable of receiving instant messages */
 
        /* Client information */
        int cs_clientdev;       /* client developer ID */