From bbe437148990f453574fa7a3b06ce857eaad54bd Mon Sep 17 00:00:00 2001 From: stpeter Date: Thu, 9 Jun 2011 16:22:31 -0600 Subject: [PATCH] reverted 1.2 --- xep-0096.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/xep-0096.xml b/xep-0096.xml index ea4be58e..5919de66 100644 --- a/xep-0096.xml +++ b/xep-0096.xml @@ -11,7 +11,6 @@ &LEGALNOTICE; 0096 Draft - Standards Track Standards @@ -28,12 +27,6 @@ &linuxwolf; &reatmon; &stpeter; - - 1.2rc1 - in progress, last updated 2010-08-16 - psa - Specified hash agility, including 'algo' attribute. - 1.1 2004-04-13 @@ -133,15 +126,14 @@ with the possibility of one child describing the optional ranged transfers.

- The root element is <file> and has five attributes. The attributes + The root element is <file> and has four attributes. The attributes are used only during the offer stage of stream initiation:

  • size - The size, in bytes, of the data to be sent.
  • name - The name of the file that the Sender wishes to send.
  • date - The last modification time of the file. This is specified using the DateTime profile as described in &xep0082;.
  • -
  • hash - A checksum of the file contents.
  • -
  • algo - The hash function used to generate the checksum, as registered with the IANA at &ianahashes;; for backward compatibility, the default value is "md5".
  • +
  • hash - The Md5 sum of the file contents.

The size and name attributes MUST be present in the profile. The other attributes MAY be present.