mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -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>
|
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||||
&stpeter;
|
&stpeter;
|
||||||
&lance;
|
&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>
|
<revision>
|
||||||
<version>0.18.1</version>
|
<version>0.18.1</version>
|
||||||
<date>2017-05-20</date>
|
<date>2017-05-20</date>
|
||||||
@ -327,7 +336,7 @@
|
|||||||
<file>
|
<file>
|
||||||
<media-type>text/plain</media-type>
|
<media-type>text/plain</media-type>
|
||||||
<name>test.txt</name>
|
<name>test.txt</name>
|
||||||
<date>2015-07-26T21:46:00</date>
|
<date>2015-07-26T21:46:00+01:00</date>
|
||||||
<size>6144</size>
|
<size>6144</size>
|
||||||
<hash xmlns='urn:xmpp:hashes:2'
|
<hash xmlns='urn:xmpp:hashes:2'
|
||||||
algo='sha-1'>w0mcJylzCn+AfvuGdqkty2+KP48=</hash>
|
algo='sha-1'>w0mcJylzCn+AfvuGdqkty2+KP48=</hash>
|
||||||
@ -343,7 +352,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>date</td>
|
<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>
|
<td>OPTIONAL</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -750,7 +759,7 @@ a=file-range:<offset>-<(offset + length) | *>]]></code>
|
|||||||
<file>
|
<file>
|
||||||
<media-type>text/plain</media-type>
|
<media-type>text/plain</media-type>
|
||||||
<name>test.txt</name>
|
<name>test.txt</name>
|
||||||
<date>2015-07-26T21:46:00</date>
|
<date>2015-07-26T21:46:00+01:00</date>
|
||||||
<size>6144</size>
|
<size>6144</size>
|
||||||
<hash xmlns='urn:xmpp:hashes:2'
|
<hash xmlns='urn:xmpp:hashes:2'
|
||||||
algo='sha-1'>w0mcJylzCn+AfvuGdqkty2+KP48=</hash>
|
algo='sha-1'>w0mcJylzCn+AfvuGdqkty2+KP48=</hash>
|
||||||
|
Loading…
Reference in New Issue
Block a user