RE: [Sip] Support for Multipart/MIME

"Dan Wing" <dwing@cisco.com> Wed, 09 May 2007 19:15 UTC

Return-path: <sip-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1HlrdM-0007t0-6h; Wed, 09 May 2007 15:15:32 -0400
Received: from sip by megatron.ietf.org with local (Exim 4.43) id 1HlrdJ-0007sh-Od for sip-confirm+ok@megatron.ietf.org; Wed, 09 May 2007 15:15:29 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1HlrdJ-0007sZ-FC for sip@ietf.org; Wed, 09 May 2007 15:15:29 -0400
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HlrdI-0001Uu-2b for sip@ietf.org; Wed, 09 May 2007 15:15:29 -0400
Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-3.cisco.com with ESMTP; 09 May 2007 12:15:27 -0700
X-IronPort-AV: i="4.14,510,1170662400"; d="scan'208"; a="484666524:sNHT45728588"
Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-2.cisco.com (8.12.11/8.12.11) with ESMTP id l49JFR2o030166; Wed, 9 May 2007 12:15:27 -0700
Received: from dwingwxp ([10.32.240.197]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id l49JFQZT021025; Wed, 9 May 2007 19:15:26 GMT
From: Dan Wing <dwing@cisco.com>
To: "'Christer Holmberg (JO/LMF)'" <christer.holmberg@ericsson.com>, Dale.Worley@comcast.net
Subject: RE: [Sip] Support for Multipart/MIME
Date: Wed, 09 May 2007 12:15:29 -0700
Message-ID: <0c1401c7926e$6872f290$c4a36b80@amer.cisco.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
X-Mimeole: Produced By Microsoft MimeOLE V6.00.2900.3028
In-Reply-To: <7374777208BDC7449D5620EF9423256703CB4EDA@esealmw113.eemea.ericsson.se>
Thread-Index: AceLQnkGjbn27+D9RPmgzW7CtVAiTwCLfMUAAT8wFTA=
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=2866; t=1178738127; x=1179602127; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=dwing@cisco.com; z=From:=20=22Dan=20Wing=22=20<dwing@cisco.com> |Subject:=20RE=3A=20[Sip]=20Support=20for=20Multipart/MIME |Sender:=20; bh=s7IUTPumEF62nsUWql5+MV/P5B9a6Nau+EkJkcTlEPk=; b=yMtdPKj4UQAhTbFJUNFqzkiHEgDUKUiTVomU55q59rxzDNcIbSPglliAkdpBRrqq8NYhaD45 eXV417Y9AdevILzI24FRcnj80EVZel56jYcVQEtmeVRWf1myVBLIKzwl;
Authentication-Results: sj-dkim-2; header.From=dwing@cisco.com; dkim=pass (s ig from cisco.com/sjdkim2002 verified; );
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 6cca30437e2d04f45110f2ff8dc1b1d5
Cc: sip@ietf.org
X-BeenThere: sip@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Session Initiation Protocol <sip.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:sip@ietf.org>
List-Help: <mailto:sip-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=subscribe>
Errors-To: sip-bounces@ietf.org

The now-expired draft
http://tools.ietf.org/html/draft-jennings-sipping-multipart-02 explored
multipart/alternative.  One difficulty, however, is what does it mean to say
"can understand a part".

This is easy if one part is SDP and another part is SDPng.  If you
understand SDPng, you process it; if you don't, you process the SDP.

However, it's really hard if one part is SDP and another part is also SDP --
in some cases we would like the answerer to "pick the better SDP".  At the
time, we were considering multipart/alternative as a way to offer RTP
(RTP/AVP) and SRTP (RTP/SAVP), but we found it doesn't work well at all.
Since then, draft-ietf-mmusic-sdp-capability-negotiation is a superior
solution to sending an offer containing RTP and SRTP.  

I suppose we could avoid the difficulty by prohibiting identical
Content-Types in the alternatives.

-d


> -----Original Message-----
> From: Christer Holmberg (JO/LMF) 
> [mailto:christer.holmberg@ericsson.com] 
> Sent: Thursday, May 03, 2007 3:50 AM
> To: Dale.Worley@comcast.net; sip@ietf.org
> Subject: RE: [Sip] Support for Multipart/MIME
> 
> 
> Hi,
> 
> Multipart/alternative is interesting. I guess that, for SDP, 
> it could be
> used to provide different "offer alternatives". I think it 
> would be good
> to compare it against some of the other grouping/alternative 
> mechanisms
> we have defined for that purpose.
> 
> Regards,
> 
> Christer
>  
> 
> > -----Original Message-----
> > From: Dale.Worley@comcast.net [mailto:Dale.Worley@comcast.net] 
> > Sent: 30. huhtikuuta 2007 19:13
> > To: sip@ietf.org
> > Subject: Re: [Sip] Support for Multipart/MIME
> > 
> >    From: Cullen Jennings <fluffy@cisco.com>
> > 
> >    I think the WG should consider an update to 3261 (likely 
> > done through  
> >    the process Keith has proposed) that makes this multipart/MIME  
> >    mandatory to implement.
> > 
> > I assume that the requirement is that if a message has a 
> > multipart/alternative body, and the UA is capable of 
> > understanding one part of the body, then it must be able to 
> > extract that part and use it to process the message.
> > 
> > Dale
> > 
> > 
> > _______________________________________________
> > Sip mailing list  https://www1.ietf.org/mailman/listinfo/sip
> > This list is for NEW development of the core SIP Protocol Use 
> > sip-implementors@cs.columbia.edu for questions on current sip 
> > Use sipping@ietf.org for new developments on the application of sip
> > 
> 
> 
> _______________________________________________
> Sip mailing list  https://www1.ietf.org/mailman/listinfo/sip
> This list is for NEW development of the core SIP Protocol
> Use sip-implementors@cs.columbia.edu for questions on current sip
> Use sipping@ietf.org for new developments on the application of sip


_______________________________________________
Sip mailing list  https://www1.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors@cs.columbia.edu for questions on current sip
Use sipping@ietf.org for new developments on the application of sip