mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
0.5
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4164 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
5435e80176
commit
1ee62eabe9
20
xep-0261.xml
20
xep-0261.xml
@ -22,6 +22,12 @@
|
||||
<shortname>jingle-ibb</shortname>
|
||||
<discuss>jingle</discuss>
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>0.5</version>
|
||||
<date>2010-04-14</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Incremented the protocol version from 0 to 1 because the changes in document version 0.4 are backward-incompatible.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.4</version>
|
||||
<date>2010-04-13</date>
|
||||
@ -104,7 +110,7 @@ Initiator Responder
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<content creator='initiator' name='stub'>
|
||||
<description xmlns='urn:xmpp:jingle:apps:stub:0'/>
|
||||
<transport xmlns='urn:xmpp:jingle:transports:ibb:0'
|
||||
<transport xmlns='urn:xmpp:jingle:transports:ibb:1'
|
||||
block-size='4096'
|
||||
sid='ch3d9s71'/>
|
||||
</content>
|
||||
@ -131,7 +137,7 @@ Initiator Responder
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<content creator='initiator' name='stub'>
|
||||
<description xmlns='urn:xmpp:jingle:apps:stub:0'/>
|
||||
<transport xmlns='urn:xmpp:jingle:transports:ibb:0'
|
||||
<transport xmlns='urn:xmpp:jingle:transports:ibb:1'
|
||||
block-size='2048'
|
||||
sid='ch3d9s71'/>
|
||||
</content>
|
||||
@ -220,7 +226,7 @@ Initiator Responder
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<content creator='initiator' name='stub'>
|
||||
<transport xmlns='urn:xmpp:jingle:transports:ibb:0'
|
||||
<transport xmlns='urn:xmpp:jingle:transports:ibb:1'
|
||||
block-size='4096'
|
||||
sid='bt8a71h6'/>
|
||||
</content>
|
||||
@ -240,7 +246,7 @@ Initiator Responder
|
||||
</section1>
|
||||
|
||||
<section1 topic='Determining Support' anchor='support'>
|
||||
<p>To advertise its support for the Jingle In-Band Bytestreams Transport Method, when replying to &xep0030; information requests an entity MUST return URNs for any version of this protocol that the entity supports -- e.g., "urn:xmpp:jingle:transports:ibb:0" for this version &VNOTE;.</p>
|
||||
<p>To advertise its support for the Jingle In-Band Bytestreams Transport Method, when replying to &xep0030; information requests an entity MUST return URNs for any version of this protocol that the entity supports -- e.g., "urn:xmpp:jingle:transports:ibb:1" for this version &VNOTE;.</p>
|
||||
<example caption="Service discovery information request"><![CDATA[
|
||||
<iq from='romeo@montague.lit/orchard'
|
||||
id='uw72g176'
|
||||
@ -280,7 +286,7 @@ Initiator Responder
|
||||
<section2 topic='Protocol Namespaces' anchor='registrar-ns'>
|
||||
<p>This specification defines the following XML namespace:</p>
|
||||
<ul>
|
||||
<li>urn:xmpp:jingle:transports:ibb:0</li>
|
||||
<li>urn:xmpp:jingle:transports:ibb:1</li>
|
||||
</ul>
|
||||
<p>Upon advancement of this specification from a status of Experimental to a status of Draft, the ®ISTRAR; shall add the foregoing namespace to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>
|
||||
</section2>
|
||||
@ -306,8 +312,8 @@ Initiator Responder
|
||||
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='urn:xmpp:jingle:transports:ibb:0'
|
||||
xmlns='urn:xmpp:jingle:transports:ibb:0'
|
||||
targetNamespace='urn:xmpp:jingle:transports:ibb:1'
|
||||
xmlns='urn:xmpp:jingle:transports:ibb:1'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='transport'>
|
||||
|
Loading…
Reference in New Issue
Block a user