mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Merge branch 'xep-0234-date' of https://github.com/linkmauve/xeps into feature/xep-0234
This commit is contained in:
commit
cef076c4f9
15
xep-0234.xml
15
xep-0234.xml
@ -24,6 +24,15 @@
|
||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||
&stpeter;
|
||||
&lance;
|
||||
<revision>
|
||||
<version>0.18.2</version>
|
||||
<date>2017-06-16</date>
|
||||
<initials>egp</initials>
|
||||
<remark><ul>
|
||||
<li>Fix a date missing its timezone in examples.</li>
|
||||
<li>Remove the mention of UTC, timestamps are already properly described in &xep0082;.</li>
|
||||
</ul></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.18.1</version>
|
||||
<date>2017-05-20</date>
|
||||
@ -327,7 +336,7 @@
|
||||
<file>
|
||||
<media-type>text/plain</media-type>
|
||||
<name>test.txt</name>
|
||||
<date>2015-07-26T21:46:00</date>
|
||||
<date>2015-07-26T21:46:00+01:00</date>
|
||||
<size>6144</size>
|
||||
<hash xmlns='urn:xmpp:hashes:2'
|
||||
algo='sha-1'>w0mcJylzCn+AfvuGdqkty2+KP48=</hash>
|
||||
@ -343,7 +352,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>date</td>
|
||||
<td>UTC timestamp specifying the last modified time of the file (which MUST conform to the DateTime profile of &xep0082;).</td>
|
||||
<td>Timestamp specifying the last modified time of the file (which MUST conform to the DateTime profile of &xep0082;).</td>
|
||||
<td>OPTIONAL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -750,7 +759,7 @@ a=file-range:<offset>-<(offset + length) | *>]]></code>
|
||||
<file>
|
||||
<media-type>text/plain</media-type>
|
||||
<name>test.txt</name>
|
||||
<date>2015-07-26T21:46:00</date>
|
||||
<date>2015-07-26T21:46:00+01:00</date>
|
||||
<size>6144</size>
|
||||
<hash xmlns='urn:xmpp:hashes:2'
|
||||
algo='sha-1'>w0mcJylzCn+AfvuGdqkty2+KP48=</hash>
|
||||
|
Loading…
Reference in New Issue
Block a user