Skip to content

Commit bf2fa62

Browse files
committed
Use RFC references
1 parent 5217214 commit bf2fa62

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A WebDAV client that implements WebDAV-Push typically
9797
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
9898
WebDAV-Push.
9999

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).
101101

102102
For proprietary push services, client vendors may need to provide a _rewrite proxy_ that signs and forwards the requests to the respective proprietary service.
103103

@@ -315,7 +315,7 @@ Example: `<expires>Sun, 06 Nov 1994 08:49:37 GMT</expires>`
315315
Name: `expires`
316316
Namespace: `DAV:Push`
317317
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}}.
319319
Definition: `<!ELEMENT expires (#PCDATA)`
320320
Example: `<expires>Sun, 06 Nov 1994 08:49:37 GMT</expires>`
321321

@@ -406,7 +406,7 @@ What happens when some component is hacked
406406

407407
# Appendix A: Web Push Transport
408408

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

411411
When the Web Push transport is used for WebDAV-Push,
412412

@@ -420,7 +420,7 @@ Corresponding terminology:
420420
* (WebDAV-Push) _push server_ ↔ (RFC 8030) _application server_
421421
* (WebDAV-Push) _push client_ (or _redirect proxy_) ↔ (RFC 8030) _user agent_
422422

423-
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
424424
applicable.
425425

426426
A WebDAV-Push server should use the collection topic as `Topic` header in push messages to replace previous notifications for the same collection.

webdav-push.mkd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ author:
2222

2323
normative:
2424
RFC4918:
25+
RFC8030:
26+
RFC8291:
27+
RFC8292:
28+
RFC9110:
2529

2630

2731
--- abstract

0 commit comments

Comments
 (0)