From 337ccfbf365b8c2206320f2281bd0acc37f089b1 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 10 Feb 2022 12:54:44 +0100 Subject: [PATCH] XEP-0447: Replace broken ProtoXEP reference with its final entity --- xep-0447.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/xep-0447.xml b/xep-0447.xml index fac31916..0b5eff47 100644 --- a/xep-0447.xml +++ b/xep-0447.xml @@ -1,9 +1,5 @@ - File metadata element (XEP-xxxx) XEP-xxxx: File metadata element <https://xmpp.org/extensions/inbox/file-metadata.html>." > %ents; ]> @@ -27,6 +23,12 @@ Note to editor: Remove xep-file-metadata entity declared below and change all re sfs &larma; + + 0.1.2 + 2022-02-10 + egp + Replace the ProtoXEP reference with a reference to the published XEP. + 0.1.1 2020-12-30 @@ -53,7 +55,7 @@ Note to editor: Remove xep-file-metadata entity declared below and change all re
  • No focus on media, generic for every file type.
  • No mixed content, body is used for fallback only and not to transmit additional information.
  • -
  • Using &xep-file-metadata;.
  • +
  • Using &xep0446;.
  • Using XML for structured data instead of URIs when possible, adding further extensibility (like providing proper means of sharing encrypted files on http servers).
  • Not relying on underspecified usage of &xep0372;.
@@ -75,7 +77,7 @@ Note to editor: Remove xep-file-metadata entity declared below and change all re

To share a file, a user sends a message stanza including <file-sharing/> to the inteded recipient contact or group. - The <file-sharing/> element includes a <file/> metadata element as described in &xep-file-metadata; as well as a <sources/> element. + The <file-sharing/> element includes a <file/> metadata element as described in &xep0446; as well as a <sources/> element. The <sources/> element provides one or multiple sources that the receiving client may use to obtain the file.

- The security considerations of &xep-file-metadata; apply. + The security considerations of &xep0446; apply.