mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
cross-references
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2001 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
b5bbce65c6
commit
722e346c92
@ -43,8 +43,8 @@
|
|||||||
<li>Two endpoints want to enforce end-to-end encryption</li>
|
<li>Two endpoints want to enforce end-to-end encryption</li>
|
||||||
<li>Two endpoints want to send a high volume of XMPP traffic but the intermediate servers enforce rate limits</li>
|
<li>Two endpoints want to send a high volume of XMPP traffic but the intermediate servers enforce rate limits</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The first scenario is addressed by &xep0174;. The second and third scenarios are addressed by [ProtoXEP-Jingle-XML-Streams]. Both of those technologies result in the establishment of a direct or mediated connection between two endpoints, such as a direct TCP connection, a bytestream through SOCKS5 (&xep0065;) or XMPP itself (&xep0047;), or other future transport methods such as ice-tcp.</p>
|
<p>The first scenario is addressed by &xep0174;. The second and third scenarios are addressed by &xep0247;. Both of those technologies result in the establishment of a direct or mediated connection between two endpoints, such as a direct TCP connection, a bytestream through SOCKS5 (&xep0065;) or XMPP itself (&xep0047;), or other future transport methods such as ice-tcp.</p>
|
||||||
<p>Once two endpoints have such a connection, they can establish an XML stream over that connection for end-to-end "("e2e") communication. We call this an "e2e" stream.</p>
|
<p>Once two endpoints have such a connection, they can establish an XML stream over that connection for end-to-end "("e2e") communication. We call this an "e2e stream".</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Initiating an e2e Stream' anchor='initiate'>
|
<section1 topic='Initiating an e2e Stream' anchor='initiate'>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<spec>XEP-0047</spec>
|
<spec>XEP-0047</spec>
|
||||||
<spec>XEP-0065</spec>
|
<spec>XEP-0065</spec>
|
||||||
<spec>XEP-0166</spec>
|
<spec>XEP-0166</spec>
|
||||||
<spec>XEP-0174</spec>
|
<spec>XEP-0246</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
@ -186,7 +186,7 @@ STATUS = X'00'
|
|||||||
to='alice@example.org/foo'
|
to='alice@example.org/foo'
|
||||||
type='result'/>
|
type='result'/>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>Now the parties start an XML stream over the negotiated bytestream, following the recommendations in <cite>XEP-0174</cite>.</p>
|
<p>Now the parties start an XML stream over the negotiated bytestream, following the recommendations in &xep0246;.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Implementation Notes' anchor='impl'>
|
<section1 topic='Implementation Notes' anchor='impl'>
|
||||||
|
Loading…
Reference in New Issue
Block a user