From e46ad7b3f4d9e0878bb96b3463fb6d096c1e15e8 Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Wed, 25 Mar 2015 11:08:46 -0500 Subject: [PATCH] XEP-0294 v0.2 -- Added XML Schema; Updated based on last call feedback --- xep-0294.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 59 insertions(+), 3 deletions(-) mode change 100755 => 100644 xep-0294.xml diff --git a/xep-0294.xml b/xep-0294.xml old mode 100755 new mode 100644 index 9da303f4..dd98e547 --- a/xep-0294.xml +++ b/xep-0294.xml @@ -28,6 +28,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 @@ -93,8 +99,7 @@

Any type of RTP Header Extension that requires extra parameters in the a=b form can embed <parameter/> elements to -describe it. Any other form of parameter can be stored in the CDATA -inside the <rtp-hdrext/> element.

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

@@ -250,7 +255,58 @@ a=extmap:3 URI-frametype -

TODO: Write actual schema

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

Thanks to Youness Alaoui for his feedback.