Add explicit reject by responding to sender with reject message

This commit is contained in:
Xander Dumaine 2016-04-27 16:26:16 -04:00 committed by Sam Whited
parent d723c02010
commit 23e20e22b8
1 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,12 @@
<shortname>jingle-message</shortname>
&fippo;
&stpeter;
<revision>
<version>0.2.0</version>
<date>2014-10-02</date>
<initials>xd, XEP Editor: ssw</initials>
<remark><p>Add explicit reject by responding to sender with reject message.</p></remark>
</revision>
<revision>
<version>0.1</version>
<date>2014-10-02</date>
@ -186,6 +192,13 @@
<reject xmlns='urn:xmpp:jingle-message:0' id='a73sjjvkla37jfea'/>
</message>
]]></example>
<p>Next, the responder MAY want to decline the call explicitly, in the form of a message to the senders full JID containing a &lt;reject/&gt; element specifying the session ID of the original &lt;propose/&gt; message.</p>
<example caption="Responder Rejects the Call Explicitly to the Sender"><![CDATA[
<message from='juliet@capulet.example/tablet'
to='romeo@montague.example/orchard'>
<reject xmlns='urn:xmpp:jingle-message:0' id='a73sjjvkla37jfea'/>
</message>
]]></example>
</section2>
<section2 topic='Initiating the Jingle Session' anchor='initiate'>
<p>Now Romeo actually initiates the session (segue to Jingle itself).</p>