cross-references

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2001 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-06-18 21:47:42 +00:00
parent b5bbce65c6
commit 722e346c92
2 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@
<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>
</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>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>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>
</section1>
<section1 topic='Initiating an e2e Stream' anchor='initiate'>

View File

@ -18,7 +18,7 @@
<spec>XEP-0047</spec>
<spec>XEP-0065</spec>
<spec>XEP-0166</spec>
<spec>XEP-0174</spec>
<spec>XEP-0246</spec>
</dependencies>
<supersedes/>
<supersededby/>
@ -186,7 +186,7 @@ STATUS = X'00'
to='alice@example.org/foo'
type='result'/>
]]></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 topic='Implementation Notes' anchor='impl'>