reverted 1.2

This commit is contained in:
stpeter 2011-06-09 16:22:31 -06:00
parent 237983d24c
commit bbe4371489
1 changed files with 2 additions and 10 deletions

View File

@ -11,7 +11,6 @@
&LEGALNOTICE;
<number>0096</number>
<status>Draft</status>
<interim/>
<type>Standards Track</type>
<sig>Standards</sig>
<dependencies>
@ -28,12 +27,6 @@
&linuxwolf;
&reatmon;
&stpeter;
<revision>
<version>1.2rc1</version>
<date>in progress, last updated 2010-08-16</date>
<initials>psa</initials>
<remark>Specified hash agility, including 'algo' attribute.</remark>
</revision>
<revision>
<version>1.1</version>
<date>2004-04-13</date>
@ -133,15 +126,14 @@
with the possibility of one child describing the optional ranged transfers.
</p>
<p>
The root element is &lt;file&gt; and has five attributes. The attributes
The root element is &lt;file&gt; and has four attributes. The attributes
are used only during the offer stage of stream initiation:</p>
<ul>
<li><em>size</em> - The size, in bytes, of the data to be sent.</li>
<li><em>name</em> - The name of the file that the Sender wishes to send.</li>
<li><em>date</em> - The last modification time of the file. This is
specified using the DateTime profile as described in &xep0082;.</li>
<li><em>hash</em> - A checksum of the file contents.</li>
<li><em>algo</em> - The hash function used to generate the checksum, as registered with the IANA at &ianahashes;; for backward compatibility, the default value is "md5".</li>
<li><em>hash</em> - The Md5 sum of the file contents.</li>
</ul>
<p>The <em>size</em> and <em>name</em> attributes MUST be present in the
profile. The other attributes MAY be present.