You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ A WebDAV client that implements WebDAV-Push typically
97
97
WebDAV-Push is not restricted to specific push transports and allows clients to specify which push transports they support. This allows even upcoming, yet unknown push transports to be used with
98
98
WebDAV-Push.
99
99
100
-
WebDAV-Push implementations SHOULD implement at least Web Push / RFC 8030 (see Appendix A).
100
+
WebDAV-Push implementations SHOULD implement at least the Web Push transport (see Appendix A).
101
101
102
102
For proprietary push services, client vendors may need to provide a _rewrite proxy_ that signs and forwards the requests to the respective proprietary service.
Purpose: Specifies an expiration date of the registered subscription.
318
-
Description: Specifies an expiration date-time in the `IMF-fixdate` format (RFC 9110).
318
+
Description: Specifies an expiration date-time in the `IMF-fixdate` format {{RFC9110}}.
319
319
Definition: `<!ELEMENT expires (#PCDATA)`
320
320
Example: `<expires>Sun, 06 Nov 1994 08:49:37 GMT</expires>`
321
321
@@ -406,7 +406,7 @@ What happens when some component is hacked
406
406
407
407
# Appendix A: Web Push Transport
408
408
409
-
WebDAV-Push can be used with Web Push (RFC 8030) to deliver WebDAV-Push notifications directly to compliant user agents, like Web browsers which come with their own push service infrastructure. Currently (2024), all major browsers support Web Push.
409
+
WebDAV-Push can be used with Web Push {{RFC8030}} to deliver WebDAV-Push notifications directly to compliant user agents, like Web browsers which come with their own push service infrastructure. Currently (2024), all major browsers support Web Push.
410
410
411
411
When the Web Push transport is used for WebDAV-Push,
Usage of Message Encryption (RFC 8291) and VAPID (RFC 8292) is recommended. If future protocol extensions become used by push services, WebDAV-Push servers should implement them as well, if
423
+
Usage of Message Encryption {{RFC8291}} and VAPID {{RFC8292}} is recommended. If future protocol extensions become used by push services, WebDAV-Push servers should implement them as well, if
424
424
applicable.
425
425
426
426
A WebDAV-Push server should use the collection topic as `Topic` header in push messages to replace previous notifications for the same collection.
0 commit comments