This commit is contained in:
Peter Saint-Andre 2012-06-19 09:06:27 -06:00
parent 781939a798
commit 22fbcf2c4b
1 changed files with 9 additions and 2 deletions

View File

@ -11,6 +11,7 @@
&LEGALNOTICE;
<number>0047</number>
<status>Draft</status>
<interim/>
<type>Standards Track</type>
<sig>Standards</sig>
<dependencies>
@ -24,6 +25,12 @@
<shortname>ibb</shortname>
&infiniti;
&stpeter;
<revision>
<version>2.0rc1</version>
<date>2012-06-12</date>
<initials>psa</initials>
<remark><p>Per a vote of the XMPP Council, advanced to Final; in addition, specified that the 'block-size' attribute defines the size of the data chunk before instead of after base64-encoding, to accord with existing implementations.</p></remark>
</revision>
<revision>
<version>1.3</version>
<date>2011-03-01</date>
@ -172,7 +179,7 @@
<section2 topic='Sending Data' anchor='send'>
<p>If the responder informs the initiator that it wishes to proceed with the session, the initiator can begin to send data over the bytestream (in addition, because the bytestream is bidirectional, the responder can also send data; see the <link url='#bidi'>Bidirectionality</link> section of this document for details).</p>
<p>Each chunk of data is contained in a &lt;data/&gt; element qualified by the 'http://jabber.org/protocol/ibb' namespace. The data element SHOULD be sent in an IQ stanza to enable proper tracking and throttling, but instead MAY be sent in a message stanza. The base64-encoded data to be sent, prior to any wrapping in the &lt;data/&gt; element and IQ or message stanza, MUST NOT be larger than the 'block-size' determined in the bytestream negotiation.</p>
<p>Each chunk of data is contained in a &lt;data/&gt; element qualified by the 'http://jabber.org/protocol/ibb' namespace. The data element SHOULD be sent in an IQ stanza to enable proper tracking and throttling, but instead MAY be sent in a message stanza. The data to be sent, prior to base64-encoding and prior to any wrapping in XML, MUST NOT be larger than the 'block-size' determined in the bytestream negotiation.</p>
<example caption='Sending data in an IQ stanza'><![CDATA[
<iq from='romeo@montague.net/orchard'
id='kr91n475'
@ -360,7 +367,7 @@
</section1>
<section1 topic='Acknowledgements' anchor='ack'>
<p>Thanks to Fabio Forno for his feedback.</p>
<p>Thanks to Sergey Dobrov, Fabio Forno, Todd Herman, Lance Stout, and Matthew Wild for their feedback.</p>
</section1>
</xep>