]> git.0d.be Git - empathy.git/commit
Add option to make chatroom "always urgent" (#611894)
authorJonas Bonn <jonas@southpole.se>
Fri, 5 Mar 2010 11:55:25 +0000 (12:55 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 27 May 2010 14:59:58 +0000 (16:59 +0200)
commit6da94f6bce71e0d2c1b44260da986eecd089defa
tree73d11d049066e4cd14e13cd815ff6df642c088f8
parent2f9166bf42462e44b40462cbd9fc562f6cf507af
Add option to make chatroom "always urgent" (#611894)

Often a user wants to be immediately notified of posts to a chatroom even when
the post does not address them directly by name.  This patch adds a room
option to make all posts to the room "urgent", meaning that the system-specific
urgency action should be taken -- notification, window urgency hint, etc.

Two specific use cases for when one may want this:

i)  Low-traffic rooms (so that one does not have to go check the room all the
time)
ii)  Error-logging room (room to which errors from some other system(s) are
logged)

The "always urgent" option is off by default when joining a room.
libempathy/empathy-chatroom.c
libempathy/empathy-chatroom.h
src/empathy-chat-window.c
src/empathy-chat-window.ui