From 23e20e22b89b051f5b8f8de2a6567c3d63f2a96b Mon Sep 17 00:00:00 2001 From: Xander Dumaine Date: Wed, 27 Apr 2016 16:26:16 -0400 Subject: [PATCH] Add explicit reject by responding to sender with reject message --- xep-0353.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/xep-0353.xml b/xep-0353.xml index ecae4f25..b0afbd94 100644 --- a/xep-0353.xml +++ b/xep-0353.xml @@ -22,6 +22,12 @@ jingle-message &fippo; &stpeter; + + 0.2.0 + 2014-10-02 + xd, XEP Editor: ssw +

Add explicit reject by responding to sender with reject message.

+
0.1 2014-10-02 @@ -186,6 +192,13 @@ ]]> +

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.

+ + + +]]>

Now Romeo actually initiates the session (segue to Jingle itself).