[MEDIACTRL] draft-ietf-mediactrl-mixer-control-package-11 error in examples in section 4.2.3

Stéphane Bastien <stephane@broadsoft.com> Fri, 04 June 2010 17:04 UTC

Return-Path: <stephane@broadsoft.com>
X-Original-To: mediactrl@core3.amsl.com
Delivered-To: mediactrl@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 62E473A67AB for <mediactrl@core3.amsl.com>; Fri, 4 Jun 2010 10:04:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.302
X-Spam-Level:
X-Spam-Status: No, score=0.302 tagged_above=-999 required=5 tests=[BAYES_50=0.001, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nABuxcbz8q5N for <mediactrl@core3.amsl.com>; Fri, 4 Jun 2010 10:04:20 -0700 (PDT)
Received: from smtp-out01.seaservers.net (smtp-out01.seaservers.net [72.37.232.66]) by core3.amsl.com (Postfix) with ESMTP id 394213A687E for <mediactrl@ietf.org>; Fri, 4 Jun 2010 10:04:19 -0700 (PDT)
Received: from EXMBXCLUS01.citservers.local ([fe80:0000:0000:0000:a488:d1ec:167.6.58.109]) by casumhub01.citservers.local ([172.16.98.57]) with mapi; Fri, 4 Jun 2010 10:04:05 -0700
From: Stéphane Bastien <stephane@broadsoft.com>
To: "mediactrl@ietf.org" <mediactrl@ietf.org>
Date: Fri, 04 Jun 2010 10:04:03 -0700
Thread-Topic: draft-ietf-mediactrl-mixer-control-package-11 error in examples in section 4.2.3
Thread-Index: AcsEB+9lfQ3PCTCGTk2FXjhfUtsXNA==
Message-ID: <21866C7FE177A4449B9136B5B24B1B13AC6F008C@EXMBXCLUS01.citservers.local>
Accept-Language: fr-FR, en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: fr-FR, en-US
Content-Type: multipart/alternative; boundary="_000_21866C7FE177A4449B9136B5B24B1B13AC6F008CEXMBXCLUS01cits_"
MIME-Version: 1.0
Subject: [MEDIACTRL] draft-ietf-mediactrl-mixer-control-package-11 error in examples in section 4.2.3
X-BeenThere: mediactrl@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Media Control WG Discussion List <mediactrl.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mediactrl>, <mailto:mediactrl-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mediactrl>
List-Post: <mailto:mediactrl@ietf.org>
List-Help: <mailto:mediactrl-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mediactrl>, <mailto:mediactrl-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 04 Jun 2010 17:04:21 -0000

Hi,

In draft-ietf-mediactrl-mixer-control-package-11, there are errors in the examples in section 4.2.3 <response>.

The examples are:

<response code="200">
    <reason>Success</reason>
   </response>


<response code="403">

    <reason>Conf already exists</reason>

   </response>

But I believe they should show:


<response status="200" reason="conference created" />



<response status="405" reason="Conference already exists" />



Regards,

Stéphane