From 42bdcff6bd8c20d1a80092d3d95cdc0ad0a9afab Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 4 Jun 2008 20:48:06 +0000 Subject: [PATCH] formally added SDP disco feature git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1909 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0176.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/xep-0176.xml b/xep-0176.xml index 5f22d2fb..183b6f3f 100644 --- a/xep-0176.xml +++ b/xep-0176.xml @@ -900,6 +900,17 @@ INITIATOR NAT RESPONDER
  • urn:xmpp:jingle:transport:ice-udp
  • + +

    If an entity supports the SDP offer / answer model described in RFC 3264 and therefore prefers to receive one "transport-info" action with multiple candidates, it MUST advertise support for the "urn:ietf:rfc:3264" feature.

    +

    The registry submission is as follows.

    + + urn:ietf:rfc:3264 + Signals support for the SDP offer / answer model described in RFC 3264 + XEP-0176 + + ]]> +

    The XMPP Registrar shall include "ice-udp" in its registry of Jingle transport methods. The registry submission is as follows:

    -

    Thanks to Steffen Larsen and Paul Witty for their comments.

    +

    Thanks to Olivier Crête, Tim Julien, Steffen Larsen, Robert McQueen, Mike Ruprecht, and Paul Witty for their feedback.