1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00

XEP-0361 v0.2: Assume an open <stream:stream>, implicitly parenting all XML elements received and sent.

This commit is contained in:
Matthew A. Miller 2015-07-18 15:30:23 +02:00
commit ef41404fcd

View File

@ -31,6 +31,12 @@
<email>steve.kille@isode.com</email>
<jid>steve.kille@isode.com</jid>
</author>
<revision>
<version>0.2</version>
<date>2015-07-18</date>
<initials>sek</initials>
<remark><p>Assume an open &lt;stream:stream&gt;, implicitly parenting all XML elements received and sent.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2015-07-16</date>
@ -71,7 +77,7 @@ The solution set out here is to eliminate all the intial handshaking and to star
In simple terms, this can be considered as operation of RFC 6121 communication between a pair of XMPP servers without the preliminary negotiation done in RFC 6120. It might be considered that the start point is the
DONE box in Figure 3 of RFC 6121. The TCP connection is opened and messages start to flow, as if the preceding RFC 6120 exchanges had taken place. All configuration informaition, including choice of port is handled by the a priori configuration.</p>
<p>
Note that stream open is not sent. The interaction takes place as if this had completed.
Note that stream open is not sent. The interaction takes place as if this had completed. All XML elements received over the stream are treated as if they were inside a normal S2S stream that has been opened with the following stream opening tag, defining the default namespace of jabber:server and the stream namespace of &lt;stream:stream xmlns:stream='...' xmlns='...'&gt;. When a stream is closed, a stream close SHOULD be exchanged.
</p>
</section2>