From 461259a2f2174454b2b00033419b11fac52b79e3 Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Mon, 30 Sep 2024 20:06:01 +0200 Subject: [PATCH] Drop `` element, reduce `` to `` --- content.mkd | 43 ++++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/content.mkd b/content.mkd index d0f99b2..b724123 100644 --- a/content.mkd +++ b/content.mkd @@ -134,7 +134,7 @@ PROPFIND https://example.com/webdav/collection/ - + @@ -145,14 +145,12 @@ HTTP/1.1 207 Multi-Status /webdav/collection/ - - - - - ... - - - + + + + ... + + O7M1nQ7cKkKTKsoS_j6Z3w @@ -167,17 +165,10 @@ In this case, the requested collection supports WebDAV-Push in general (because ## Element Definitions -Name: `push-transports` +Name: `transports` Namespace: `DAV:Push` Purpose: Indicates which push transports are supported by the server. -Definition: `` element, for instance in a list of supported transports. +Description: Used to specify the Web Push Transport in the context of a `` element, for instance in a list of supported transports. Definition: `` @@ -515,13 +506,11 @@ Example service detection of a WebDAV server that supports VAPID: /webdav/collection/ - - - - BA1Hxzyi1RUM1b5wjxsn7nGxAszw2u61m164i3MrAIxHF6YK5h4SDYic-dRuU_RCPCfA5aq9ojSwk5Y2EmClBPs - - - + + + BA1Hxzyi1RUM1b5wjxsn7nGxAszw2u61m164i3MrAIxHF6YK5h4SDYic-dRuU_RCPCfA5aq9ojSwk5Y2EmClBPs + + O7M1nQ7cKkKTKsoS_j6Z3w @@ -550,4 +539,4 @@ Example for a subscription registration requesting message encryption: {::include xml/sample-registration-with-encryption.xml} ~~~ -The server uses these data to encrypt the payload and send it to the push service. The client then decrypts the payload again. \ No newline at end of file +The server uses these data to encrypt the payload and send it to the push service. The client then decrypts the payload again.