Browse Source

XEP-0363: Size in bytes

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
master
Maxime “pep” Buquet 1 year ago
parent
commit
96477ee615
  1. 2
      xep-0363.xml

2
xep-0363.xml

@ -249,7 +249,7 @@ @@ -249,7 +249,7 @@
</iq>]]></example>
</section1>
<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 &lt;request&gt; 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 &lt;request&gt; 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>
<example caption='Client requests a slot on the upload service'><![CDATA[
<iq from='romeo@montague.tld/garden'

Loading…
Cancel
Save