Skip to content

Commit

Permalink
XEP-0234: Specify session-info instead of transport-info
Browse files Browse the repository at this point in the history
Fixes xsf#154
  • Loading branch information
legastero committed Feb 28, 2016
1 parent df19db8 commit 49838af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xep-0234.xml
Expand Up @@ -440,7 +440,7 @@ Initiator Responder
</jingle>
</iq>]]></example>
<p>Note: Inclusion of the &lt;range/&gt; child of the &lt;file/&gt; element indicates that the initiator supports ranged transfers as described below under <link url='#range'>Ranged Transfers</link>.</p>
<p>Note: Computing the hash of the file before sending it can slow down the process of file transfer, because the sending application needs to process the file twice. The File Sender might prefer to send the hash after the file transfer has begun, using a transport-info message as described under <link url='#hash'>Checksum</link>.</p>
<p>Note: Computing the hash of the file before sending it can slow down the process of file transfer, because the sending application needs to process the file twice. The File Sender might prefer to send the hash after the file transfer has begun, using a session-info message as described under <link url='#hash'>Checksum</link>.</p>
<p>The responder immediately acknowledges receipt of the Jingle session-initiate.</p>
<example caption="Responder acknowledges session-initiate"><![CDATA[
<iq from='juliet@capulet.example/yn0cl4bnw0yr3vym'
Expand Down

0 comments on commit 49838af

Please sign in to comment.