Am 27.04.2016 um 21:50 schrieb Dumaine, Xander:
It looks like my email composer lost some text. Corrected:

In XEP–0353: Jingle Message Initiation, section 3.4 Rejecting Intent to Start a 
Session we have:

Instead of accepting the call, the responder might want to ignore the call and tell all of 
her devices to stop ringing (e.g., perhaps because Romeo is getting to be a bit of a 
nuisance). She does this by rejecting the call on one of her devices and having that device 
tell all of the other devices to stop ringing, in the form of a message to her own bare JID 
containing an <reject/> element specifying the session ID of the original 
<propose/> message.

This enables a user to silence an incoming call, but does not leave room for 
explicitly rejecting a call. I’d propose that a client MAY send a reject 
message in response to the propose.

So I’d propose making the following addition:

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.

<message from='[email protected]/tablet'
          to='[email protected]/orchard'>
   <reject xmlns='urn:xmpp:jingle-message:0' id='a73sjjvkla37jfea'/>
</message>

Sounds good to me. Certainly better than provisionally accepting just to reject. Can you make a PR please?
_______________________________________________
Standards mailing list
Info: http://mail.jabber.org/mailman/listinfo/standards
Unsubscribe: [email protected]
_______________________________________________

Reply via email to