[Sip] RE: draft-olson-sip-content-indirect-mech-00

"Sean Olson" <seanol@windows.microsoft.com> Tue, 09 July 2002 19:12 UTC

Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA10297 for <sip-archive@odin.ietf.org>; Tue, 9 Jul 2002 15:12:33 -0400 (EDT)
Received: (from daemon@localhost) by optimus.ietf.org (8.9.1a/8.9.1) id PAA00858 for sip-archive@odin.ietf.org; Tue, 9 Jul 2002 15:13:25 -0400 (EDT)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id OAA27073; Tue, 9 Jul 2002 14:30:20 -0400 (EDT)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id OAA27026 for <sip@optimus.ietf.org>; Tue, 9 Jul 2002 14:30:16 -0400 (EDT)
Received: from mail2.microsoft.com (mail2.microsoft.com [131.107.3.124]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA06436 for <sip@ietf.org>; Tue, 9 Jul 2002 14:29:23 -0400 (EDT)
Received: from INET-VRS-02.redmond.corp.microsoft.com ([157.54.8.110]) by mail2.microsoft.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 9 Jul 2002 11:29:44 -0700
Received: from 157.54.8.155 by INET-VRS-02.redmond.corp.microsoft.com (InterScan E-Mail VirusWall NT); Tue, 09 Jul 2002 11:29:44 -0700
Received: from red-imc-01.redmond.corp.microsoft.com ([157.54.9.102]) by inet-hub-04.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.2966); Tue, 9 Jul 2002 11:29:33 -0700
Received: from win-imc-01.wingroup.windeploy.ntdev.microsoft.com ([157.54.0.39]) by red-imc-01.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 9 Jul 2002 11:29:43 -0700
Received: from win-msg-02.wingroup.windeploy.ntdev.microsoft.com ([157.54.0.134]) by win-imc-01.wingroup.windeploy.ntdev.microsoft.com with Microsoft SMTPSVC(6.0.3604.0); Tue, 9 Jul 2002 11:29:43 -0700
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------InterScan_NT_MIME_Boundary"
Date: Tue, 09 Jul 2002 11:29:43 -0700
Message-ID: <F66A04C29AD9034A8205949AD0C9010403FCEBCA@win-msg-02.wingroup.windeploy.ntdev.microsoft.com>
Thread-Topic: draft-olson-sip-content-indirect-mech-00
Thread-Index: AcIndXqpKzPrTZRRQrO0uU9ZqoXNIwAANvKQ
From: Sean Olson <seanol@windows.microsoft.com>
To: Sriram Parameswar <sriramp@nortelnetworks.com>, sip@ietf.org
X-OriginalArrivalTime: 09 Jul 2002 18:29:43.0454 (UTC) FILETIME=[984C0BE0:01C22776]
Subject: [Sip] RE: draft-olson-sip-content-indirect-mech-00
Sender: sip-admin@ietf.org
Errors-To: sip-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: Session Initiation Protocol <sip.ietf.org>
X-BeenThere: sip@ietf.org

If you are suggesting that we might want to indirectly refer to 
message/sipfrag or text/plain content, I completely agree. The
example you cite below is almost exactly what I have proposed.
I just happen to use application/sdp instead of text/html as
the (indirect) Content-Type:
 
thanks
/sean

	-----Original Message-----
	From: Sriram Parameswar [mailto:sriramp@nortelnetworks.com] 
	Sent: Tuesday, July 09, 2002 11:22 AM
	To: Sean Olson; sip@ietf.org
	Subject: RE: draft-olson-sip-content-indirect-mech-00
	
	

	Thanks Sean - I would definitely like to hear from the MIME
experts - but here is an example from RFC 2017 section 3 which is more
along what I suggested. I think we need to take a closer look because
the current draft does borrow heavily from RFC2017:

	<quote RFC2017> 
	    Content-type: message/external-body; access-type=URL; 
	                  URL="http://www.foo.com/file" 

	    Content-type: text/html 
	    Content-Transfer-Encoding: binary 

	    THIS IS NOT REALLY THE BODY! 

	</quote RFC2017> 

	Regards, 

	Sriram 

	__________________________________________ 
	Sriram Parameswar              Phone: 972-685-8540 
	Interactive Multimedia Server (IMS) Fax: 972-684-3986 
	Nortel Networks, Richardson USA  Email:
