From 487297e0729349943af8b30542a1d248d5c4f8e6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 28 Oct 2010 14:14:09 -0400 Subject: [PATCH] Add resident hint to the spec. https://bugzilla.gnome.org/show_bug.cgi?id=633313 --- docs/notification-spec.xml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml index 7df9e05..9eb32f7 100644 --- a/docs/notification-spec.xml +++ b/docs/notification-spec.xml @@ -733,14 +733,6 @@ - - "urgency" - byte - - The urgency level. - - - "category" string @@ -787,6 +779,18 @@ < 1.1 + + "resident" + boolean + + When set the server will not automatically remove the + notification when an action has been invoked. The notification + will remain resident in the server until it is explicitly + removed by the user or by the sender. This hint is likely only + useful when the server has the "persistence" capability. + + + "sound-file" string @@ -834,6 +838,14 @@ + + "urgency" + byte + + The urgency level. + + +