From f8b09c194fe20192c4ac45697e9d0f00e8a96c2c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 29 Jan 2011 09:26:22 +0100 Subject: protocol: support client-to-client communication --- src/idle.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/idle.h') diff --git a/src/idle.h b/src/idle.h index 52adc4d6e..0156933c0 100644 --- a/src/idle.h +++ b/src/idle.h @@ -53,6 +53,12 @@ enum { /** a database update has started or finished. */ IDLE_UPDATE = 0x100, + + /** a client has subscribed or unsubscribed to/from a channel */ + IDLE_SUBSCRIPTION = 0x200, + + /** a message on the subscribed channel was receivedd */ + IDLE_MESSAGE = 0x400, }; /** -- cgit v1.2.3