sriramp@nortelnetworks.com 


	-----Original Message----- 
	From: Sean Olson [mailto:seanol@windows.microsoft.com] 
	Sent: Tuesday, July 09, 2002 12:38 PM 
	To: Parameswar, Sriram [NGC:B615:EXCH]; sip@ietf.org 
	Subject: RE: draft-olson-sip-content-indirect-mech-00 


	Thanks for the comments! 

	I will try to dissect my original example to explain what I was 
	shooting for. I've added line numbers, plus some surrounding
context 
	to hopefully make things a little clearer. 

	1   INVITE sip:bob@acme.com SIP/2.0 
	2   Via: SIP/2.0/TCP 10.0.0.2;branch=z9hG4bK83749 
	3   From: <sip:alice@acme.com>;tag=abcd 
	4   To: <sip:bob@acme.com> 
	5   Call-ID: 1@10.0.0.2 
	6   CSeq: 2343 INVITE 
	7   Content-Type: message/external-body; access-type="URL"; 
	8                 expiration="Mon, 24 June 2002 09:00:00 GMT"; 
	9
URL="http://www.bogus.com/the-indirect-content" 
	10  Content-Length: ... 
	11  <CRLF> 
	12  Content-Type: application/sdp 
	13  <CRLF> 


	Line 12 is the start of the payload for this INVITE. 
	Lines 7-9 define the content type of this payload (indirect
content 
	          available at the given URL) 

	Line 12 gives the content type of the indirect content. It is
actually 
	        an entity header inside the payload (an encapsulated
entity) 

	Line 13 marks the end of the entity headers for this
encapsulated entity 
	        and also marks the end of the message 

	This is consistent with the example given in section 5.2.3 of
RFC2046. 
	I'm using MIME in the broadest sense defined in RFC2045/2046 to
allow 
	nesting or encapsulation of entities. This looks a bit strange
compared 
	to other SIP messages, but I believe it is perfectly valid MIME.
I 
	don't think we need to use message/sipfrag or even text/plain to

	accomplish 
	this -- the capability to express nested entities and entity
headers is 
	part of MIME. 
	I would be curious to hear from other MIME experts on this issue
to see 
	if I'm 
	abusing something here. 

	/sean 

	-----Original Message----- 
	From: Sriram Parameswar [mailto:sriramp@nortelnetworks.com] 
	Sent: Sunday, July 07, 2002 6:35 PM 
	To: Sean Olson; 'sip@ietf.org' 
	Subject: draft-olson-sip-content-indirect-mech-00 


	Sean, 
	Well written draft!  In Section 3.6 'Specifying the type of the
indirect 
	content' - 
	it must be clearly noted that when including the content-type of
the 
	indirect content in the payload 
	- there must be Content headers specifying that payload. Along
with some 
	textual description added to section 3.6, 
	the example in that section will change to look something like: 

	Content-Type: message/external-body; access-type="URL";
expiration="Mon, 
	24 June 2002 09:00:00 GMT"; 
	URL="http://www.bogus.com/the-indirect-content" 
	Content-Type: text/plain 
	Content-Length: ... 
	<CRLF> 
	Content-Type: application/sdp 
	<CRLF> 

	You may also want to add a small section on how this mechanism
satisfies 
	the requirements laid down in the requirements document 
	(draft-ietf-sipping-content-indirect-00). Just as an after
thought, the 
	additional Content-Type may also be message/sipfrag instead of 
	text/plain. 

	Regards, 
	Sriram 
	__________________________________________ 
	Sriram Parameswar              Phone: 972-685-8540 
	Interactive Multimedia Server (IMS) Fax: 972-684-3986 
	Nortel Networks, Richardson USA  Email:
sriramp@nortelnetworks.com