mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0447: Fix typo in example
The example had an element named <dimension/>, while the file metadata XEP defines this as <dimensions/>
This commit is contained in:
parent
2efb37a0ee
commit
7634683404
@ -27,6 +27,12 @@ Note to editor: Remove xep-file-metadata entity declared below and change all re
|
|||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>sfs</shortname>
|
<shortname>sfs</shortname>
|
||||||
&larma;
|
&larma;
|
||||||
|
<revision>
|
||||||
|
<version>0.1.1</version>
|
||||||
|
<date>2020-12-30</date>
|
||||||
|
<initials>ps</initials>
|
||||||
|
<remark>Fixed typo in example.</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<date>2020-11-24</date>
|
<date>2020-11-24</date>
|
||||||
@ -79,7 +85,7 @@ Note to editor: Remove xep-file-metadata entity declared below and change all re
|
|||||||
<media-type>image/jpeg</media-type>
|
<media-type>image/jpeg</media-type>
|
||||||
<name>summit.jpg</name>
|
<name>summit.jpg</name>
|
||||||
<size>3032449</size>
|
<size>3032449</size>
|
||||||
<dimension>4096x2160</dimension>
|
<dimensions>4096x2160</dimensions>
|
||||||
<hash xmlns='urn:xmpp:hashes:2' algo='sha3-256'>2XarmwTlNxDAMkvymloX3S5+VbylNrJt/l5QyPa+YoU=</hash>
|
<hash xmlns='urn:xmpp:hashes:2' algo='sha3-256'>2XarmwTlNxDAMkvymloX3S5+VbylNrJt/l5QyPa+YoU=</hash>
|
||||||
<hash xmlns='urn:xmpp:hashes:2' algo='id-blake2b256'>2AfMGH8O7UNPTvUVAM9aK13mpCY=</hash>
|
<hash xmlns='urn:xmpp:hashes:2' algo='id-blake2b256'>2AfMGH8O7UNPTvUVAM9aK13mpCY=</hash>
|
||||||
<desc>Photo from the summit.</desc>
|
<desc>Photo from the summit.</desc>
|
||||||
|
Loading…
Reference in New Issue
Block a user