mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0363: fixed typo in example 5
example had a </request> closing tag that didn't belong there
This commit is contained in:
parent
7cb29b2eff
commit
5a99a3d565
@ -28,6 +28,12 @@
|
|||||||
<email>daniel@gultsch.de</email>
|
<email>daniel@gultsch.de</email>
|
||||||
<jid>daniel@gultsch.de</jid>
|
<jid>daniel@gultsch.de</jid>
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>0.3.1</version>
|
||||||
|
<date>2017-04-21</date>
|
||||||
|
<initials>dg</initials>
|
||||||
|
<remark><p>Fixed example</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.3.0</version>
|
<version>0.3.0</version>
|
||||||
<date>2017-02-01</date>
|
<date>2017-02-01</date>
|
||||||
@ -167,7 +173,6 @@
|
|||||||
filename='my-juliet.jpg'
|
filename='my-juliet.jpg'
|
||||||
size='23456'
|
size='23456'
|
||||||
content-type='image/jpeg' />
|
content-type='image/jpeg' />
|
||||||
</request>
|
|
||||||
</iq>]]></example>
|
</iq>]]></example>
|
||||||
<p>The upload service responds with both a PUT and a GET URL wrapped by a <slot> element. The service SHOULD keep the file name and especially the file ending intact. Using the same hostname for PUT and GET is OPTIONAL. The host MUST provide Transport Layer Security (&rfc5246;).</p>
|
<p>The upload service responds with both a PUT and a GET URL wrapped by a <slot> element. The service SHOULD keep the file name and especially the file ending intact. Using the same hostname for PUT and GET is OPTIONAL. The host MUST provide Transport Layer Security (&rfc5246;).</p>
|
||||||
<p>The <put> element MAY also contain an unlimited number of <header> elements which correspond to HTTP header fields. Each <header> element MUST have a name-attribute and a content with the value of the header.</p>
|
<p>The <put> element MAY also contain an unlimited number of <header> elements which correspond to HTTP header fields. Each <header> element MUST have a name-attribute and a content with the value of the header.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user