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. + + +