mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0363: Size in bytes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7c43e4aaa8
commit
96477ee615
@ -249,7 +249,7 @@
|
|||||||
</iq>]]></example>
|
</iq>]]></example>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Requesting a slot' anchor='request'>
|
<section1 topic='Requesting a slot' anchor='request'>
|
||||||
<p>A client requests a new upload slot by sending an IQ-get to the upload service containing a <request> child element qualified by the urn:xmpp:http:upload:0 namespace. This element MUST include the attributes filename and size containing the file name and size respectively.</p>
|
<p>A client requests a new upload slot by sending an IQ-get to the upload service containing a <request> child element qualified by the urn:xmpp:http:upload:0 namespace. This element MUST include the attributes filename and size containing the file name and size (in bytes) respectively.</p>
|
||||||
<p>An additional attribute content-type containing the Content-Type is OPTIONAL.</p>
|
<p>An additional attribute content-type containing the Content-Type is OPTIONAL.</p>
|
||||||
<example caption='Client requests a slot on the upload service'><![CDATA[
|
<example caption='Client requests a slot on the upload service'><![CDATA[
|
||||||
<iq from='romeo@montague.tld/garden'
|
<iq from='romeo@montague.tld/garden'
|
||||||
|
Loading…
Reference in New Issue
Block a user