Skip to content

Commit ae6c5a4

Browse files
authored
Subscription of non-collection resources (#82)
* Allow subscription of non-collection resources; change sync-level to depth * Updates
1 parent 004960d commit ae6c5a4

File tree

5 files changed

+80
-88
lines changed

5 files changed

+80
-88
lines changed

abstract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This document specifies a protocol to notify WebDAV clients over push notifications when contents of a collection are changed on the WebDAV server.
1+
This document specifies a protocol to notify WebDAV clients when the content or properties of a resource or its members are changed on the WebDAV server.
22

3-
The protocol is primarily specified to be used with Web Push (RFC 8030), but can be used with other transports as well.
3+
Currently, the only specified transport for these push notifications is Web Push (RFC 8030). However, the protocol could be used with other transports as well.

0 commit comments

Comments
 (0)