From 53046ef81a001afaeb6dbfa5e91a97d99de38512 Mon Sep 17 00:00:00 2001 From: Sergey Ilinykh Date: Sun, 20 Jan 2019 15:39:12 +0300 Subject: [PATCH 1/4] Use hash-used as more appropriate for example 16 It seems description of example 16 exactly describes case. Moreover empty is likely invaid according to xep-0300. --- xep-0234.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0234.xml b/xep-0234.xml index 7e58903e..46d6c389 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -873,7 +873,7 @@ a=file-range:1024-*]]> test.txt 6144 - + Date: Mon, 21 Jan 2019 23:55:18 +0300 Subject: [PATCH 2/4] Update description for example with hash-used --- xep-0234.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0234.xml b/xep-0234.xml index 46d6c389..819a61c9 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -854,7 +854,7 @@ a=file-range:1024-*]]> ]]> -

If the initiator wishes to communicate only the hashing algorithm at the beginning of the session (e.g., because it has not yet calculated the checksum), it can send an empty <hash/> element (without a checksum in the XML character data as shown in the previous examples) in the session-initiate message; this enables the recipient to check the file during the transfer session (which can be helpful in the case of transfers that are truncated or fail mid-stream).

+

If the initiator wishes to communicate only the hashing algorithm at the beginning of the session (e.g., because it has not yet calculated the checksum), it can send <hash-used/> element in the session-initiate message; this enables the recipient to check the file during the transfer session (which can be helpful in the case of transfers that are truncated or fail mid-stream).

Date: Wed, 23 Jan 2019 21:02:54 +0300 Subject: [PATCH 3/4] XEP-0234: Added hash-used to the schema --- xep-0234.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xep-0234.xml b/xep-0234.xml index 819a61c9..97cf89ab 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -1078,6 +1078,7 @@ a=file-range:1024-*]]> + From 676ba5cb2883600ffc4e866579ce1130f4325447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Wed, 19 Jun 2019 15:14:11 +0200 Subject: [PATCH 4/4] XEP-0234: add revision block --- xep-0234.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0234.xml b/xep-0234.xml index 97cf89ab..bb9f26de 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -25,6 +25,12 @@ jingle-ft &stpeter; &lance; + + 0.19.1 + 2019-06-19 + ri0n + Fix use of hash elements from XEP—0300. + 0.19.0 2018-11-08