From 5bb546a4685619b76795e8e8e4681efd5ab2cf45 Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Wed, 25 Mar 2015 11:05:55 -0500 Subject: [PATCH] XEP-0293 v0.2 -- Added XML Schema; Updated based on last call feedback --- xep-0293.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 4 deletions(-) mode change 100755 => 100644 xep-0293.xml diff --git a/xep-0293.xml b/xep-0293.xml old mode 100755 new mode 100644 index 46d80796..4104e031 --- a/xep-0293.xml +++ b/xep-0293.xml @@ -29,6 +29,12 @@ olivier.crete@collabora.co.uk jingle + + 0.2 + 2015-03-25 + ph +

Added XML Schema; Updated based on last-call feedback.

+
0.1 2011-03-24 @@ -100,8 +106,8 @@

Any type or subtype of feedback message that requires extra parameters in the a=b form can use the <parameter/> element to -describe it. Any other form of parameter can be store in the CDATA -inside the <rtcp-fb/> element.

+describe it. Any other form of parameter can be stored as the 'key' attribute in a parameter element with an empty value.

+

Note: this overlaps with the subtype attribute. If there is only one parameter, use the subtype. The only known example where this is required is ccm.

The element <rtcp-fb-trr-int/> is used to specify the minimum interval between two Regular (full compound) RTCP packets in @@ -169,7 +175,7 @@ milliseconds for this media session. It corresponds to the

Example reply where the responder rejects the "sli" but accepts the "pli".

- @@ -332,7 +338,56 @@ milliseconds for this media session. It corresponds to the -

TODO: Write actual schema

+ + + + + + + The protocol documented by this schema is defined in + XEP-0293: http://www.xmpp.org/extensions/xep-0293.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]>

Thanks to Youness Alaoui for his feedback.