mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 15:18:51 -05:00
Add explicit reject by responding to sender with reject message
This commit is contained in:
parent
d723c02010
commit
23e20e22b8
13
xep-0353.xml
13
xep-0353.xml
@ -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 sender’s full JID containing a <reject/> element specifying the session ID of the original <propose/> 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>
|
||||
|
Loading…
Reference in New Issue
Block a user