Add persistence server capability
This commit is contained in:
parent
487297e072
commit
015131721c
|
@ -936,6 +936,18 @@
|
||||||
server to specify both.
|
server to specify both.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry><literal>"persistence"</literal></entry>
|
||||||
|
<entry>
|
||||||
|
The server supports persistence of notifications.
|
||||||
|
Notifications will be retained until they are acknowledged or
|
||||||
|
removed by the user or recalled by the sender. The presence
|
||||||
|
of this capability allows clients to depend on the server to
|
||||||
|
ensure a notification is seen and eliminate the need for
|
||||||
|
the client to display a reminding function (such as a status
|
||||||
|
icon) of its own.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>"sound"</literal></entry>
|
<entry><literal>"sound"</literal></entry>
|
||||||
<entry>
|
<entry>
|
||||||
|
|
Loading…
Reference in New Issue