mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
Update XEP-0298
Ported original changes from https://github.com/emcho/coin
This commit is contained in:
parent
44b8c2cd1f
commit
4b3918acac
53
xep-0298.xml
53
xep-0298.xml
@ -16,7 +16,7 @@
|
||||
</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0298</number>
|
||||
<status>Deferred</status>
|
||||
<status>Experimental</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -30,7 +30,7 @@
|
||||
<firstname>Emil</firstname>
|
||||
<surname>Ivov</surname>
|
||||
<email>emcho@jitsi.org</email>
|
||||
<jid>emcho@sip-communicator.org</jid>
|
||||
<jid>emcho@jit.si</jid>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Enrico</firstname>
|
||||
@ -38,7 +38,19 @@
|
||||
<email>enrico.marocco@telecomitalia.it</email>
|
||||
<jid>enrico@tilab.com</jid>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>Saúl Ibarra</firstname>
|
||||
<surname>Corretgé</surname>
|
||||
<email>saul@ag-projects.com</email>
|
||||
<jid>saul@ag-projects.com</jid>
|
||||
</author>
|
||||
<discuss>jingle</discuss>
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
<date>2015-07-02</date>
|
||||
<initials>sic</initials>
|
||||
<remark><p>Correcting errors in grammar and examples; aligning closer to dependent specifications.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1</version>
|
||||
<date>2011-06-09</date>
|
||||
@ -74,8 +86,8 @@
|
||||
<p>A conference participant exchanges Coin IQs only with the agent they
|
||||
have established a session with. This means that it can also be used in
|
||||
cases where only a subset of the users on a call are using XMPP while others
|
||||
are connected via alternative mechanisms such as SIP's conference
|
||||
package &rfc4575;</p>
|
||||
are connected via alternative mechanisms such as SIP conferencing as defined
|
||||
in &rfc4579;</p>
|
||||
</section1>
|
||||
<section1 topic='Terminology' anchor='terms'>
|
||||
<dl>
|
||||
@ -86,7 +98,9 @@
|
||||
signalling and media. Other specifications refer to mixers and focus
|
||||
agents as two distinct entities but we find this separation to be
|
||||
unnecessary in the current specification and view both as a single logical
|
||||
entity</dd>
|
||||
entity. This entity may be a person hosting the conference and doing the mixing
|
||||
or a dedicated entity to which participants connect in order to establish a conference.
|
||||
For the purposes of this specification, both scenarios are equivalent.</dd>
|
||||
</di>
|
||||
</dl>
|
||||
</section1>
|
||||
@ -97,12 +111,12 @@
|
||||
<li>Provide a means for mixer agents in tightly coupled
|
||||
conferences to advertise call and member state information to the call
|
||||
participants.</li>
|
||||
<li>Reuse as much as possible the existing format and XML schema already
|
||||
<li>Reuse the existing format and XML schema already
|
||||
defined in <cite>RFC 4575</cite>.</li>
|
||||
<li>Impose no requirements on agents joining the call other than those
|
||||
necessary to establish a regular one-to-one call.</li>
|
||||
<li>Allow straightforward interoperability with other conferencing
|
||||
mechanisms such as <cite>RFC 4575</cite>; or &xep0272;</li>
|
||||
mechanisms such as &rfc4579; or &xep0272;</li>
|
||||
</ol>
|
||||
</section1>
|
||||
<section1 topic='How It Works' anchor='howitworks'>
|
||||
@ -114,8 +128,8 @@
|
||||
accordingly.</p>
|
||||
|
||||
|
||||
<p>Once in a call, call members and mixers can use Coin to exchange
|
||||
<cite>RFC 4575</cite> conference information indicating what participants
|
||||
<p>Once in a call, participants and mixers can use Coin to exchange
|
||||
&rfc4575; conference information indicating what participants
|
||||
are currently on the call and what their status is.</p>
|
||||
</section1>
|
||||
<section1 topic='Creating a conference call' anchor='call-create'>
|
||||
@ -138,7 +152,7 @@
|
||||
<description xmlns='urn:xmpp:jingle:apps:stub:0'/>
|
||||
<transport xmlns='urn:xmpp:jingle:transports:stub:0'/>
|
||||
</content>
|
||||
<conference-info isfocus='true'/>
|
||||
<conference-info xmlns='urn:xmpp:coin:1' isfocus='true'/>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></code>
|
||||
@ -164,6 +178,7 @@
|
||||
id='zid615d9'
|
||||
to='juliet@capulet.lit/balcony'
|
||||
type='set'>
|
||||
<jingle xmlns='urn:xmpp:jingle:1' sid='a73sjjvkla37jfea'/>
|
||||
<conference-info xmlns="urn:ietf:params:xml:ns:conference-info"
|
||||
entity="xmpp:romeo@monague.lit/orchard"
|
||||
state="full"
|
||||
@ -203,10 +218,10 @@
|
||||
</user>
|
||||
|
||||
<user entity="xmpp:juliet@capulet.lit" state="full">
|
||||
<display-text>Romeo</display-text>
|
||||
<display-text>Juliet</display-text>
|
||||
|
||||
<!-- ENDPOINTS -->
|
||||
<endpoint entity="juliet@capulet.lit/balcony/orchard">
|
||||
<endpoint entity="juliet@capulet.lit/balcony">
|
||||
<display-text>Juliet's netbook</display-text>
|
||||
<status>connected</status>
|
||||
|
||||
@ -239,13 +254,15 @@
|
||||
|
||||
]]></code>
|
||||
|
||||
<p>The IQ message containing the conference info document MAY also contain a jingle element with the
|
||||
session id attribute indicting the session to which the conference information refers to.</p>
|
||||
|
||||
</section1>
|
||||
|
||||
|
||||
<section1 topic='Determining Support' anchor='support'>
|
||||
<p>If an entity supports Coin, it SHOULD advertise that fact by returning
|
||||
a feature of "urn:xmpp:coin" in response to a &xep0030;
|
||||
a feature of "urn:xmpp:coin:1" in response to a &xep0030;
|
||||
information request.</p>
|
||||
<example caption="Service Discovery Information Request"><![CDATA[
|
||||
<iq from='kingclaudius@shakespeare.lit/castle'
|
||||
@ -261,7 +278,7 @@
|
||||
to='kingclaudius@shakespeare.lit/castle'
|
||||
type='result'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
<feature var='urn:xmpp:coin'/>
|
||||
<feature var='urn:xmpp:coin:1'/>
|
||||
</query>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -294,14 +311,14 @@
|
||||
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='urn:xmpp:jingle:apps:coin:1'
|
||||
xmlns='urn:xmpp:jingle:apps:coin:1'
|
||||
targetNamespace='urn:xmpp:coin:1'
|
||||
xmlns='urn:xmpp:coin:1'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The protocol documented by this schema is defined in
|
||||
XEP-0XXX: http://www.xmpp.org/extensions/xep-0XXX.html
|
||||
XEP-0298: http://www.xmpp.org/extensions/xep-0298.html
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
@ -329,7 +346,7 @@
|
||||
<xs:documentation>
|
||||
The protocol documented by this schema is defined in
|
||||
RFC 4575: http://tools.ietf.org/html/rfc4575 and reused by
|
||||
XEP XXXX http://www.xmpp.org/extensions/xep-XXXX.html
|
||||
XEP-0298 http://www.xmpp.org/extensions/xep-0298.html
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user