XEP-0358: Initator/Response → Requester/Publisher

This commit is contained in:
Florian Schmaus 2016-05-25 08:19:26 +02:00
parent 347793456c
commit 3a62faf4eb
1 changed files with 12 additions and 12 deletions

View File

@ -146,18 +146,18 @@
<section2 topic='Triggering the Stream Initiation Request' anchor='usecase.trigger'> <section2 topic='Triggering the Stream Initiation Request' anchor='usecase.trigger'>
<p>In general, the process to trigger a stream initiation request is as follows:</p> <p>In general, the process to trigger a stream initiation request is as follows:</p>
<code><![CDATA[ <code><![CDATA[
Initiator Responder Requester Publisher
| | | |
| <start/> | | <start/> |
|---------------------------->| |-------------------------->|
| <starting/> | | <starting/> |
|<----------------------------| |<--------------------------|
| session-initiate | | session-initiate |
|<----------------------------| |<--------------------------|
| [further jingle | | [further jingle |
| negotiation] | | negotiation] |
|<--------------------------->| |<------------------------->|
| |]]></code> | |]]></code>
<p>A potential receiver requests initiation of the session by sending an IQ-get to the sender, using the &lt;start xmlns='urn:xmpp:jinglepub:1'/&gt; element. This element contains the 'id' attribute to specify which published stream to retrieve:</p> <p>A potential receiver requests initiation of the session by sending an IQ-get to the sender, using the &lt;start xmlns='urn:xmpp:jinglepub:1'/&gt; element. This element contains the 'id' attribute to specify which published stream to retrieve:</p>
<example caption='Receiver requests start of session'><![CDATA[ <example caption='Receiver requests start of session'><![CDATA[
<iq type='get' <iq type='get'