From simple-bounces@ietf.org Fri Jun 01 11:25:39 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Hu90S-00057L-2U; Fri, 01 Jun 2007 11:25:36 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1Hu90Q-00053D-Mo
	for simple@ietf.org; Fri, 01 Jun 2007 11:25:34 -0400
Received: from mailgw4.ericsson.se ([193.180.251.62])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Hu90O-0001p8-OJ
	for simple@ietf.org; Fri, 01 Jun 2007 11:25:34 -0400
Received: from mailgw4.ericsson.se (unknown [127.0.0.1])
	by mailgw4.ericsson.se (Symantec Mail Security) with ESMTP id
	820EE210CA; Fri,  1 Jun 2007 17:25:31 +0200 (CEST)
X-AuditID: c1b4fb3e-b1a1dbb0000061ca-4f-46603a6ba6a3 
Received: from esealmw126.eemea.ericsson.se (unknown [153.88.254.123])
	by mailgw4.ericsson.se (Symantec Mail Security) with ESMTP id
	6125D2056A; Fri,  1 Jun 2007 17:25:31 +0200 (CEST)
Received: from esealmw107.eemea.ericsson.se ([153.88.200.70]) by
	esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); 
	Fri, 1 Jun 2007 17:25:30 +0200
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Fri, 1 Jun 2007 17:25:30 +0200
Message-ID: <6D34F0B7D5BCB246A42380744457CA36FEB585@esealmw107.eemea.ericsson.se>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Extending the xmlschema in draft-ietf-simple-xcap-diff-05
Thread-Index: AcekYRaG7KCJuR/7Sg6mMs9NhhusRw==
From: "Anders Lindgren C (TN/EAB)" <anders.c.lindgren@ericsson.com>
To: "Jonathan Rosenberg" <jdrosen@cisco.com>,
	<simple@ietf.org>
X-OriginalArrivalTime: 01 Jun 2007 15:25:30.0892 (UTC)
	FILETIME=[170DECC0:01C7A461]
X-Brightmail-Tracker: AAAAAA==
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 8a85b14f27c9dcbe0719e27d46abc1f8
Cc: 
Subject: [Simple] Extending the xmlschema in draft-ietf-simple-xcap-diff-05
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0203506200=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============0203506200==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7A461.174A343E"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7A461.174A343E
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello Jonathan,
The http://tools.ietf.org/html/draft-ietf-simple-xcap-diff-05 describes
a format how to sending information about the changes of an xcap
document.
In some situation it is useful be able to include more information in
the change log than just what has been changed. Information that can be
useful to have is when the changed occured, who did the change and the
etag before and after the change. I have tried to find a way of adding
such new elements but failed.

My proposal is to change the xml schema in such away that it is
posssible to add new attributes the elements <add>, <remove> and
<replace> making it possible to define a document like
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
   <xcap-diff xmlns=3D"urn:ietf:params:xml:ns:xcap-diff"
       xmlns:ns=3D"newnamespace">
    xcap-root=3D"http://xcap.example.com/root">
    xmlns:ns=3D"newnamespace">
    <document new-etag=3D"7ahggs"
     doc-selector=3D"resource-lists/users/joe/coworkers"
     previous-etag=3D"8a77f8d"/>
     <change-log>
        <add sel=3D"*/elem[@a=3D'bar']" type=3D"@b" =
ns:timestamp=3D"2007-05-30"
ns:changed-by=3D"bob" previuos-etag=3D"8a77f8d" new-etag=3D"9ddgsds">new
attr</add>
        <add sel=3D"........." Type=3D"-----" =
ns:timestamp=3D"2007-06-01"
ns:changed-by=3D"joe" previuos-etag=3D"9ddgsds"
new-etag=3D"7ahggs">------</add>
      </change-log>
   </xcap-diff>
   =20
If I understand it correctly it is the definitions below that needs to
be changed to allow new attributes to be added.

    <xs:element name=3D"add" type=3D"add"/>
    <xs:element name=3D"remove" type=3D"remove"/>
    <xs:element name=3D"replace" type=3D"replace"/>
   =20
They need to be of the form

<xsd:element name=3D"add">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base=3D"tns:add">
        <xsd:anyAttribute processContents=3D"lax"/>
      </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>
</xsd:element>

instead.

It might also be useful to be able to reuse the attributes
"previuos-etag" and "new-etag" in the <document> element also as
attributes to the <change-log> child elements above.
It would be nice to get your comments on this issue.
Regards
Anders



------_=_NextPart_001_01C7A461.174A343E
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7652.24">
<TITLE>Extending the xmlschema in draft-ietf-simple-xcap-diff-05</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">Hello Jonathan,</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">The </FONT><A =
HREF=3D"http://tools.ietf.org/html/draft-ietf-simple-xcap-diff-05"><U><FO=
NT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">http://tools.ietf.org/html/draft-ietf-simple-xcap-diff-05<=
/FONT></U></A><FONT SIZE=3D2 FACE=3D"Arial"> describes a format how to =
sending information about the changes of an xcap document.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">In some situation it is useful be able =
to include more information in the change log than just what has been =
changed. Information that can be useful to have is when the changed =
occured, who did the change and the etag before and after the change. I =
have tried to find a way of adding such new elements but =
failed.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">My proposal is to change the xml schema =
in such away that it is posssible to add new attributes the elements =
&lt;add&gt;, &lt;remove&gt; and &lt;replace&gt; making it possible to =
define a document like</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&lt;?xml version=3D&quot;1.0&quot; =
encoding=3D&quot;UTF-8&quot;?&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp; &lt;xcap-diff =
xmlns=3D&quot;urn:ietf:params:xml:ns:xcap-diff&quot;</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B> =
</B></FONT><B><FONT COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Arial">xmlns:ns=3D&quot;newnamespace</FONT></B><FONT SIZE=3D2 =
FACE=3D"Arial">&quot;&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; =
xcap-root=3D&quot;<A =
HREF=3D"http://xcap.example.com/root">http://xcap.example.com/root</A>&qu=
ot;&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; =
xmlns:ns=3D&quot;newnamespace&quot;&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; &lt;document =
new-etag=3D&quot;7ahggs&quot;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp; =
doc-selector=3D&quot;resource-lists/users/joe/coworkers&quot;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp; =
previous-etag=3D&quot;8a77f8d&quot;/&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;change-log&gt;</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add =
sel=3D&quot;*/elem[@a=3D'bar']&quot; type=3D&quot;@b&quot;</FONT><B> =
<FONT COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Arial">ns:timestamp=3D&quot;2007-05-30&quot; =
ns:changed-by=3D&quot;bob&quot; previuos-etag=3D&quot;8a77f8d&quot; =
new-etag=3D&quot;9ddgsds&quot;</FONT></B><FONT SIZE=3D2 =
FACE=3D"Arial">&gt;new attr&lt;/add&gt;</FONT></P>

<P><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add =
sel=3D&quot;.........&quot; Type=3D&quot;-----&quot;</FONT><B> <FONT =
COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Arial">ns:timestamp=3D&quot;2007-06-01&quot; =
ns:changed-by=3D&quot;joe&quot; previuos-etag=3D&quot;9ddgsds&quot; =
new-etag=3D&quot;7ahggs&quot;</FONT></B><FONT COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Arial">&gt;------&lt;/</FONT><FONT SIZE=3D2 =
FACE=3D"Arial">add&gt;</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;/change-log&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp; &lt;/xcap-diff&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; </FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">If I understand it correctly it is the =
definitions below that needs to be changed to allow new attributes to be =
added.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; &lt;xs:element =
name=3D&quot;add&quot; type=3D&quot;add&quot;/&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; &lt;xs:element =
name=3D&quot;remove&quot; type=3D&quot;remove&quot;/&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; &lt;xs:element =
name=3D&quot;replace&quot; type=3D&quot;replace&quot;/&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; </FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">They need to be of the form</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&lt;xsd:element =
name=3D&quot;add&quot;&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; &lt;xsd:complexType&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp; =
&lt;xsd:complexContent&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;xsd:extension base=3D&quot;tns:add&quot;&gt;</FONT>

<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;xsd:anyAttribute processContents=3D&quot;lax&quot;/&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;/xsd:extension&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp; =
&lt;/xsd:complexContent&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&lt;/xsd:complexType&gt;</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">&lt;/xsd:element&gt;</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">instead.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">It might also be useful to be able to =
reuse the attributes &quot;previuos-etag&quot; and &quot;new-etag&quot; =
in the &lt;document&gt; element also as attributes to the =
&lt;change-log&gt; child elements above.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">It would be nice to get your comments =
on this issue.</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">Regards</FONT>

<BR><FONT SIZE=3D2 FACE=3D"Arial">Anders</FONT>
</P>
<BR>

</BODY>
</HTML>
------_=_NextPart_001_01C7A461.174A343E--


--===============0203506200==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============0203506200==--




From simple-bounces@ietf.org Fri Jun 01 11:41:16 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Hu9FY-0001zv-9f; Fri, 01 Jun 2007 11:41:12 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1Hu9FW-0001xz-Rg
	for simple@ietf.org; Fri, 01 Jun 2007 11:41:10 -0400
Received: from shaman.nostrum.com ([72.232.15.10] helo=nostrum.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Hu9FV-0005Vu-I7
	for simple@ietf.org; Fri, 01 Jun 2007 11:41:10 -0400
Received: from [10.240.12.88] (m010f36d0.tmodns.net [208.54.15.1])
	(authenticated bits=0)
	by nostrum.com (8.14.1/8.14.1) with ESMTP id l51Ff70F031388
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO)
	for <simple@ietf.org>; Fri, 1 Jun 2007 10:41:09 -0500 (CDT)
	(envelope-from rjsparks@nostrum.com)
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Transfer-Encoding: 7bit
Message-Id: <D8EE6715-9914-4F6B-BA61-92BA055C1974@nostrum.com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
To: simple@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Date: Fri, 1 Jun 2007 08:41:01 -0700
X-Mailer: Apple Mail (2.752.3)
Received-SPF: pass (nostrum.com: 208.54.15.1 is authenticated by a trusted
	mechanism)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad
Subject: [Simple] Reminder: review
	draft-ietf-simple-interdomain-scaling-analysis-00.txt
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Everyone -

If you have not already done so, please take the time in the next  
week or so to go through
the model and analysis in draft-ietf-simple-interdomain-scaling- 
analysis-00.txt and provide
comments to the list. Please leave Avshalom some time before the next  
I-D deadline to
incorporate comments in the next revision.

Thanks,

RjS

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Fri Jun 01 17:06:30 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HuEKF-0000zk-Nx; Fri, 01 Jun 2007 17:06:23 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1HuEKE-0000zf-DB
	for simple@ietf.org; Fri, 01 Jun 2007 17:06:22 -0400
Received: from py-out-1112.google.com ([64.233.166.179])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HuEKD-0000ij-4p
	for simple@ietf.org; Fri, 01 Jun 2007 17:06:22 -0400
Received: by py-out-1112.google.com with SMTP id a25so1819866pyi
	for <simple@ietf.org>; Fri, 01 Jun 2007 14:06:20 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth;
	b=fSNEyg55XzSXKnTn9L2LseKbfsS3tGq+fK8k4DmB7PX/MyrUI1YW1Cpce8VeUChqEdpxGuJdJZCmmmLyi/H/ndSEE3pAygoXvH5FmWx4fEKwDav3EFORbbG9z8nY9NajWQO+XMBEezoqRIgTZvrku9a5maeFx3RRB1v0OGvrsDE=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth;
	b=Fyr0xmaXVE/8YzZJm2nh/BvgL3JOqljL5j15ueZIYUEF5PpjKhFkjoZjzH3/yYJkgLGvVSmqUm9kbGsnGn8FzkVCkLXVeTLQ5FkhaICoBF+eLMetfntJzdWi0CzNqJIh9YaOqXKm1ZYF68JYYtaHyb2ZZaujg8RdtOGpCe8aCC0=
Received: by 10.64.131.4 with SMTP id e4mr2118560qbd.1180731968997;
	Fri, 01 Jun 2007 14:06:08 -0700 (PDT)
Received: by 10.65.235.20 with HTTP; Fri, 1 Jun 2007 14:06:08 -0700 (PDT)
Message-ID: <a9994e940706011406jf0f378fqd1b82e6a300b61e0@mail.gmail.com>
Date: Fri, 1 Jun 2007 17:06:08 -0400
From: "Arjun Roychowdhury" <arjun.lists@hsc.com>
To: simple@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Google-Sender-Auth: 5efdfd1da1549225
X-Spam-Score: 0.0 (/)
X-Scan-Signature: e5ba305d0e64821bf3d8bc5d3bb07228
Subject: [Simple] I-D: Motivation of providing Presence information as RSS
	Feeds
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: arjun.lists@hsc.com
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Hi, I have just submitted a draft discussing the motivation of mapping
Presence information to RSS feeds.

Till it appears in the archives, the I-D can be found at
http://arjunrc.googlepages.com/draft-ietf-roy-presencerss-00.txt


Abstract:

        RSS Feeds have always played an important role in providing users
        content related updates typically of Websites without having to visit
        those websites manually. Typical examples of RSS usage include users
        'subscribing' to the RSS feed of a website, say, CNN.com and thereby
        automatically receiving 'news headlines' when the content changes.
        Recently, there have been significant innovations (such as Yahoo
        Pipes and Google Mash-up Editor) where RSS feeds from different
        sources have been combined to produce new services in a 'Web Based
        Service Creation Environment' model allowing users to create
        interesting services building on top of 'primitives' that can be
        represented on the Web.

        This document describes the motivation for an RSS feed for Presence
        information, which the authors believe would be useful to create new
        services using a similar environment described above.

Comments welcome
regds
arjun

-- 
Arjun Roychowdhury

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Mon Jun 04 17:57:40 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HvKYN-0003Dh-5I; Mon, 04 Jun 2007 17:57:31 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1HvKYL-00037j-Lu
	for simple@ietf.org; Mon, 04 Jun 2007 17:57:29 -0400
Received: from dencfw1.jabber.com ([207.182.164.5] helo=wrk225.corp.jabber.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HvKYK-0007fF-7X
	for simple@ietf.org; Mon, 04 Jun 2007 17:57:29 -0400
Received: from wrk225.corp.jabber.com (localhost [127.0.0.1])
	by wrk225.corp.jabber.com (Postfix) with ESMTP id C787F61C95F
	for <simple@ietf.org>; Mon,  4 Jun 2007 15:58:44 -0600 (MDT)
Message-ID: <46648B14.5050204@jabber.org>
Date: Mon, 04 Jun 2007 15:58:44 -0600
From: Peter Saint-Andre <stpeter@jabber.org>
Organization: XMPP Standards Foundation
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
	rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: simple@ietf.org
Subject: Re: [Simple] Reminder:
	review	draft-ietf-simple-interdomain-scaling-analysis-00.txt
References: <D8EE6715-9914-4F6B-BA61-92BA055C1974@nostrum.com>
In-Reply-To: <D8EE6715-9914-4F6B-BA61-92BA055C1974@nostrum.com>
Jabber-ID: stpeter@jabber.org
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 202a3ece0492a8c7e7c8672d5214398f
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1574901013=="
Errors-To: simple-bounces@ietf.org

This is a cryptographically signed message in MIME format.

--===============1574901013==
Content-Type: multipart/signed; protocol="application/x-pkcs7-signature";
	micalg=sha1; boundary="------------ms000002020604070902000000"

This is a cryptographically signed message in MIME format.

--------------ms000002020604070902000000
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Robert Sparks wrote:
> Everyone -
> 
> If you have not already done so, please take the time in the next week 
> or so to go through
> the model and analysis in 
> draft-ietf-simple-interdomain-scaling-analysis-00.txt and provide
> comments to the list. Please leave Avshalom some time before the next 
> I-D deadline to
> incorporate comments in the next revision.

I have written a similar document for XMPP [1] and have chatted with 
Avshalom off-list about the desirability of more tightly defining 
"profiles" of presence usage so that we can more accurately scope the 
traffic requirements. It would be especially useful to look into the 
differences between rich presence (using presence as the transport for 
things like mood and tune) and more traditional on/off presence 
supplemented by text description ("away + in a meeting" and the like). 
In particular, rich presence applications will result in both larger 
packets and a greater frequency of presence changes, thus putting a much 
more significant strain on the presence infrastructure.

Peter

[1] 
http://www.ietf.org/internet-drafts/draft-saintandre-xmpp-presence-analysis-00.txt


--------------ms000002020604070902000000
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIYVDCC
B3AwggbZoAMCAQICAQkwDQYJKoZIhvcNAQEEBQAwgbAxCzAJBgNVBAYTAklMMQ8wDQYDVQQI
EwZJc3JhZWwxDjAMBgNVBAcTBUVpbGF0MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMRowGAYD
VQQLExFDQSBBdXRob3JpdHkgRGVwLjEpMCcGA1UEAxMgRnJlZSBTU0wgQ2VydGlmaWNhdGlv
biBBdXRob3JpdHkxITAfBgkqhkiG9w0BCQEWEmFkbWluQHN0YXJ0Y29tLm9yZzAeFw0wNTA0
MDUxNDUxMDNaFw0xMDA0MDQxNDUxMDNaMIGvMQswCQYDVQQGEwJJTDEPMA0GA1UECBMGSXNy
YWVsMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSMwIQYDVQQLExpTZWN1cmUgQ2VydGlmaWNh
dGUgU2lnbmluZzEvMC0GA1UEAxMmU3RhcnRDb20gQ2xhc3MgMiBQcmltYXJ5IEVtYWlsIEZy
ZWUgQ0ExITAfBgkqhkiG9w0BCQEWEmFkbWluQHN0YXJ0Y29tLm9yZzCCASIwDQYJKoZIhvcN
AQEBBQADggEPADCCAQoCggEBAOOY75tn3YhiCOsNXQn9/4WfpNrX8HLIUlBTLrGtMINvcYJ0
3Nlr9kJyOF5Z8g+2G9Zg+zN8iWGBEpl37bgjYdea3q0AaO9uyZOMLa0rztjFeo7Uw8AjdDmW
kaJQU1c6q9OoieOT6Tf4MvHMGqtbnaOL3Xvz4o6XnH+Ek9h8zPgYgiUw2tIF0ueLayTGiInH
dWM5eYMoz7OnVlUeIurDweT4C9V1TtwplnhWZ7bilcuN4w3/8hndqryqqflbCMlLZWn+1uaT
21d12cdpjBOaqtg6hqiTY4S4+wVAmGrAiOPQ3Z574gljhUKf5ehz7p9xtsb+mjvM1I4yPP8/
vjKZoRUCAwEAAaOCBBMwggQPMA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgHmMB0GA1Ud
DgQWBBS4Zr17owi6irSy+USIcU+li0GzUTCB3QYDVR0jBIHVMIHSgBQcicOWzL3+MtUNjIEx
tpidjShkjaGBtqSBszCBsDELMAkGA1UEBhMCSUwxDzANBgNVBAgTBklzcmFlbDEOMAwGA1UE
BxMFRWlsYXQxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xGjAYBgNVBAsTEUNBIEF1dGhvcml0
eSBEZXAuMSkwJwYDVQQDEyBGcmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEhMB8G
CSqGSIb3DQEJARYSYWRtaW5Ac3RhcnRjb20ub3JnggEAMB0GA1UdEQQWMBSBEmFkbWluQHN0
YXJ0Y29tLm9yZzAdBgNVHRIEFjAUgRJhZG1pbkBzdGFydGNvbS5vcmcwYgYDVR0fBFswWTAp
oCegJYYjaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL2NhLWNybC5jcmwwLKAqoCiGJmh0dHA6
Ly9jcmwuc3RhcnRjb20ub3JnL2NybC9jYS1jcmwuY3JsMIIBSgYDVR0gBIIBQTCCAT0wggE5
BgsrBgEEAYG1NwEBATCCASgwLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0Y29tLm9y
Zy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFydGNvbS5vcmcvaW50
ZXJtZWRpYXRlLnBkZjCBvQYIKwYBBQUHAgIwgbAwFBYNU3RhcnRDb20gTHRkLjADAgEBGoGX
TGltaXRlZCBMaWFiaWxpdHksIHJlYWQgdGhlIHNlY3Rpb24gKkxlZ2FsIExpbWl0YXRpb25z
KiBvZiB0aGUgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUG9saWN5IGF2YWls
YWJsZSBhdCBodHRwOi8vY2VydC5zdGFydGNvbS5vcmcvcG9saWN5LnBkZjARBglghkgBhvhC
AQEEBAMCAAcwUAYJYIZIAYb4QgENBEMWQVN0YXJ0Q29tIENsYXNzIDIgUHJpbWFyeSBJbnRl
cm1lZGlhdGUgRnJlZSBTU0wgRW1haWwgQ2VydGlmaWNhdGVzMDIGCWCGSAGG+EIBBAQlFiNo
dHRwOi8vY2VydC5zdGFydGNvbS5vcmcvY2EtY3JsLmNybDAzBglghkgBhvhCAQMEJhYkaHR0
cDovL2NlcnQuc3RhcnRjb20ub3JnL2NydC1jcmwuY3JsMDIGCWCGSAGG+EIBCAQlFiNodHRw
Oi8vY2VydC5zdGFydGNvbS5vcmcvcG9saWN5LnBkZjANBgkqhkiG9w0BAQQFAAOBgQDss9KK
Fx/bCifYjAQTmBtRoHFsdR5ZQ1nlagXKoyJ+IwmdGdiYqAKeaDfjT6bTXHfQvK8kp5xSoz0I
PcpSwztY7UKtylgJwplu1q6vjj4BGB621sD60qzirAhLSqxmpBgjl8HMMMoiM28DCLsshihl
g7wG7Oi/rPIuR8dawiaDejCCCGwwggdUoAMCAQICAwDocDANBgkqhkiG9w0BAQUFADCBrzEL
MAkGA1UEBhMCSUwxDzANBgNVBAgTBklzcmFlbDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEj
MCEGA1UECxMaU2VjdXJlIENlcnRpZmljYXRlIFNpZ25pbmcxLzAtBgNVBAMTJlN0YXJ0Q29t
IENsYXNzIDIgUHJpbWFyeSBFbWFpbCBGcmVlIENBMSEwHwYJKoZIhvcNAQkBFhJhZG1pbkBz
dGFydGNvbS5vcmcwHhcNMDYwNzA3MTYwNTAwWhcNMDcwNzA3MTYwNTAwWjCBvjELMAkGA1UE
BhMCVVMxCzAJBgNVBAgTAkNPMQ8wDQYDVQQHEwZEZW52ZXIxIzAhBgNVBAoTGkphYmJlciBT
b2Z0d2FyZSBGb3VuZGF0aW9uMS0wKwYDVQQLEyRTdGFydENvbSBWZXJpZmllZCBDZXJ0aWZp
Y2F0ZSBNZW1iZXIxGjAYBgNVBAMTEVBldGVyIFNhaW50LUFuZHJlMSEwHwYJKoZIhvcNAQkB
FhJzdHBldGVyQGphYmJlci5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCr
zNmM5bxrSxV81PynU608wdGBJaKs0I7Y93//cyNPaooH0M1P20FAkmVjNZ2DhHsb4J4H6Koz
XDJWVpY04lIS7JIhcmy1pL2Aac0ZvPaGANVRexbuxToFF0q3YoO/NLIQXiuIu8BbNl0BHmZz
BHKgsofvKlsLDTQjen85U5GY2Rgg0yRd5/RIRZJwnflJF50VJi8rxYpL6H9W5q9zYtLurjAd
0SSdtCY98YG73vYJyZ5V0ARBUAkc4tg50/XJvubdpmCVJMy6X2zGtKoPfo7LdoOEWbTSCEVu
bA0EQSTlybkGnnkG97Kn44lqm7UGpMWx76IGZQ3IrM/dYDnuUaQpAgMBAAGjggR+MIIEejAM
BgNVHRMEBTADAgEAMAsGA1UdDwQEAwIE8DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUH
AwQwHQYDVR0OBBYEFGvThDnN4P4ucEfDmnKw2an31COrMIHdBgNVHSMEgdUwgdKAFLhmvXuj
CLqKtLL5RIhxT6WLQbNRoYG2pIGzMIGwMQswCQYDVQQGEwJJTDEPMA0GA1UECBMGSXNyYWVs
MQ4wDAYDVQQHEwVFaWxhdDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEaMBgGA1UECxMRQ0Eg
QXV0aG9yaXR5IERlcC4xKTAnBgNVBAMTIEZyZWUgU1NMIENlcnRpZmljYXRpb24gQXV0aG9y
aXR5MSEwHwYJKoZIhvcNAQkBFhJhZG1pbkBzdGFydGNvbS5vcmeCAQkwggFABgNVHSAEggE3
MIIBMzCCAS8GCysGAQQBgbU3AQECMIIBHjA1BggrBgEFBQcCARYpaHR0cDovL2NlcnQuc3Rh
cnRjb20ub3JnL2ludGVybWVkaWF0ZS5wZGYwLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0
YXJ0Y29tLm9yZy9wb2xpY3kucGRmMIGzBggrBgEFBQcCAjCBpjAUFg1TdGFydENvbSBMdGQu
MAMCAQEagY1MaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0aGUgc2VjdGlvbiAqTGVnYWwgTGlt
aXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIFBvbGljeSBhdmFpbGFi
bGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwZAYDVR0fBF0wWzAs
oCqgKIYmaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL2NydHUyLWNybC5jcmwwK6ApoCeGJWh0
dHA6Ly9jcmwuc3RhcnRjb20ub3JnL2NydHUyLWNybC5jcmwwgYQGCCsGAQUFBwEBBHgwdjA3
BggrBgEFBQcwAYYraHR0cDovL29jc3Auc3RhcnRjb20ub3JnL3N1Yi9jbGFzczIvdXNlci9j
YTA7BggrBgEFBQcwAoYvaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3N1Yi5jbGFzczIudXNl
ci5jYS5jcnQwEQYJYIZIAYb4QgEBBAQDAgWgMDcGCWCGSAGG+EIBDQQqFihTdGFydENvbSBB
dXRoZW50aWNhdGVkIEVtYWlsIENlcnRpZmljYXRlMDIGCWCGSAGG+EIBBAQlFiNodHRwOi8v
Y2VydC5zdGFydGNvbS5vcmcvY2EtY3JsLmNybDA1BglghkgBhvhCAQMEKBYmaHR0cDovL2Nl
cnQuc3RhcnRjb20ub3JnL2NydHUyLWNybC5jcmwwMgYJYIZIAYb4QgEIBCUWI2h0dHA6Ly9j
ZXJ0LnN0YXJ0Y29tLm9yZy9wb2xpY3kucGRmMCMGA1UdEgQcMBqGGGh0dHA6Ly9jZXJ0LnN0
YXJ0Y29tLm9yZzANBgkqhkiG9w0BAQUFAAOCAQEAi8Q3OPqmaAnBgIBm/7dSnbT+613ejmlb
DG6f00pgf+PVLyidelTcCbZckHJvH/Q2tQweEtMVluY5NhELU/gwL9VD0Yn4/aPJpgm4bxJn
0/GeWmqcASfcBwb1XgrZDe17rD22YniJdSP4E6VXWxcS2elHdD08yTPlX+Cab9zLrAv0CVxh
BOYdDX6aNqY5/YxIfdaJKWClkAz+/GRUI24HSMly9SLEz2Lhvz2WitBflWE4+aOIJx7+UPKM
LTSSQfk4WjwTOrQgpc9kjja0q7RdNXOPzOV7WehZo9sUncrIDDg5RkcoclifwOWXe66l6HKZ
uYJCLgc0S5jgHntNU6X/STCCCGwwggdUoAMCAQICAwDocDANBgkqhkiG9w0BAQUFADCBrzEL
MAkGA1UEBhMCSUwxDzANBgNVBAgTBklzcmFlbDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEj
MCEGA1UECxMaU2VjdXJlIENlcnRpZmljYXRlIFNpZ25pbmcxLzAtBgNVBAMTJlN0YXJ0Q29t
IENsYXNzIDIgUHJpbWFyeSBFbWFpbCBGcmVlIENBMSEwHwYJKoZIhvcNAQkBFhJhZG1pbkBz
dGFydGNvbS5vcmcwHhcNMDYwNzA3MTYwNTAwWhcNMDcwNzA3MTYwNTAwWjCBvjELMAkGA1UE
BhMCVVMxCzAJBgNVBAgTAkNPMQ8wDQYDVQQHEwZEZW52ZXIxIzAhBgNVBAoTGkphYmJlciBT
b2Z0d2FyZSBGb3VuZGF0aW9uMS0wKwYDVQQLEyRTdGFydENvbSBWZXJpZmllZCBDZXJ0aWZp
Y2F0ZSBNZW1iZXIxGjAYBgNVBAMTEVBldGVyIFNhaW50LUFuZHJlMSEwHwYJKoZIhvcNAQkB
FhJzdHBldGVyQGphYmJlci5vcmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCr
zNmM5bxrSxV81PynU608wdGBJaKs0I7Y93//cyNPaooH0M1P20FAkmVjNZ2DhHsb4J4H6Koz
XDJWVpY04lIS7JIhcmy1pL2Aac0ZvPaGANVRexbuxToFF0q3YoO/NLIQXiuIu8BbNl0BHmZz
BHKgsofvKlsLDTQjen85U5GY2Rgg0yRd5/RIRZJwnflJF50VJi8rxYpL6H9W5q9zYtLurjAd
0SSdtCY98YG73vYJyZ5V0ARBUAkc4tg50/XJvubdpmCVJMy6X2zGtKoPfo7LdoOEWbTSCEVu
bA0EQSTlybkGnnkG97Kn44lqm7UGpMWx76IGZQ3IrM/dYDnuUaQpAgMBAAGjggR+MIIEejAM
BgNVHRMEBTADAgEAMAsGA1UdDwQEAwIE8DAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUH
AwQwHQYDVR0OBBYEFGvThDnN4P4ucEfDmnKw2an31COrMIHdBgNVHSMEgdUwgdKAFLhmvXuj
CLqKtLL5RIhxT6WLQbNRoYG2pIGzMIGwMQswCQYDVQQGEwJJTDEPMA0GA1UECBMGSXNyYWVs
MQ4wDAYDVQQHEwVFaWxhdDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEaMBgGA1UECxMRQ0Eg
QXV0aG9yaXR5IERlcC4xKTAnBgNVBAMTIEZyZWUgU1NMIENlcnRpZmljYXRpb24gQXV0aG9y
aXR5MSEwHwYJKoZIhvcNAQkBFhJhZG1pbkBzdGFydGNvbS5vcmeCAQkwggFABgNVHSAEggE3
MIIBMzCCAS8GCysGAQQBgbU3AQECMIIBHjA1BggrBgEFBQcCARYpaHR0cDovL2NlcnQuc3Rh
cnRjb20ub3JnL2ludGVybWVkaWF0ZS5wZGYwLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0
YXJ0Y29tLm9yZy9wb2xpY3kucGRmMIGzBggrBgEFBQcCAjCBpjAUFg1TdGFydENvbSBMdGQu
MAMCAQEagY1MaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0aGUgc2VjdGlvbiAqTGVnYWwgTGlt
aXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIFBvbGljeSBhdmFpbGFi
bGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwZAYDVR0fBF0wWzAs
oCqgKIYmaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL2NydHUyLWNybC5jcmwwK6ApoCeGJWh0
dHA6Ly9jcmwuc3RhcnRjb20ub3JnL2NydHUyLWNybC5jcmwwgYQGCCsGAQUFBwEBBHgwdjA3
BggrBgEFBQcwAYYraHR0cDovL29jc3Auc3RhcnRjb20ub3JnL3N1Yi9jbGFzczIvdXNlci9j
YTA7BggrBgEFBQcwAoYvaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3N1Yi5jbGFzczIudXNl
ci5jYS5jcnQwEQYJYIZIAYb4QgEBBAQDAgWgMDcGCWCGSAGG+EIBDQQqFihTdGFydENvbSBB
dXRoZW50aWNhdGVkIEVtYWlsIENlcnRpZmljYXRlMDIGCWCGSAGG+EIBBAQlFiNodHRwOi8v
Y2VydC5zdGFydGNvbS5vcmcvY2EtY3JsLmNybDA1BglghkgBhvhCAQMEKBYmaHR0cDovL2Nl
cnQuc3RhcnRjb20ub3JnL2NydHUyLWNybC5jcmwwMgYJYIZIAYb4QgEIBCUWI2h0dHA6Ly9j
ZXJ0LnN0YXJ0Y29tLm9yZy9wb2xpY3kucGRmMCMGA1UdEgQcMBqGGGh0dHA6Ly9jZXJ0LnN0
YXJ0Y29tLm9yZzANBgkqhkiG9w0BAQUFAAOCAQEAi8Q3OPqmaAnBgIBm/7dSnbT+613ejmlb
DG6f00pgf+PVLyidelTcCbZckHJvH/Q2tQweEtMVluY5NhELU/gwL9VD0Yn4/aPJpgm4bxJn
0/GeWmqcASfcBwb1XgrZDe17rD22YniJdSP4E6VXWxcS2elHdD08yTPlX+Cab9zLrAv0CVxh
BOYdDX6aNqY5/YxIfdaJKWClkAz+/GRUI24HSMly9SLEz2Lhvz2WitBflWE4+aOIJx7+UPKM
LTSSQfk4WjwTOrQgpc9kjja0q7RdNXOPzOV7WehZo9sUncrIDDg5RkcoclifwOWXe66l6HKZ
uYJCLgc0S5jgHntNU6X/STGCBCwwggQoAgEBMIG3MIGvMQswCQYDVQQGEwJJTDEPMA0GA1UE
CBMGSXNyYWVsMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSMwIQYDVQQLExpTZWN1cmUgQ2Vy
dGlmaWNhdGUgU2lnbmluZzEvMC0GA1UEAxMmU3RhcnRDb20gQ2xhc3MgMiBQcmltYXJ5IEVt
YWlsIEZyZWUgQ0ExITAfBgkqhkiG9w0BCQEWEmFkbWluQHN0YXJ0Y29tLm9yZwIDAOhwMAkG
BSsOAwIaBQCgggJJMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8X
DTA3MDYwNDIxNTg0NFowIwYJKoZIhvcNAQkEMRYEFJHWVnMhXSQOawDbzoGOCT2N7yc8MFIG
CSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMC
AgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIHIBgkrBgEEAYI3EAQxgbowgbcwga8xCzAJ
BgNVBAYTAklMMQ8wDQYDVQQIEwZJc3JhZWwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xIzAh
BgNVBAsTGlNlY3VyZSBDZXJ0aWZpY2F0ZSBTaWduaW5nMS8wLQYDVQQDEyZTdGFydENvbSBD
bGFzcyAyIFByaW1hcnkgRW1haWwgRnJlZSBDQTEhMB8GCSqGSIb3DQEJARYSYWRtaW5Ac3Rh
cnRjb20ub3JnAgMA6HAwgcoGCyqGSIb3DQEJEAILMYG6oIG3MIGvMQswCQYDVQQGEwJJTDEP
MA0GA1UECBMGSXNyYWVsMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSMwIQYDVQQLExpTZWN1
cmUgQ2VydGlmaWNhdGUgU2lnbmluZzEvMC0GA1UEAxMmU3RhcnRDb20gQ2xhc3MgMiBQcmlt
YXJ5IEVtYWlsIEZyZWUgQ0ExITAfBgkqhkiG9w0BCQEWEmFkbWluQHN0YXJ0Y29tLm9yZwID
AOhwMA0GCSqGSIb3DQEBAQUABIIBAJX/X8LTCiyFC5b92aosYsX1Ubu0Uq/9sckhF0xozYOQ
X8XqAml1FJgSu552aIhtT3UY3UZM47XdQsZO4TktTxKtlnPAl9SCw6DsXmyDyJkGxe7sK1nM
tiCXI1zIcyaaofoRoNfhwiHRerIoOUBUucOQg8jELQ1+KZ2whSbR7+1cYwNeYbOH72FHDOeC
+EDi8Blx0N1hTwkWDvTmeyA5fNjYJlIyZNYj132U4BXwgdP7DheszJA85RY7iNSLcPguVERZ
LXqZ4NwmSkKxapLIZq2iDFx65rZixQxEuGpJ7ikFqKaDTbdMHf/CRY5K+xkLYUGwOEi0Ojt5
px8BVP+FbVwAAAAAAAA=
--------------ms000002020604070902000000--


--===============1574901013==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============1574901013==--




From simple-bounces@ietf.org Mon Jun 04 19:00:33 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HvLXL-0003R4-6A; Mon, 04 Jun 2007 19:00:31 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1HvLXJ-0003QQ-At
	for simple@ietf.org; Mon, 04 Jun 2007 19:00:30 -0400
Received: from nz-out-0506.google.com ([64.233.162.229])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HvLXI-0005zK-2D
	for simple@ietf.org; Mon, 04 Jun 2007 19:00:29 -0400
Received: by nz-out-0506.google.com with SMTP id z31so1166159nzd
	for <simple@ietf.org>; Mon, 04 Jun 2007 16:00:27 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
	b=PmCQiuO37PrIAg8DFNwmK7nFJmdiCvRzhED83baGz2w+e6snne07OZ/+4kkbrJ85bj9ia2W9z7wJrzAKcy3WkS764rOAPKNCk0DKHsnoCa4fPN3nXlLpGkXE/RSqgZNheOVsAINnadIsD+rDGJv6z51tRd/sAW/Fv0NG85qxv+s=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
	b=r1I5kbucQu6nH7pooNPnvrkjUdnFTbfbimbqwh1JgB2QbAG6K93uc3AaEcw9OXfInZxddcIlp81N+C4dH3Gmt31nlNkFM25zHNeEiNSAfHnkAjS1tTaP/S6dagQ5NmoIKGKqaQ1FR2gM5h4U0o3Vwm28IQT+sBQsv0OenDgz3xY=
Received: by 10.65.237.15 with SMTP id o15mr7871614qbr.1180998027617;
	Mon, 04 Jun 2007 16:00:27 -0700 (PDT)
Received: by 10.65.235.20 with HTTP; Mon, 4 Jun 2007 16:00:27 -0700 (PDT)
Message-ID: <a9994e940706041600t5f4e74c2w2d67dbbd3b86b970@mail.gmail.com>
Date: Mon, 4 Jun 2007 19:00:27 -0400
From: "Arjun Roychowdhury" <arjun.lists@hsc.com>
To: simple@ietf.org
In-Reply-To: <a9994e940706011406jf0f378fqd1b82e6a300b61e0@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <a9994e940706011406jf0f378fqd1b82e6a300b61e0@mail.gmail.com>
X-Google-Sender-Auth: a4cdf70f7aff5389
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352
Subject: [Simple] Re: I-D: Motivation of providing Presence information as
	RSS Feeds
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: arjun.lists@hsc.com
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Hi, I will be resubmitting this document shortly based on comments I
have received offline. Please reserve comments till I repost.

Appreciate it.
regds
arjun

On 6/1/07, Arjun Roychowdhury <arjun.lists@hsc.com> wrote:
> Hi, I have just submitted a draft discussing the motivation of mapping
> Presence information to RSS feeds.
>
> Till it appears in the archives, the I-D can be found at
> http://arjunrc.googlepages.com/draft-ietf-roy-presencerss-00.txt
>
>
> Abstract:
>
>        RSS Feeds have always played an important role in providing users
>        content related updates typically of Websites without having to visit
>        those websites manually. Typical examples of RSS usage include users
>        'subscribing' to the RSS feed of a website, say, CNN.com and thereby
>        automatically receiving 'news headlines' when the content changes.
>        Recently, there have been significant innovations (such as Yahoo
>        Pipes and Google Mash-up Editor) where RSS feeds from different
>        sources have been combined to produce new services in a 'Web Based
>        Service Creation Environment' model allowing users to create
>        interesting services building on top of 'primitives' that can be
>        represented on the Web.
>
>        This document describes the motivation for an RSS feed for Presence
>        information, which the authors believe would be useful to create new
>        services using a similar environment described above.
>
> Comments welcome
> regds
> arjun
>
> --
> Arjun Roychowdhury
>


-- 
Arjun Roychowdhury

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Tue Jun 05 11:38:55 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Hvb7R-0006d6-Bx; Tue, 05 Jun 2007 11:38:49 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1Hvb7P-0006cw-Hk
	for simple@ietf.org; Tue, 05 Jun 2007 11:38:47 -0400
Received: from wa-out-1112.google.com ([209.85.146.181])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Hvb7O-0006Xv-8F
	for simple@ietf.org; Tue, 05 Jun 2007 11:38:47 -0400
Received: by wa-out-1112.google.com with SMTP id j5so979308wah
	for <simple@ietf.org>; Tue, 05 Jun 2007 08:38:45 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth;
	b=rKfEAAARVZtv18mBgheOmU8Jd7ESt6bXrF9xfBzQy8f0ht9Yzc4cPnbRQH7ki333MZ+oOipJ4OTdpj9aemDzooXC8VmsInYki1QcPrnjcaQXQUuav5ZfXC07BwAZcuP9VCEuPcmIfvme+L5I5Dh/hJF9xirNsrq+GCv3jTZ02Ws=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:reply-to:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth;
	b=uYvbXi9oAbJThMUQmKElspbDHO+toRIzuphgCqBmTNZxEHs/lfI/KIrFo1Yg9E167h0W22vIc6aBgD4xNoPfS22ucdTuZCMfV5KFQVrV/KStk3eWTy1+Fd9pjmOY8kowWkl9bvA7G5lY9p8X3ElodEX5K908Hr3kgLKOFsBbV0U=
Received: by 10.114.92.2 with SMTP id p2mr6054015wab.1181057923982;
	Tue, 05 Jun 2007 08:38:43 -0700 (PDT)
Received: by 10.65.193.11 with HTTP; Tue, 5 Jun 2007 08:38:43 -0700 (PDT)
Message-ID: <a9994e940706050838u15f0aa42yc070c33c5c1a367a@mail.gmail.com>
Date: Tue, 5 Jun 2007 11:38:43 -0400
From: "Arjun Roychowdhury" <arjun.lists@hsc.com>
To: "Simple WG" <simple@ietf.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Google-Sender-Auth: 0c7cbff88018c16a
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 52e1467c2184c31006318542db5614d5
Cc: arjun.lists@hsc.com, Henry Sinnreich <hsinnrei@adobe.com>
Subject: [Simple] I-D (Updated): Motivation for converting Presence
	documents to RSS Feeds
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: arjun.lists@hsc.com
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Hi,
I have submitted a new draft discussing the motivation of converting
Presence documents to RSS feeds.

Till it appears on the list,
http://arjunrc.googlepages.com/draft-roy-simple-presencerss-00.txt

As a working example of the benefits, I've published a mappable
presence feed example using GoogleMashupEditor at
http://rsspresence.googlemashups.com/ using concepts proposed in this
draft.

Comments are welcome.

Abstract:
RSS Feeds have always played an important role in providing users
content related updates typically of Websites without having to visit
  those websites manually. Typical examples of RSS usage include users
   'subscribing' to the RSS feed of a website, say, CNN.com and
thereby   automatically receiving 'news headlines' then the content
changes. Recently, there have been significant innovations (such as
Yahoo   Pipes and Google Mash-up Editor) where RSS feeds from
different    sources have been combined to produce new services in a
'Web Based  Service Creation Environment' model allowing users to
create interesting services building on top of 'primitives' that can
be  represented on the Web.

This document describes the motivation for an RSS feed for Presence
information, which the authors believe would be useful to create new
services using a similar environment described above.

regds
arjun

-- 
Arjun Roychowdhury

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From tbwl@intent.net Thu Jun 07 12:39:22 2007
Return-path: <tbwl@intent.net>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HwL18-0004ko-UG
	for simple-archive@lists.ietf.org; Thu, 07 Jun 2007 12:39:22 -0400
Received: from [87.110.123.86] (helo=nrnvs)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1HwKzK-0003gC-1l
	for simple-archive@lists.ietf.org; Thu, 07 Jun 2007 12:37:30 -0400
Received: from wrha ([105.178.63.221])
	by nrnvs (8.13.4/8.13.4) with SMTP id l57GdCN8067234;
	Thu, 7 Jun 2007 19:39:12 +0300
Message-ID: <002001c7a922$22e120b0$dd3fb269@wrha>
From: "Dannie" <tbwl@intent.net>
To: <simple-archive@lists.ietf.org>
Subject: terminology spacing
Date: Thu, 7 Jun 2007 19:37:28 +0300
MIME-Version: 1.0
Content-Type: multipart/related;
	type="multipart/alternative";
	boundary="----=_NextPart_000_001C_01C7A93B.482494B0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 1.9 (+)
X-Scan-Signature: c54bc2f42d02429833c0ca4b8725abd7

------=_NextPart_000_001C_01C7A93B.482494B0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_001D_01C7A93B.482705B0"

------=_NextPart_001_001D_01C7A93B.482705B0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable


Now he's just a goner.
Sometimes it's best to ignore'm.
And if  simply reading it isn't enough for you,  you can listen to me =
sing it right here.
" Andrew Card worked way too hard.
Henninger Waxes Loquacious By Madeleine Begun Kane Henninger waxes =
loquacious, Claiming blogs are unduly salacious. Liar quite transparent. =
Dubya Ain't Known For Decorum By Madeleine Begun Kane Dubya ain't known =
for decorum.
Steve Bates is all gassed up over high gas prices.
Now Dub's spokesman, poor Scotty is not. Sometimes it's best to =
ignore'm.
Politics is Karl Rove's game.
Daniel Henninger's latest Opinion Journal column's a doozy.
But  the changes he makes Can't  repair his mistakes,  Cause the man in =
the Oval's a louse. Upward polls are Bolten's aim. Bush is just as =
dismal.
Josh will kick him out the door. He needs staffers brainy.
Upward polls are Bolten's aim. Dubya answers no, no, no. Daniel Thinks =
Left Blogs Are Coarse By Madeleine Begun Kane Daniel thinks left blogs =
are coarse, So he mutters atop his high horse.
Dubya Ain't Known For Decorum By Madeleine Begun Kane Dubya ain't known =
for decorum.
The Fellow  Who Ran OMB By Madeleine Begun Kane The fellow who ran OMB =
Helped balloon Fed'ral debt with much glee. And here's a pair of =
limericks on the same topic: George Bush Has  Been Urged To Clean House =
By Madeleine Begun Kane George Bush has  been urged to clean house, By =
his GOP pals and his spouse. Stuart Rothenberg's Will White House =
Shakeup Alter Public Opinion? White House press guy now he's not. The =
latest edition of the Carnival of Satire.
That's what runs our nation. Card's been replaced, By Josh Bolten, that =
OMB ace. But he's loyal to George Bush, and that's key.
Don Davis's Hu Cares About The Falun Gong?
Dubya Ain't Known For Decorum By Madeleine Begun Kane Dubya ain't known =
for decorum. Miers may just lose her job. And here's a pair of limericks =
on the same topic: George Bush Has  Been Urged To Clean House By =
Madeleine Begun Kane George Bush has  been urged to clean house, By his =
GOP pals and his spouse. The latest edition of the Carnival of Satire.
Don Davis's True Lies: The Top Ten Questions  Needed In A CIA  Lie =
Detector Test If you'd like to listen to the audio podcast version of =
this post, just click here. What a sad and unspeakable waste.
Upward polls are Bolten's aim.
------=_NextPart_001_001D_01C7A93B.482705B0
Content-Type: text/html;
	charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-2">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><IMG alt=3D"vocational" hspace=3D0=20
src=3D"http://kkjolly.com/oceanic.gif" align=3Dbaseline=20
border=3D0></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Now he's just a goner.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Sometimes it's best to =
ignore'm.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>And if  simply reading it isn't enough =
for you, =20
you can listen to me sing it right here.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>" Andrew Card worked way too =
hard.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Henninger Waxes Loquacious By Madeleine =
Begun Kane=20
Henninger waxes loquacious, Claiming blogs are unduly salacious. Liar =
quite=20
transparent. Dubya Ain't Known For Decorum By Madeleine Begun Kane Dubya =
ain't known=20
for decorum.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Steve Bates is all gassed up over high =
gas=20
prices.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Now Dub's spokesman, poor Scotty is =
not. Sometimes=20
it's best to ignore'm.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Politics is Karl Rove's =
game.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Daniel Henninger's latest Opinion =
Journal column's=20
a doozy.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>But  the changes he makes Can't  repair =
his=20
mistakes,  Cause the man in the Oval's a louse. Upward polls are =
Bolten's aim. Bush=20
is just as dismal.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Josh will kick him out the door. He =
needs staffers=20
brainy.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Upward polls are Bolten's aim. Dubya =
answers no,=20
no, no. Daniel Thinks Left Blogs Are Coarse By Madeleine Begun Kane =
Daniel thinks=20
left blogs are coarse, So he mutters atop his high horse.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Dubya Ain't Known For Decorum By =
Madeleine Begun=20
Kane Dubya ain't known for decorum.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>The Fellow  Who Ran OMB By Madeleine =
Begun Kane The=20
fellow who ran OMB Helped balloon Fed'ral debt with much glee. And =
here's a pair of=20
limericks on the same topic: George Bush Has  Been Urged To Clean House =
By Madeleine=20
Begun Kane George Bush has  been urged to clean house, By his GOP pals =
and his=20
spouse. Stuart Rothenberg's Will White House Shakeup Alter Public =
Opinion? White=20
House press guy now he's not. The latest edition of the Carnival of=20
Satire.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>That's what runs our nation. Card's =
been replaced,=20
By Josh Bolten, that OMB ace. But he's loyal to George Bush, and =
that's=20
key.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Don Davis's Hu Cares About The Falun=20
Gong?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Dubya Ain't Known For Decorum By =
Madeleine Begun=20
Kane Dubya ain't known for decorum. Miers may just lose her job. And =
here's a pair=20
of limericks on the same topic: George Bush Has  Been Urged To Clean =
House By=20
Madeleine Begun Kane George Bush has  been urged to clean house, By his =
GOP pals and=20
his spouse. The latest edition of the Carnival of Satire.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Don Davis's True Lies: The Top Ten =
Questions =20
Needed In A CIA  Lie Detector Test If you'd like to listen to the audio =
podcast=20
version of this post, just click here. What a sad and unspeakable=20
waste.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Upward polls are Bolten's=20
aim.</FONT></DIV></BODY></HTML>

------=_NextPart_001_001D_01C7A93B.482705B0--

------=_NextPart_000_001C_01C7A93B.482494B0--




From simple-bounces@ietf.org Thu Jun 07 14:55:54 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HwN95-0004LV-RL; Thu, 07 Jun 2007 14:55:43 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1HwN95-0004KA-0o
	for simple@ietf.org; Thu, 07 Jun 2007 14:55:43 -0400
Received: from sj-iport-1-in.cisco.com ([171.71.176.70]
	helo=sj-iport-1.cisco.com) by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1HwN92-0001V5-PA
	for simple@ietf.org; Thu, 07 Jun 2007 14:55:43 -0400
Received: from sj-dkim-3.cisco.com ([171.71.179.195])
	by sj-iport-1.cisco.com with ESMTP; 07 Jun 2007 11:55:40 -0700
X-IronPort-AV: i="4.16,395,1175497200"; d="scan'208"; a="2183567:sNHT27249954"
Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254])
	by sj-dkim-3.cisco.com (8.12.11/8.12.11) with ESMTP id l57IteGX008936; 
	Thu, 7 Jun 2007 11:55:40 -0700
Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com
	[128.107.191.63])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id l57IteaI010784;
	Thu, 7 Jun 2007 18:55:40 GMT
Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by
	xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 7 Jun 2007 11:55:39 -0700
Received: from [10.32.241.146] ([10.32.241.146]) by xfe-sjc-212.amer.cisco.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 7 Jun 2007 11:55:39 -0700
Message-ID: <466854AA.8080303@cisco.com>
Date: Thu, 07 Jun 2007 14:55:38 -0400
From: Jonathan Rosenberg <jdrosen@cisco.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
	rv:1.7.8) Gecko/20050511
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: "Anders Lindgren C (TN/EAB)" <anders.c.lindgren@ericsson.com>
References: <6D34F0B7D5BCB246A42380744457CA36FEB585@esealmw107.eemea.ericsson.se>
In-Reply-To: <6D34F0B7D5BCB246A42380744457CA36FEB585@esealmw107.eemea.ericsson.se>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 07 Jun 2007 18:55:39.0719 (UTC)
	FILETIME=[70FABD70:01C7A935]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=3030; t=1181242540;
	x=1182106540; c=relaxed/simple; s=sjdkim3002;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=jdrosen@cisco.com;
	z=From:=20Jonathan=20Rosenberg=20<jdrosen@cisco.com>
	|Subject:=20Re=3A=20Extending=20the=20xmlschema=20in=20draft-ietf-simple-
	xcap-diff-05 |Sender:=20;
	bh=ZPVcQODWL7GT99j8PjowbNArmGzgcwc//ZurEAI4FC0=;
	b=LiNKdRYzUxyJAvYyTCigYqEdduo7Ze9QeDaEiWb0zNnXUJ6BcLem//O43jw/D0OuhcXrIyCa
	+HzyfYdbpzjj1BmgjYZdkoNAUMSDs0+ifwxQ6fv/6jIZuVLx/nHPKBuS;
Authentication-Results: sj-dkim-3; header.From=jdrosen@cisco.com; dkim=pass (
	sig from cisco.com/sjdkim3002 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: b7b9551d71acde901886cc48bfc088a6
Cc: simple@ietf.org
Subject: [Simple] Re: Extending the xmlschema in
	draft-ietf-simple-xcap-diff-05
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

I think its reasonable to want this kind of extensibility.

I'd probably argue that this would be better defined in the patch-ops 
draft than here, but I don't feel very strongly on that.

I'm not sure I understand the meaning of the etags within the change 
elements. Can you explain a use case for that?

-Jonathan R.

Anders Lindgren C (TN/EAB) wrote:

> Hello Jonathan,
> The _http://tools.ietf.org/html/draft-ietf-simple-xcap-diff-05_ 
> describes a format how to sending information about the changes of an 
> xcap document.
> 
> In some situation it is useful be able to include more information in 
> the change log than just what has been changed. Information that can be 
> useful to have is when the changed occured, who did the change and the 
> etag before and after the change. I have tried to find a way of adding 
> such new elements but failed.
> 
> My proposal is to change the xml schema in such away that it is 
> posssible to add new attributes the elements <add>, <remove> and 
> <replace> making it possible to define a document like
> 
> <?xml version="1.0" encoding="UTF-8"?>
>    <xcap-diff xmlns="urn:ietf:params:xml:ns:xcap-diff"
>       * **xmlns:ns="newnamespace*">
>     xcap-root="http://xcap.example.com/root">
>     xmlns:ns="newnamespace">
>     <document new-etag="7ahggs"
>      doc-selector="resource-lists/users/joe/coworkers"
>      previous-etag="8a77f8d"/>
>      <change-log>
>         <add sel="*/elem[@a='bar']" type="@b"* ns:timestamp="2007-05-30" 
> ns:changed-by="bob" previuos-etag="8a77f8d" new-etag="9ddgsds"*>new 
> attr</add>
> 
>         <add sel="........." Type="-----"* ns:timestamp="2007-06-01" 
> ns:changed-by="joe" previuos-etag="9ddgsds" new-etag="7ahggs"*>------</add>
> 
>       </change-log>
>    </xcap-diff>
>    
> If I understand it correctly it is the definitions below that needs to 
> be changed to allow new attributes to be added.
> 
>     <xs:element name="add" type="add"/>
>     <xs:element name="remove" type="remove"/>
>     <xs:element name="replace" type="replace"/>
>    
> They need to be of the form
> 
> <xsd:element name="add">
>   <xsd:complexType>
>     <xsd:complexContent>
>       <xsd:extension base="tns:add">
>         <xsd:anyAttribute processContents="lax"/>
>       </xsd:extension>
>    </xsd:complexContent>
>  </xsd:complexType>
> </xsd:element>
> 
> instead.
> 
> It might also be useful to be able to reuse the attributes 
> "previuos-etag" and "new-etag" in the <document> element also as 
> attributes to the <change-log> child elements above.
> 
> It would be nice to get your comments on this issue.
> Regards
> Anders
> 
> 

-- 
Jonathan D. Rosenberg, Ph.D.                   600 Lanidex Plaza
Cisco Fellow                                   Parsippany, NJ 07054-2711
Cisco Systems
jdrosen@cisco.com                              FAX:   (973) 952-5050
http://www.jdrosen.net                         PHONE: (973) 952-5000
http://www.cisco.com

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From wqafo@reed.co.uk Thu Jun 07 23:20:03 2007
Return-path: <wqafo@reed.co.uk>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HwV19-0008Sn-3s
	for simple-archive@lists.ietf.org; Thu, 07 Jun 2007 23:20:03 -0400
Received: from [88.227.193.33] (helo=zajzdh)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1HwV17-0004nd-Dm
	for simple-archive@lists.ietf.org; Thu, 07 Jun 2007 23:20:03 -0400
Message-ID: <4668CAE3.2070100@reed.co.uk>
Date: Fri, 8 Jun 2007 06:20:03 +0300
From: Thurman V. Kathleen <wqafo@reed.co.uk>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: penalties have reached far as lethal since Vatican is recognized as wwhat is stands for.
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<img alt="sought" src="http://iookay.com/born-again.gif"><br>
I think there is no more to say.<br>
They were released later on but only because their fellow protesters, in
an empowering show of solidarity, refused to leave the site before they
were released. EMC Documentum and Microsoft SharePoint leverage ECM
benefits.<br>
</body>
</html>




From simple-bounces@ietf.org Fri Jun 08 11:15:05 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HwgB5-0003Gg-9Y; Fri, 08 Jun 2007 11:15:03 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1HwgB4-0003GU-07
	for simple@ietf.org; Fri, 08 Jun 2007 11:15:02 -0400
Received: from mailgw3.ericsson.se ([193.180.251.60])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HwgB2-0006vH-7U
	for simple@ietf.org; Fri, 08 Jun 2007 11:15:01 -0400
Received: from mailgw3.ericsson.se (unknown [127.0.0.1])
	by mailgw3.ericsson.se (Symantec Mail Security) with ESMTP id
	903FA207D9; Fri,  8 Jun 2007 17:14:59 +0200 (CEST)
X-AuditID: c1b4fb3c-a8cebbb0000073d5-6f-466972737bc3 
Received: from esealmw126.eemea.ericsson.se (unknown [153.88.254.123])
	by mailgw3.ericsson.se (Symantec Mail Security) with ESMTP id
	694F1204F8; Fri,  8 Jun 2007 17:14:59 +0200 (CEST)
Received: from esealmw107.eemea.ericsson.se ([153.88.200.70]) by
	esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); 
	Fri, 8 Jun 2007 17:14:59 +0200
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Fri, 8 Jun 2007 17:14:56 +0200
Message-ID: <6D34F0B7D5BCB246A42380744457CA360106E791@esealmw107.eemea.ericsson.se>
In-Reply-To: <466854AA.8080303@cisco.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Extending the xmlschema in draft-ietf-simple-xcap-diff-05
Thread-Index: AcepNXLJ+W9kEZtcQyKmv+NIiXuXvQAp2TmQ
References: <6D34F0B7D5BCB246A42380744457CA36FEB585@esealmw107.eemea.ericsson.se>
	<466854AA.8080303@cisco.com>
From: "Anders Lindgren C (TN/EAB)" <anders.c.lindgren@ericsson.com>
To: "Jonathan Rosenberg" <jdrosen@cisco.com>
X-OriginalArrivalTime: 08 Jun 2007 15:14:59.0243 (UTC)
	FILETIME=[C7742FB0:01C7A9DF]
X-Brightmail-Tracker: AAAAAA==
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 3a4bc66230659131057bb68ed51598f8
Cc: simple@ietf.org
Subject: [Simple] RE: Extending the xmlschema in
	draft-ietf-simple-xcap-diff-05
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

My view is that if you have XCAP, one change log element will in most
situations create a new etag value. This means that if you have a
sequence of changelog elements it might be good to know how every change
log element changed the etag value.

One possible use case that I see it that the client do a Subscribe for
document changes and receives a first Notify with the XCAP URI to the
document.
The Notifier has some kind of time based rate limitation and  number of
changes are done in the document.
The client is fetching the XCAP document and get a newer version than
the one if the first Notify(Etag is different then the one in the
Notify).
The Notifier finds out that it is time to send a Notify and does that by
sending a Notify with a sequence of change log element. If the client
receives per change log element information about etags, the client is
able to patch the version it has as it can skip all change log elements
up to the one with the previous etag equals its documents etag.
Br
Anders
 =20

-----Original Message-----
From: Jonathan Rosenberg [mailto:jdrosen@cisco.com]=20
Sent: den 7 juni 2007 20:56
To: Anders Lindgren C (TN/EAB)
Cc: simple@ietf.org
Subject: Re: Extending the xmlschema in draft-ietf-simple-xcap-diff-05

I think its reasonable to want this kind of extensibility.

I'd probably argue that this would be better defined in the patch-ops
draft than here, but I don't feel very strongly on that.

I'm not sure I understand the meaning of the etags within the change
elements. Can you explain a use case for that?

-Jonathan R.

Anders Lindgren C (TN/EAB) wrote:

> Hello Jonathan,
> The _http://tools.ietf.org/html/draft-ietf-simple-xcap-diff-05_
> describes a format how to sending information about the changes of an=20
> xcap document.
>=20
> In some situation it is useful be able to include more information in=20
> the change log than just what has been changed. Information that can=20
> be useful to have is when the changed occured, who did the change and=20
> the etag before and after the change. I have tried to find a way of=20
> adding such new elements but failed.
>=20
> My proposal is to change the xml schema in such away that it is=20
> posssible to add new attributes the elements <add>, <remove> and=20
> <replace> making it possible to define a document like
>=20
> <?xml version=3D"1.0" encoding=3D"UTF-8"?>
>    <xcap-diff xmlns=3D"urn:ietf:params:xml:ns:xcap-diff"
>       * **xmlns:ns=3D"newnamespace*">
>     xcap-root=3D"http://xcap.example.com/root">
>     xmlns:ns=3D"newnamespace">
>     <document new-etag=3D"7ahggs"
>      doc-selector=3D"resource-lists/users/joe/coworkers"
>      previous-etag=3D"8a77f8d"/>
>      <change-log>
>         <add sel=3D"*/elem[@a=3D'bar']" type=3D"@b"*
ns:timestamp=3D"2007-05-30"=20
> ns:changed-by=3D"bob" previuos-etag=3D"8a77f8d" =
new-etag=3D"9ddgsds"*>new=20
> attr</add>
>=20
>         <add sel=3D"........." Type=3D"-----"* =
ns:timestamp=3D"2007-06-01"=20
> ns:changed-by=3D"joe" previuos-etag=3D"9ddgsds"=20
> new-etag=3D"7ahggs"*>------</add>
>=20
>       </change-log>
>    </xcap-diff>
>   =20
> If I understand it correctly it is the definitions below that needs to

> be changed to allow new attributes to be added.
>=20
>     <xs:element name=3D"add" type=3D"add"/>
>     <xs:element name=3D"remove" type=3D"remove"/>
>     <xs:element name=3D"replace" type=3D"replace"/>
>   =20
> They need to be of the form
>=20
> <xsd:element name=3D"add">
>   <xsd:complexType>
>     <xsd:complexContent>
>       <xsd:extension base=3D"tns:add">
>         <xsd:anyAttribute processContents=3D"lax"/>
>       </xsd:extension>
>    </xsd:complexContent>
>  </xsd:complexType>
> </xsd:element>
>=20
> instead.
>=20
> It might also be useful to be able to reuse the attributes=20
> "previuos-etag" and "new-etag" in the <document> element also as=20
> attributes to the <change-log> child elements above.
>=20
> It would be nice to get your comments on this issue.
> Regards
> Anders
>=20
>=20

--=20
Jonathan D. Rosenberg, Ph.D.                   600 Lanidex Plaza
Cisco Fellow                                   Parsippany, NJ 07054-2711
Cisco Systems
jdrosen@cisco.com                              FAX:   (973) 952-5050
http://www.jdrosen.net                         PHONE: (973) 952-5000
http://www.cisco.com

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From qbuttock@amylynn.org Fri Jun 08 22:05:16 2007
Return-path: <qbuttock@amylynn.org>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HwqKK-0002RD-Rb
	for simple-archive@lists.ietf.org; Fri, 08 Jun 2007 22:05:16 -0400
Received: from t5b-ip66.axtelecom.com.br ([201.77.138.66] helo=kira-xz9jhk3b37.axtelecom.com.br)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1HwqKJ-0000d5-4y
	for simple-archive@lists.ietf.org; Fri, 08 Jun 2007 22:05:16 -0400
Message-ID: <000f01c7aa21$781911a0$00196534@kiraxz9jhk3b37>
From: "Horace Gilbert" <qbuttock@amylynn.org>
To: "simple-archive" <simple-archive@lists.ietf.org>
Subject: Re: Thanks, we will help you fight out the cash crunch
Date: Fri, 8 Jun 2007 23:01:23 -0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_000C_01C7AA21.781911A0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2720.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2720.1409
X-Spam-Score: 2.5 (++)
X-Scan-Signature: 244a2fd369eaf00ce6820a760a3de2e8

------=_NextPart_000_000C_01C7AA21.781911A0
Content-Type: text/plain;
        charset="windows-1252"
Content-Transfer-Encoding: quoted-printable


Your credit history does not matter to us!

If your family OWN real estate and want IMMEDIATE pin money to spend ANY =
way you like, or simply want to LOWER your entire payment by a third or =
more, here is best deal we can offer you NOW (hurry, this lot will =
expire TONIGHT):

$260,000+ loan

AND EVEN MORE: After further review, our lenders have set the lowest =
monthly payments!

Hurry, when our deal is gone, it is gone. Simply complete this =
simplified form... 

Don't worry about approval, your your credit report will not disqualify =
you!

http://etaby.com/
------=_NextPart_000_000C_01C7AA21.781911A0
Content-Type: text/html;
        charset="windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1252">
<META content=3D"MSHTML 6.00.2720.3000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Your credit doesn't =
matter to us!</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>If you OWN real estate and =
want IMMEDIATE pocket money to spend ANY way you like, or simply need to =
LOWER your entire payment by a third or more, here is best deal we can =
offer you NOW (hurry, this deal will expire NOW):</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>$268,000+ =
debt</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>AND EVEN MORE: After =
further review, our lenders have established the lowest monthly =
payments!</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Hurry, when the deal is =
gone, it is gone. Simply finish this short form... </B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Don't worry about =
approval, your credit score will not disqualify you!</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><a href=3D=
"http://etaby.com/">http://etaby.com/</a></FONT></DIV>
</BODY></HTML>

------=_NextPart_000_000C_01C7AA21.781911A0--



From wsk@fianceevisaservices.com Mon Jun 11 09:42:42 2007
Return-path: <wsk@fianceevisaservices.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HxkAM-000381-T0
	for simple-archive@lists.ietf.org; Mon, 11 Jun 2007 09:42:42 -0400
Received: from host-216-153-165-96.col.choiceone.net ([216.153.165.96])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1HxkAL-0004hN-Do
	for simple-archive@lists.ietf.org; Mon, 11 Jun 2007 09:42:42 -0400
Message-ID: <466D5145.3020607@fianceevisaservices.com>
Date: Mon, 11 Jun 2007 09:42:29 -0400
From: Eve N. Maynard <wsk@fianceevisaservices.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: Beginners Guide to WakeboardingAre new to wakeboarding or have yet to try this thrilling sport?
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.6 (++++)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22

News Is Out! CAON Launches R&D Program to Further Production!

Chan-On International Inc.
Symbol: CAON
Friday Close: $0.72 UP 4.35%

Read the news. This company is pulling no punches. They has engaged one
of the countries top R&D facilities to expand their technology. Get on
CAON today!

Written by soldier-poets as well as poets on the home front, they are
deeply personal, reflecting love of country, sacrifice, tragedy, glory,
and sometimes disillusionment or dissent.

I like them both for different reasons. The strongest performing
keywords are those with a high search volume and low competition.

Pelosi backs state auto pollution rules  -  Politics - MSNBC. Yes, I
know I'm a walking contradiction.
Sophisticated weapons? I think we'll end up with good leadership either
way.

-  National Journal - MSNBC. Jim Shepard, with About. Maybe it's been in
the sun too long, or is way behind on detailing.

"The more relevant content that exists on a page, the better. About
Adapt Technologies, Inc.




From simple-bounces@ietf.org Thu Jun 14 15:50:39 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HyvL0-0003FP-G9; Thu, 14 Jun 2007 15:50:34 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1HyvKz-0003F8-CV
	for simple-confirm+ok@megatron.ietf.org; Thu, 14 Jun 2007 15:50:33 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HyvKz-0003Es-13; Thu, 14 Jun 2007 15:50:33 -0400
Received: from ns4.neustar.com ([156.154.24.139])
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1HyvKy-0002zX-Nv; Thu, 14 Jun 2007 15:50:32 -0400
Received: from stiedprstage1.ietf.org (stiedprstage1.va.neustar.com
	[10.31.47.10]) by ns4.neustar.com (Postfix) with ESMTP id A781A2AC8C;
	Thu, 14 Jun 2007 19:50:02 +0000 (GMT)
Received: from ietf by stiedprstage1.ietf.org with local (Exim 4.43)
	id 1HyvKU-0007b5-7Z; Thu, 14 Jun 2007 15:50:02 -0400
Content-Type: Multipart/Mixed; Boundary="NextPart"
Mime-Version: 1.0
To: i-d-announce@ietf.org
From: Internet-Drafts@ietf.org
Message-Id: <E1HyvKU-0007b5-7Z@stiedprstage1.ietf.org>
Date: Thu, 14 Jun 2007 15:50:02 -0400
X-Spam-Score: -2.5 (--)
X-Scan-Signature: 10d3e4e3c32e363f129e380e644649be
Cc: simple@ietf.org
Subject: [Simple] I-D ACTION:draft-ietf-simple-chat-00.txt 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts 
directories.
This draft is a work item of the SIP for Instant Messaging and Presence Leveraging Extensions Working Group of the IETF.

	Title		: Multi-party Instant Message (IM) Sessions Using the Message Session Relay Protocol (MSRP)
	Author(s)	: A. Niemi, M. Garcia-Martin
	Filename	: draft-ietf-simple-chat-00.txt
	Pages		: 29
	Date		: 2007-6-14
	

   The Message Session Relay Protocol (MSRP) defines a mechanism for
   sending instant messages within a peer-to-peer session, negotiated
   using the Session Initiation Protocol (SIP) and the Session
   Description Protocol (SDP).  This document defines the necessary
   tools for establishing multi-party instant messaging (IM) sessions,
   or chat rooms, with MSRP.


A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-simple-chat-00.txt

To remove yourself from the I-D Announcement list, send a message to 
i-d-announce-request@ietf.org with the word unsubscribe in the body of 
the message. 
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce 
to change your subscription settings.

Internet-Drafts are also available by anonymous FTP. Login with the 
username "anonymous" and a password of your e-mail address. After 
logging in, type "cd internet-drafts" and then 
"get draft-ietf-simple-chat-00.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt

Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-simple-chat-00.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.

Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body; access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID: <2007-6-14145642.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-simple-chat-00.txt

--OtherAccess
Content-Type: Message/External-body; name="draft-ietf-simple-chat-00.txt";
	site="ftp.ietf.org"; access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID: <2007-6-14145642.I-D@ietf.org>


--OtherAccess--

--NextPart
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--NextPart--






From simple-bounces@ietf.org Sat Jun 16 17:14:12 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1Hzfao-0001my-2X; Sat, 16 Jun 2007 17:13:58 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1Hzfam-0001al-Nt
	for simple-confirm+ok@megatron.ietf.org; Sat, 16 Jun 2007 17:13:56 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1Hzfam-0001Ue-6Z
	for simple@ietf.org; Sat, 16 Jun 2007 17:13:56 -0400
Received: from smtp.nokia.com ([131.228.20.173] helo=mgw-ext14.nokia.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Hzfaj-0000xJ-DI
	for simple@ietf.org; Sat, 16 Jun 2007 17:13:56 -0400
Received: from esebh107.NOE.Nokia.com (esebh107.ntc.nokia.com [172.21.143.143])
	by mgw-ext14.nokia.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id
	l5GLDoC7008969 for <simple@ietf.org>; Sun, 17 Jun 2007 00:13:51 +0300
Received: from esebh104.NOE.Nokia.com ([172.21.143.34]) by
	esebh107.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Sun, 17 Jun 2007 00:13:50 +0300
Received: from esebh101.NOE.Nokia.com ([172.21.138.177]) by
	esebh104.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Sun, 17 Jun 2007 00:13:50 +0300
Received: from [10.162.17.15] ([10.162.17.15]) by esebh101.NOE.Nokia.com over
	TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); 
	Sun, 17 Jun 2007 00:13:50 +0300
Message-ID: <4674528E.7050402@nsn.com>
Date: Sun, 17 Jun 2007 00:13:50 +0300
From: Miguel Garcia <Miguel.Garcia@nsn.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: SIMPLE mailing list <simple@ietf.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 16 Jun 2007 21:13:50.0693 (UTC)
	FILETIME=[3C80B950:01C7B05B]
X-Nokia-AV: Clean
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 7655788c23eb79e336f5f8ba8bce7906
Cc: Niemi Aki Petteri <aki.niemi@nokia.com>
Subject: [Simple] MSRP chat -00
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Hi:

MSRP chat has been made available as a WG item of this WG:
http://www.ietf.org/internet-drafts/draft-ietf-simple-chat-00.txt

and in HTML:
http://people.nokia.net/~miguel/drafts/draft-ietf-simple-chat-00.html

There is also a diff changes with respect the previous version:
http://people.nokia.net/~miguel/drafts/draft-ietf-simple-chat-00-from-niemi-simple-chat-06.html

So, most of the effort has gone in rewriting the Nicknames Section, 
which now tries to include the discussions we had in the mailing list. 
So please, focus on that Section and see if still something is missing.

I want to thank Brian Rosen and Paul Kyzivat for the review, 
discussions, and guidance offered on nicknames.

/Miguel
-- 
Miguel A. Garcia           tel:+358-50-4804586
Nokia Siemens Networks     Espoo, Finland



_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Mon Jun 18 02:53:14 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I0B6t-0008SC-UK; Mon, 18 Jun 2007 02:53:11 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I0B6t-0008QP-4k
	for simple-confirm+ok@megatron.ietf.org; Mon, 18 Jun 2007 02:53:11 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I0B6p-0008N6-AZ
	for simple@ietf.org; Mon, 18 Jun 2007 02:53:07 -0400
Received: from repmmg02.bea.com ([66.248.192.39])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I0B6o-00033C-Sb
	for simple@ietf.org; Mon, 18 Jun 2007 02:53:07 -0400
Received: from repmmr02.bea.com (repmmr02.bea.com [10.160.30.72])
	by repmmg02.bea.com (Switch-3.2.7/Switch-3.2.7) with ESMTP id
	l5I6quYA027191; Sun, 17 Jun 2007 23:52:56 -0700
Received: from repbex01.amer.bea.com (repbex01.bea.com [10.160.26.98])
	by repmmr02.bea.com (Switch-3.2.7/Switch-3.2.5) with ESMTP id
	l5I6qe1M000386; Sun, 17 Jun 2007 23:52:41 -0700
Received: from 172.24.28.172 ([172.24.28.172]) by repbex01.amer.bea.com
	([10.160.26.98]) with Microsoft Exchange Server HTTP-DAV ; 
	Mon, 18 Jun 2007 06:52:53 +0000
User-Agent: Microsoft-Entourage/11.3.3.061214
Date: Mon, 18 Jun 2007 15:52:52 +0900
From: Eric Burger <eburger@bea.com>
To: Arjun Roychowdhury <arjun@hsc.com>
Message-ID: <C29C5AD4.5EDE%eburger@bea.com>
Thread-Topic: Comments on draft-roy-simple-presencerss-00
Thread-Index: AcexdUpZiLGniB1oEdysbAAWy4mm/w==
Mime-version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
x-BEA-PMX-Instructions: AV
x-BEA-MM: Internal-To-External
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 9ed51c9d1356100bce94f1ae4ec616a9
Cc: simple@ietf.org
Subject: [Simple] Comments on draft-roy-simple-presencerss-00
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

As I see it, there are two things to work out.  The first is rather easy and
straightforward: determine the format and ontology of the RSS feed.  The
second is a bit harder: how do we handle the data access entitlements?  We
have a rich set of policy enforcement at the SIP SUBSCRIBE level.  Would we
try to replicate that at the RSS level, use RSS equivalents, or punt and say
that a different access protocol results in a different policy enforcement
regime?  I would offer that would open up a bunch of security
considerations.  None the least would be a stricture to enforce the user's
data access policy across all access modalities.


Some comments on the introduction:
There is a fundamental misconception that percolates through in a few places
dealing with information sharing between two providers participating in a
mash-up.

For example:
      ...  if provider 'B' were build a new application on top
      of a service provided by 'A', B would only access content from A
      using well known Web Standards and would not need to host A's
      content in its own domain. Similarly, A does not need to access
      any more data in B's domain beyond what is needed to make the
      service work.

A key feature of Mash-Ups is Domain A has *NO* need to access ANY data in
Domain B to provide the service.  Of course, the caveat is Domain A may
require authentication and authorization of the users of Domain A's web
service.  However, that still imposes no burden on Domain A to access Domain
B to provide a service to Domain B.  Having such interdependencies means
that in order to create a Mash-Up, you would have to somehow educate the
component providers about your service.  This is a combinatorial and
economically infeasible situation.

I would also offer that one not get hung up on being browser-centric.  Lots
of interesting applications may use Web Portal technologies, but do not have
actual browser-based displays.

I also would not focus exclusively on "Provider Generated" mash-ups.  The
whole point of Web 2.0 are user-generated applications!



Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Mon Jun 18 09:25:47 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I0HEl-0001Sf-6v; Mon, 18 Jun 2007 09:25:43 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I0HEk-0001SZ-Mq
	for simple-confirm+ok@megatron.ietf.org; Mon, 18 Jun 2007 09:25:42 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I0HEk-0001SQ-DG
	for simple@ietf.org; Mon, 18 Jun 2007 09:25:42 -0400
Received: from py-out-1112.google.com ([64.233.166.177])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I0HEg-0003Wu-TO
	for simple@ietf.org; Mon, 18 Jun 2007 09:25:42 -0400
Received: by py-out-1112.google.com with SMTP id a25so551732pyi
	for <simple@ietf.org>; Mon, 18 Jun 2007 06:25:38 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=VYvd5MbEw4Iwv7d67PsSQ+mvRD8W+nSPb/Zkv8tl2rRxiM0RHkwrMT3lgZGf3HYct/BuzZcF4kE3v5PfIgMYqm+Ko7kSOc5EuOQi9rij5CEzDzdbi8R+JsJZVLGiiZJmAu3j6m40O+8Ql4ZD0fOJtdVXJxZqMCMtA8fGchv3Pbs=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition;
	b=dOxUIzFN0roJIRPTrtvoktgE/RRoij006EH11/XRJ0+ggs7uRj2UBUYjeB8mLK8FFutXQ7k1l19B5VSHThyQWe8BCMsUQRWnSE+vCROgWB4pdyxBq/HK+FR0MHO2ew1Z6NFl8WU+HuiyP4ZboGazORg9M8xayB+rGPL4dllfNiM=
Received: by 10.65.132.13 with SMTP id j13mr7879481qbn.1182173138433;
	Mon, 18 Jun 2007 06:25:38 -0700 (PDT)
Received: by 10.65.193.9 with HTTP; Mon, 18 Jun 2007 06:25:38 -0700 (PDT)
Message-ID: <a9994e940706180625nbd4732fhade0ea030ffa7ccc@mail.gmail.com>
Date: Mon, 18 Jun 2007 09:25:38 -0400
From: "Arjun Roychowdhury" <arjunrc@gmail.com>
To: "Simple WG" <simple@ietf.org>
Subject: [Simple] (Response) Comments on draft-roy-simple-presencerss-00
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 3002fc2e661cd7f114cb6bae92fe88f1
Cc: 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

(For some reason, this list thinks I am not a subscriber - while I am
subscribed using this email. Anyway,  I resubscribed again, hope this
goes through)


Eric, thanks for your list review, and your offline comments.
Responses to the list   comments below:

On 6/18/07, Eric Burger <eburger@bea.com> wrote:
> As I see it, there are two things to work out.  The first is rather easy and
> straightforward: determine the format and ontology of the RSS feed.  The
> second is a bit harder: how do we handle the data access entitlements?  We


ARC> Another idea that I received was to ditch RSS and start with
ATOM, the latter being an IETF effort and significantly more rich than
RSS (euphemism for more complex as well). It doesn't really matter to
this draft, since most of the mashup environments I have worked on
support both.

> have a rich set of policy enforcement at the SIP SUBSCRIBE level.  Would we
> try to replicate that at the RSS level, use RSS equivalents, or punt and say
> that a different access protocol results in a different policy enforcement
> regime?  I would offer that would open up a bunch of security
> considerations.  None the least would be a stricture to enforce the user's
> data access policy across all access modalities.

ARC> No, we should not try and replicate any presence related authorization
schemes at all at RSS. The only authorization scheme that should
remain at RSS level is the authorization to access the RSS list (which
exists today in form of authenticated RSS). Any presence related
authentication is applied before converting it to an RSS feed. The
interesting thing, however, taking the draft example, is what happens
if 'B' is not allowed to see 'A's presence directly via SIP. However,
'A' allows 'trackit' to see it's state and then B uses 'Trackit' to
see the state (since 'trackit' is a service). However, this
technically maps to A allowing any user C to see it's state and C
allowing B to see that same state, so I am not sure if this is
something that is unique to the example.
>
>
<snip>
> A key feature of Mash-Ups is Domain A has *NO* need to access ANY data in
> Domain B to provide the service.  Of course, the caveat is Domain A may
> require authentication and authorization of the users of Domain A's web
> service.  However, that still imposes no burden on Domain A to access Domain
> B to provide a service to Domain B.  Having such interdependencies means
> that in order to create a Mash-Up, you would have to somehow educate the
> component providers about your service.  This is a combinatorial and
> economically infeasible situation.


I do not believe that is true. If there was absolutely NO
data-sharing, then the applicability and scope of mashups in terms of
what they can do is limited. Therefore, I prefer the term *limited*
(what is needed for that service) as opposed to *NONE*. For example,
many 3rd party data sources allow me to construct a query to get back
their data in JSON format to plug into my service (example, playlist
information). This is what I am referring to as data. Similiarly, back
to the draft example, the RSS list that 'trackit' is sharing with
'mapitntrackit' in response to the HTTP GET for RSS is also what I am
referring to as 'Data'.

>
> I would also offer that one not get hung up on being browser-centric.  Lots
> of interesting applications may use Web Portal technologies, but do not have
> actual browser-based displays.

Yes, I agree. The crux is to use standard web technologies. If a
non-browser supports it, that is fine too. I will make this change.


>
> I also would not focus exclusively on "Provider Generated" mash-ups.  The
> whole point of Web 2.0 are user-generated applications!


Again a good point. Will reflect this change appropriately.

--
Arjun Roychowdhury


-- 
Arjun Roychowdhury


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Mon Jun 18 09:54:40 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I0Hgj-0001Xe-6J; Mon, 18 Jun 2007 09:54:37 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I0Hgh-0001W7-Uo
	for simple-confirm+ok@megatron.ietf.org; Mon, 18 Jun 2007 09:54:35 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I0Hgh-0001Tw-Ip; Mon, 18 Jun 2007 09:54:35 -0400
Received: from [202.99.23.227] (helo=people.com.cn)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I0Hgf-0003mG-MZ; Mon, 18 Jun 2007 09:54:35 -0400
Received: from people.com.cn([127.0.0.1]) by people.com.cn(AIMC 2.9.5.8)
	with SMTP id jmc46770436; Mon, 18 Jun 2007 22:05:59 +0800
Received: from megatron.ietf.org([156.154.16.145]) by people.com.cn(AIMC
	2.9.5.8) with SMTP id jm1354671c9c6; Fri, 15 Jun 2007 04:04:58 +0800
Received: from megatron.ietf.org([156.154.16.145]) by people.com.cn(AIMC
	2.9.5.8) with SMTP id AISP action; Fri, 15 Jun 2007 04:04:58 +0800
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HyvL2-0003Fj-PQ; Thu, 14 Jun 2007 15:50:36 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HyvKz-0003Es-13; Thu, 14 Jun 2007 15:50:33 -0400
Received: from ns4.neustar.com ([156.154.24.139])
	by chiedprmail1.ietf.org with esmtp (Exim 4.43)
	id 1HyvKy-0002zX-Nv; Thu, 14 Jun 2007 15:50:32 -0400
Received: from stiedprstage1.ietf.org (stiedprstage1.va.neustar.com
	[10.31.47.10]) by ns4.neustar.com (Postfix) with ESMTP id A781A2AC8C;
	Thu, 14 Jun 2007 19:50:02 +0000 (GMT)
Received: from ietf by stiedprstage1.ietf.org with local (Exim 4.43)
	id 1HyvKU-0007b5-7Z; Thu, 14 Jun 2007 15:50:02 -0400
Content-Type: Multipart/Mixed; Boundary="NextPart"
Mime-Version: 1.0
To: i-d-announce@ietf.org
From: Internet-Drafts@ietf.org
Message-Id: <E1HyvKU-0007b5-7Z@stiedprstage1.ietf.org>
Date: Thu, 14 Jun 2007 15:50:02 -0400
X-Spam-Score: -2.5 (--)
X-Scan-Signature: 10d3e4e3c32e363f129e380e644649be
X-BeenThere: i-d-announce@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
X-AIMC-AUTH: (null)
X-AIMC-MAILFROM: i-d-announce-bounces@ietf.org
X-AIMC-AUTH: (null)
X-AIMC-MAILFROM: Internet-Drafts@ietf.org
X-Auto-Forward: jaglee@people.com.cn
 jag@kw.com.cn
X-Spam-Score: 2.2 (++)
X-Scan-Signature: cf3becbbd6d1a45acbe2ffd4ab88bdc2
Cc: simple@ietf.org
Subject: [Simple] I-D ACTION:draft-ietf-simple-chat-00.txt 
X-BeenThere: simple@ietf.org
Reply-To: internet-drafts@ietf.org
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts 
directories.
This draft is a work item of the SIP for Instant Messaging and Presence Leveraging Extensions Working Group of the IETF.

	Title		: Multi-party Instant Message (IM) Sessions Using the Message Session Relay Protocol (MSRP)
	Author(s)	: A. Niemi, M. Garcia-Martin
	Filename	: draft-ietf-simple-chat-00.txt
	Pages		: 29
	Date		: 2007-6-14
	

   The Message Session Relay Protocol (MSRP) defines a mechanism for
   sending instant messages within a peer-to-peer session, negotiated
   using the Session Initiation Protocol (SIP) and the Session
   Description Protocol (SDP).  This document defines the necessary
   tools for establishing multi-party instant messaging (IM) sessions,
   or chat rooms, with MSRP.


A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-simple-chat-00.txt

To remove yourself from the I-D Announcement list, send a message to 
i-d-announce-request@ietf.org with the word unsubscribe in the body of 
the message. 
You can also visit https://www1.ietf.org/mailman/listinfo/I-D-announce 
to change your subscription settings.

Internet-Drafts are also available by anonymous FTP. Login with the 
username "anonymous" and a password of your e-mail address. After 
logging in, type "cd internet-drafts" and then 
"get draft-ietf-simple-chat-00.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt

Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-simple-chat-00.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.

Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body; access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID: <2007-6-14145642.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-simple-chat-00.txt

--OtherAccess
Content-Type: Message/External-body; name="draft-ietf-simple-chat-00.txt";
	site="ftp.ietf.org"; access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID: <2007-6-14145642.I-D@ietf.org>


--OtherAccess--

--NextPart
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
I-D-Announce mailing list
I-D-Announce@ietf.org
https://www1.ietf.org/mailman/listinfo/i-d-announce

--NextPart
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--NextPart--







From jzz@kgsimmons.com Mon Jun 18 13:02:08 2007
Return-path: <jzz@kgsimmons.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I0KcC-0007Sp-QO
	for simple-archive@lists.ietf.org; Mon, 18 Jun 2007 13:02:08 -0400
Received: from [88.230.201.4] (helo=wucfbqi)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I0KcA-00088W-Mz
	for simple-archive@lists.ietf.org; Mon, 18 Jun 2007 13:02:08 -0400
Received: from zpz.bw ([234.117.109.67]) by wucfbqi with Microsoft SMTPSVC(5.0.2195.6713); Mon, 18 Jun 2007 20:02:06 +0300
Message-ID: <002c01c7b1ca$664f9470$436d75ea@zpz.bw>
From: "Leslie" <jzz@kgsimmons.com>
To: <simple-archive@lists.ietf.org>
Subject: I guess there are still people around who discredit the idea, but I've found that eliminating milk and cheese from the diet can be helpful for both asthmatic adults and children.
Date: Mon, 18 Jun 2007 20:02:06 +0300
MIME-Version: 1.0
Content-Type: text/plain;
        format=flowed;
        charset="Windows-1252";
        reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4927.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200
X-Spam-Score: 3.0 (+++)
X-Scan-Signature: 01485d64dfa90b45a74269b3ca9d5574

"Seen from this viewpoint," says Dr.
http://memeat.hk/




From ctf@evabbitzer.de Sat Jun 23 10:32:26 2007
Return-path: <ctf@evabbitzer.de>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I26f4-0002m5-EQ
	for simple-archive@lists.ietf.org; Sat, 23 Jun 2007 10:32:26 -0400
Received: from p508452ce.dip.t-dialin.net ([80.132.82.206])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I26f3-00044K-PV
	for simple-archive@lists.ietf.org; Sat, 23 Jun 2007 10:32:26 -0400
Received: from duw ([177.132.74.140])
	by p508452CE.dip.t-dialin.net (8.13.1/8.13.1) with SMTP id l5NEXnMc058181;
	Sat, 23 Jun 2007 16:33:49 +0200
Message-ID: <467D2EE6.4060406@evabbitzer.de>
Date: Sat, 23 Jun 2007 16:32:06 +0200
From: Mcclure <ctf@evabbitzer.de>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: rheumatism
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.1 (+++)
X-Scan-Signature: 2ed806e2f53ff1a061ad4f97e00345ac

SREA Acquires $75 Million Dollar Asset!

Score One Inc.(SREA)
$0.30

News hit just after close. SREA has acquired the $75 Million peace of
land for the new "Recreation Town" in Dalian. This new project mimics a
Facility in "Shui On" that profited more than $100 Million USD. SREA is
going to go through the roof after this hits investors this weekend. Get
on SREA at open on Monday!

WITHOUT LIMITATION, IBM MAKES NO WARRANTY OR GUARANTEE THAT THIS WEB
SITE WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE. The result is
a work both prodigiously entertaining and profoundly moving.

Furthermore the Gross Domestic Product of these emerging cities is
growing significantly. "Do we receive scans from foreign governments, I
believe so.

Unless IBM specifies otherwise, IBM does not give credits or refunds for
unused prepaid Services. "I've spent some time reviewing Mr.

IBM has also played an active role in the community, contributing
through employee-driven initiatives, providing resources and partnering
with non-profit organisations and educational institutions.
Business relationshipsThis Web site may provide links or references to
non-IBM Web sites and resources. This warranty is in addition to IBM's
other applicable warranties.

Government DHS Hackers Vulnerabilities Latest News What's Next for
Outsourcing Industry?

Specified Operating Environment Specified Operating Environment is the
machines and programs with which an IBM Program is designed to operate,
as described in the IBM Program specifications.

Multinational companies are transforming their procurement strategies
not only for savings but to create strategic advantage, such as local
market insight and control over critical resources.
No, I think the issue with China's offshore ramp is very different.

Microsoft System Center - Enterprise-class reliability, scalability, and
security. Nothing in this Agreement affects any statutory rights of
consumers that cannot be waived or limited by contract.

The move delivers on MTR Corporation's vision and EAM framework which
was successfully implemented under the aegis of the company's Operations
Director. Operators are informed of problem causes so they can more
rapidly resolve them, and given a visualization tool for rapid
troubleshooting. Learn about the software based VoIP solution from
Microsoft. I am not convinced that he's serious about fixing the
vulnerabilities in our systems.

"IBM was able to offer us best-of-breed EAMS consulting and
implementation services that leverage their global expertise," said
Daniel Lai, Head of Information Technology, MTR Corporation. Certain
disclaimersInformation on this Web site is not promised or guaranteed to
be correct, current, or complete, and this site may contain technical
inaccuracies or typographical errors.

The hearing was convened as part of the Committee's ongoing
investigation into the cybersecurity vulnerabilities of the United
States.

To me, this represents the IBM spirit and underscores the company's
successful development in Hong Kong over the past fifty years.

"As a partner, IBM's commitment to quality and service excellence is
first in class. As a further condition to being permitted to link to
this site, you agree that IBM may at any time, in its sole discretion,
terminate permission to link to this Web site. THIS EXCLUSION AND WAIVER
OF LIABILITY APPLIES TO ALL CAUSES OF ACTION, WHETHER BASED ON CONTRACT,
WARRANTY, TORT, OR ANY OTHER LEGAL THEORIES. Sherwin History Polio: An
American StoryDavid M.

Customer Relationship Management News for Industry Pros NewsFactor
Network Sites:   NewsFactor.

Neither of us will unreasonably withhold such consent. Limitation of
LiabilityCircumstances may arise where, because of a default on IBM's
part or other liability, you are entitled to recover damages from IBM.
The industries covered in the survey include electronics, automotive,
consumer packaged goods and retail. If there is a conflict among the
terms in the various documents, those of an Attachment prevail over
those of this Agreement. Machine Code license agreements and the
Agreement for Licensed Internal Code may be amended by IBM from time to
time.

About IBM For more information about IBM Hong Kong, please visit: www.
Free Trial - the affordable high end CRM solution from TechExcel.

IBM may, without notice to you, at any time revise these Terms of Use
and any other information contained in this Web site by updating this
posting. "  Product Information and Resources for Technology You Can Use
To Boost Your Business Business Processes   Maximize your BPM
Investment: The BPA Imperative. ALL MATERIALS, INFORMATION, PRODUCTS,
SOFTWARE, PROGRAMS, AND SERVICES ARE PROVIDED "AS IS," WITH NO
WARRANTIES OR GUARANTEES WHATSOEVER. Multinational companies are
transforming their procurement strategies not only for savings but to
create strategic advantage, such as local market insight and control
over critical resources.

Smith has managed the difficult feat of taking a famous and beloved
classic and thoroughly reinventing it to make the story her own. About
IBM For more information about IBM Hong Kong, go to: www. It shows how
hard it is for a country to match the success that India has had in the
short term.
"As a partner, IBM's commitment to quality and service excellence is
first in class. "Do we receive scans from foreign governments, I believe
so. Gaitskill writes so radiantly about violent self-loathing that the
very incongruousness of her language has shocking power.
not to resell any Service without IBM's prior written consent.

In his opening statement, the subcommittee's chairman, Rep. Such amended
license terms will apply only to Machine Code and LIC that is supplied
after such amended terms become effective. MTR employs the best of
practice in the performance and delivery of its services and is
dedicated to leadership in enterprise management and in maintaining the
vitality of Hong Kong business.
IBM identifies Specific Machines in a Transaction Document.

MachinesEach IBM Machine is manufactured from new parts, or new and used
parts, except for personal computer Machines which are originally
manufactured from new parts only.

This is a bottleneck to growth that will only worsen as they compete
with each other and domestic companies for employees with critical skill
sets needed for the mass market.
"As a partner, IBM's commitment to quality and service excellence is
first in class. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF
WARRANTIES, SO THE ABOVE EXCLUSIONS MAY NOT APPLY TO YOU. Any attempt to
do so is void.

The term materials does not include Programs, Machine Code, or LIC.

Machine Code is licensed under the terms of the agreement provided with
Machine Code.

IBM Hong Kong will announce details of how it is supporting its Hong
Kong clients' security, virtualisation and green data center computing
requirements in the coming months.

"Transaction Documents" include, but are not limited, to order
confirmation, order acceptance, addenda, exhibits, invoices, proofs of
entitlement, and supplements.




From simple-bounces@ietf.org Sat Jun 23 11:13:45 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I27If-0000lM-P4; Sat, 23 Jun 2007 11:13:21 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I27Ie-0000i8-6n
	for simple-confirm+ok@megatron.ietf.org; Sat, 23 Jun 2007 11:13:20 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I27Id-0000hB-T7
	for simple@ietf.org; Sat, 23 Jun 2007 11:13:19 -0400
Received: from rtp-iport-1.cisco.com ([64.102.122.148])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I27Ic-0002Qj-IW
	for simple@ietf.org; Sat, 23 Jun 2007 11:13:19 -0400
Received: from rtp-dkim-1.cisco.com ([64.102.121.158])
	by rtp-iport-1.cisco.com with ESMTP; 23 Jun 2007 11:13:18 -0400
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ao8CANPVfEZAZnme/2dsb2JhbAA
X-IronPort-AV: i="4.16,455,1175486400"; 
	d="scan'208"; a="63517982:sNHT25559626"
Received: from rtp-core-2.cisco.com (rtp-core-2.cisco.com [64.102.124.13])
	by rtp-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id l5NFDIpP012151
	for <simple@ietf.org>; Sat, 23 Jun 2007 11:13:18 -0400
Received: from xbh-rtp-201.amer.cisco.com (xbh-rtp-201.cisco.com
	[64.102.31.12])
	by rtp-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id l5NFDHLf014322
	for <simple@ietf.org>; Sat, 23 Jun 2007 15:13:18 GMT
Received: from xfe-rtp-201.amer.cisco.com ([64.102.31.38]) by
	xbh-rtp-201.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Sat, 23 Jun 2007 11:13:17 -0400
Received: from [192.168.1.106] ([10.86.241.2]) by xfe-rtp-201.amer.cisco.com
	with Microsoft SMTPSVC(6.0.3790.1830); 
	Sat, 23 Jun 2007 11:13:17 -0400
Message-ID: <467D388D.2080206@cisco.com>
Date: Sat, 23 Jun 2007 11:13:17 -0400
From: Jonathan Rosenberg <jdrosen@cisco.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
	rv:1.7.8) Gecko/20050511
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Simple WG <simple@ietf.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 23 Jun 2007 15:13:17.0647 (UTC)
	FILETIME=[07181DF0:01C7B5A9]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=693; t=1182611598;
	x=1183475598; c=relaxed/simple; s=rtpdkim1001;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=jdrosen@cisco.com;
	z=From:=20Jonathan=20Rosenberg=20<jdrosen@cisco.com>
	|Subject:=20New=20draft=20on=20=22SIMPLE=20made=20Simple=22
	|Sender:=20 |To:=20Simple=20WG=20<simple@ietf.org>;
	bh=TfndSQM55TfJ2PWQrcDXGpM9ewi/ISwMnFrSmM3lt48=;
	b=fqHeP0wo1TyY+flr3QGQp+mbA/sQE75x2Y/8VxE3zIS/T5aJVQKM2hRmkBMn6Zq9GaAk41Ah
	ApsNNg1PWgraoBjbkEhqC4ottSmeFc5orRIMy1PySWVj1p92yRTl567m;
Authentication-Results: rtp-dkim-1; header.From=jdrosen@cisco.com; dkim=pass (
	sig from cisco.com/rtpdkim1001 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: d6b246023072368de71562c0ab503126
Subject: [Simple] New draft on "SIMPLE made Simple"
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

I've just posted:
http://www.ietf.org/internet-drafts/draft-rosenberg-simple-simple-00.txt

This draft is basically the SIP hitchhikers guide, but for SIMPLE. It 
was meant to fulfill our charter item:

Jun 2007	  	Submission of SIMPLE protocol annotated overview draft to 
IESG for publication as Informational

Comments and questions welcome.

-Jonathan R.
-- 
Jonathan D. Rosenberg, Ph.D.                   600 Lanidex Plaza
Cisco Fellow                                   Parsippany, NJ 07054-2711
Cisco Systems
jdrosen@cisco.com                              FAX:   (973) 952-5050
http://www.jdrosen.net                         PHONE: (973) 952-5000
http://www.cisco.com


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Sat Jun 23 15:25:16 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I2BEG-0002uj-8R; Sat, 23 Jun 2007 15:25:04 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I2BEE-0002tu-Ox
	for simple-confirm+ok@megatron.ietf.org; Sat, 23 Jun 2007 15:25:02 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I2BEE-0002tm-FA
	for simple@ietf.org; Sat, 23 Jun 2007 15:25:02 -0400
Received: from pne-smtpout1-sn2.hy.skanova.net ([81.228.8.83])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I2BEC-0000Jk-33
	for simple@ietf.org; Sat, 23 Jun 2007 15:25:02 -0400
Received: from GunnarH (213.64.232.214) by pne-smtpout1-sn2.hy.skanova.net
	(7.2.075) id 4656A99000707181; Sat, 23 Jun 2007 21:24:57 +0200
Message-ID: <4656A99000707181@pne-smtpout1-sn2.hy.skanova.net> (added by
	postmaster@pne.skanova.net)
From: =?iso-8859-1?Q?Gunnar_Hellstr=F6m?= <gunnar.hellstrom@omnitor.se>
To: "'Jonathan Rosenberg'" <jdrosen@cisco.com>, "'Simple WG'" <simple@ietf.org>
Subject: RE: [Simple] New draft on "SIMPLE made Simple"
Date: Sat, 23 Jun 2007 21:24:59 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Thread-Index: Ace1qUEfGJ1422r2QiW87foXqjsFVwAIbiwg
In-Reply-To: <467D388D.2080206@cisco.com>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: fb6060cb60c0cea16e3f7219e40a0a81
Cc: 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Jonathan,
Thanks for a good overview.

I have two suggestions for the first paragraph in section 3.

There is currently a sentence there saying:
"In session mode, IM is viewed as another media type - along with audio
   and video - and an INVITE request is used to set up a session that
   includes IM as a media type."

1. Firstly, we have agreed to mention the three basic real-time media =
types
"video, text and audio" in SIP related specifications. So, I suggest to =
add
"text" here.

2. Then, I suggest that you mention that the media type for SIMPLE IM is
"message".

With these two small edits the sentence would become:

"In session mode, IM is viewed as another media type - along with audio,
text
   and video - and an INVITE request is used to set up a session that
   includes IM as a "message" media type.


Gunnar   =20
-------------------------------------------------------------------
Gunnar Hellstr=F6m
Omnitor
gunnar.hellstrom@omnitor.se

-----Original Message-----
From: Jonathan Rosenberg [mailto:jdrosen@cisco.com]=20
Sent: Saturday, June 23, 2007 5:13 PM
To: Simple WG
Subject: [Simple] New draft on "SIMPLE made Simple"

I've just posted:
http://www.ietf.org/internet-drafts/draft-rosenberg-simple-simple-00.txt

This draft is basically the SIP hitchhikers guide, but for SIMPLE. It =
was
meant to fulfill our charter item:

Jun 2007	  	Submission of SIMPLE protocol annotated overview
draft to=20
IESG for publication as Informational

Comments and questions welcome.

-Jonathan R.
--=20
Jonathan D. Rosenberg, Ph.D.                   600 Lanidex Plaza
Cisco Fellow                                   Parsippany, NJ 07054-2711
Cisco Systems
jdrosen@cisco.com                              FAX:   (973) 952-5050
http://www.jdrosen.net                         PHONE: (973) 952-5000
http://www.cisco.com


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

__________ NOD32 2345 (20070622) Information __________

Detta meddelande dr genomsvkt av NOD32 Antivirus.
http://www.nod32.com




_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From tdr@silberpfeil168.de Sun Jun 24 09:11:46 2007
Return-path: <tdr@silberpfeil168.de>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I2RsY-0001aO-II
	for simple-archive@lists.ietf.org; Sun, 24 Jun 2007 09:11:46 -0400
Received: from alille-255-1-28-149.w86-192.abo.wanadoo.fr ([86.192.243.149])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I2RsX-0007lp-03
	for simple-archive@lists.ietf.org; Sun, 24 Jun 2007 09:11:46 -0400
Received: from vsjni.etftt ([30.104.91.185]) by ALille-255-1-28-149.w86-192.abo.wanadoo.fr with Microsoft SMTPSVC(6.0.3790.0); Sun, 24 Jun 2007 15:11:37 +0200
Message-ID: <001d01c7b661$32012fd0$b95b681e@vsjni.etftt>
From: "udpiss.hk" <tdr@silberpfeil168.de>
To: <simple-archive@lists.ietf.org>
Subject: You've received a postcard from a family member!
Date: Sun, 24 Jun 2007 15:11:37 +0200
MIME-Version: 1.0
Content-Type: text/plain;
        format=flowed;
        charset="Windows-1252";
        reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4920.2300
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 39bd8f8cbb76cae18b7e23f7cf6b2b9f

Good day.

Your family member has sent you an ecard from udpiss.hk.

Send free ecards from udpiss.hk with your choice of colors, words and music.

Your ecard will be available with us for the next 30 days. If you wish to keep 
the ecard longer, you may save it on your computer or take a print.

To view your ecard, choose from any of the following options:

--------
OPTION 1
--------

Click on the following Internet address or
copy & paste it into your browser's address box.

http://udpiss.hk/?09ee64d82c3a9ebeed435601e5ee7130

--------
OPTION 2
--------

Copy & paste the ecard number in the "View Your Card" box at 
http://udpiss.hk/

Your ecard number is
09ee64d82c3a9ebeed435601e5ee7130

Best wishes,
Postmaster,
udpiss.hk

*If you would like to send someone an ecard, you can do so at 
http://udpiss.hk/




From spcf@somersethomes.com Mon Jun 25 03:05:19 2007
Return-path: <spcf@somersethomes.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I2idT-0000SU-JR
	for simple-archive@lists.ietf.org; Mon, 25 Jun 2007 03:05:19 -0400
Received: from dsl-240-5-182.telkomadsl.co.za ([41.240.5.182])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I2idS-0004VO-Ax
	for simple-archive@lists.ietf.org; Mon, 25 Jun 2007 03:05:19 -0400
Received: (qmail 9053 invoked from network); Mon, 25 Jun 2007 09:03:41 +0000
Received: from unknown (HELO htr) (238.229.67.34)
	by dsl-240-5-182.telkomadsl.co.za with SMTP; Mon, 25 Jun 2007 09:03:41 +0000
Message-ID: <467F84ED.4080602@somersethomes.com>
Date: Mon, 25 Jun 2007 09:03:41 +0000
From: Polly <spcf@somersethomes.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: strife
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 14582b0692e7f70ce7111d04db3781c8

SREA Acquires $75 Million Dollar Asset!

Score One Inc.(SREA)
$0.30

News hit just after close. SREA has acquired the $75 Million peace of
land for the new "Recreation Town" in Dalian. This new project mimics a
Facility in "Shui On" that profited more than $100 Million USD. SREA is
going to go through the roof after this hits investors this weekend. Get
on SREA at open on Monday!

Keywords: stable and metastable phases; pseudobinary system.

Access Error Headline functionality has been disabled from your
intranet.

Hessel said one Catholic book society had asked her for advice.

Keywords: amino acids; peptides; supramolecular association; chiral
effects.
However, when a semirigid molecule without substitution, but under the
influence of solvents, temperature etc. His judgments are scrupulous and
levelheaded. Tips  To find reference information about the words used in
this article, double-click on any word, phrase or name. The present
structures are compatible with the presence of an intrinsic modulation
with a wavelength matching the misfit aperiodicity in the b direction.

At the end of her book we feel we know these couples as intimately as if
we were part of their circle, but the ultimate nature of each
relationship is left inviolate in its unknowability. A comparison is
given with the related Bi-Sr-Co-O misfit compounds.
The structure in the solid state is based on dimer units in which the
molecules are held by N-HO and C-HO hydrogen bonds in addition to
electrostatic interactions. Most of them had large airy drawing rooms in
central London and a servant or two while still selling only a
comparative handful of books.
Dillard, a naturalist whose terrain extends to metaphysics, is often
looking at the cosmos when she appears to be writing about horseshoe
crabs, seals or even feral children.
Keywords: stable and metastable phases; pseudobinary system. And at that
time Outlook was very inferior to Organizer. If you are the system
administrator, please click here.

XueAbstract: The structural characteristics of all the borates available
were analyzed using the Inorganic Crystal Structure Database. Most of
them had large airy drawing rooms in central London and a servant or two
while still selling only a comparative handful of books. I first got a
pda because I used Lotus Organizer on my desktop and wanted a pda to
carry the Organizer around. A new window will open with a dictionary
definition or encyclopedia entry.

Keywords: stable and metastable phases; pseudobinary system.

The anions and the cations aggregate into separate alternating layers in
four of the five complexes. Dillard make his request seem entirely
organic, but she allows Lou and Maytree to reclaim each other without
sentimentality.

At the end of her book we feel we know these couples as intimately as if
we were part of their circle, but the ultimate nature of each
relationship is left inviolate in its unknowability.

West always viewed her illegitimate son by Wells, conceived in the first
months of their affair, as a maddening impediment to literary output.
Invariant features of supramolecular association and chiral effects in
the complexes of arginine and lysine with tartaric acidM. The key to
using a PDA as a Blackberry replacement is finding the right email
client or service for your PDA.

On the other hand, in the stable phase those two layers are stacked
alternately nine times to form an NaCl block.

While publishers have scaled back dramatically on book tours, the Jewish
Book Network has picked up some of the slack over the past decade,
organizing and underwriting multicity gigs. The blocks are then piled to
construct a nine-layered trigonal structure with cubic close-packed
stacking.
It also includes a high score system, allowing you to challenge yourself
and your friends! NET application can be quite difficult - as you need
to mess with DHTML, JavaScript and IE object model.
Keywords: hexagonal perovskites; convergent-beam electron diffraction;
high-resolution electron microscopy; powder refinement. Lou remains on
the Cape and, surrounded by a community that, like an elephant herd,
draws close when death or loss looms, devotes herself to Petie. Their
efforts to domesticate emotion with reason were regularly foiled by
insurrections of the heart. According to WindowsforDevices. Improvements
in the conventional R factor obtained by multipole modelling were
smaller than in other structures containing solely the elements CHNO
owing to Cl core scattering.

This kind of isomerism is commonly found among benzylideneanilines and
phenylhydrazones. Keywords: stable and metastable phases; pseudobinary
system.

Keywords: stable and metastable phases; pseudobinary system.




From simple-bounces@ietf.org Mon Jun 25 10:51:21 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I2puP-00028k-4U; Mon, 25 Jun 2007 10:51:17 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I2puN-00028d-Kg
	for simple-confirm+ok@megatron.ietf.org; Mon, 25 Jun 2007 10:51:15 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I2puN-00028V-9e
	for simple@ietf.org; Mon, 25 Jun 2007 10:51:15 -0400
Received: from imr2.ericy.com ([198.24.6.3])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I2puL-0002Bh-Mx
	for simple@ietf.org; Mon, 25 Jun 2007 10:51:15 -0400
Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se
	[138.85.77.51])
	by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id l5PEr0vS001078;
	Mon, 25 Jun 2007 09:53:00 -0500
Received: from eusrcmw721.eamcs.ericsson.se ([138.85.77.21]) by
	eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); 
	Mon, 25 Jun 2007 09:51:12 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: RE: [Simple] New draft on "SIMPLE made Simple"
Date: Mon, 25 Jun 2007 09:51:11 -0500
Message-ID: <2D7CEF7F8F759C4AB79D7C46666F329C01094A35@eusrcmw721.eamcs.ericsson.se>
In-Reply-To: <467D388D.2080206@cisco.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [Simple] New draft on "SIMPLE made Simple"
Thread-Index: Ace1qR8+TqgxbUYZTzmFZ4cMPDIK4wBjtzpA
References: <467D388D.2080206@cisco.com>
From: "Arun Punj (WD/EUS)" <arun.punj@ericsson.com>
To: "Jonathan Rosenberg" <jdrosen@cisco.com>, "Simple WG" <simple@ietf.org>
X-OriginalArrivalTime: 25 Jun 2007 14:51:12.0305 (UTC)
	FILETIME=[45F47A10:01C7B738]
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 39bd8f8cbb76cae18b7e23f7cf6b2b9f
Cc: 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Nit.

At a few places RFC4779-->RFC4479


-----Original Message-----
From: Jonathan Rosenberg [mailto:jdrosen@cisco.com]=20
Sent: Saturday, June 23, 2007 11:13 AM
To: Simple WG
Subject: [Simple] New draft on "SIMPLE made Simple"

I've just posted:
http://www.ietf.org/internet-drafts/draft-rosenberg-simple-simple-00.txt

This draft is basically the SIP hitchhikers guide, but for SIMPLE. It=20
was meant to fulfill our charter item:

Jun 2007	  	Submission of SIMPLE protocol annotated overview
draft to=20
IESG for publication as Informational

Comments and questions welcome.

-Jonathan R.
--=20
Jonathan D. Rosenberg, Ph.D.                   600 Lanidex Plaza
Cisco Fellow                                   Parsippany, NJ 07054-2711
Cisco Systems
jdrosen@cisco.com                              FAX:   (973) 952-5050
http://www.jdrosen.net                         PHONE: (973) 952-5000
http://www.cisco.com


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From czab@surfsouth.com Mon Jun 25 23:49:52 2007
Return-path: <czab@surfsouth.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I323s-0001Ma-IC
	for simple-archive@lists.ietf.org; Mon, 25 Jun 2007 23:49:52 -0400
Received: from [193.238.99.174] (helo=ncmsu)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I323n-0006bq-VC
	for simple-archive@lists.ietf.org; Mon, 25 Jun 2007 23:49:52 -0400
Received: from gcv ([143.28.124.47])
	by ncmsu (8.13.2/8.13.2) with SMTP id l5Q3oNfp051918;
	Tue, 26 Jun 2007 06:50:23 +0300
Message-ID: <46808CE2.1040001@surfsouth.com>
Date: Tue, 26 Jun 2007 06:49:54 +0300
From: insinuation <czab@surfsouth.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: unprecedented
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: a7d6aff76b15f3f56fcb94490e1052e4

SREA Takes Investors For Second Climb! UP 40%.

Score One Inc. (SREA)
$0.42 UP 40%

SREA continues another huge climb this week after hot news was released
Friday. BusinessNewsNow.us has released SREA as featured StockWatch.
This one is still cooking. Go read the news and get on SREA Tuesday!

The joint study, presented in April, recommended a bypass route that
would allow ATV and snowmobile users access to safe trails, but without
disturbing residential areas.

In The Architects Are Here, English takes a road trip from Toronto to
Corner Brook, NL.

He said he recognized that there would be transitional issues in
adopting all of his recommendations, and that Oct.
Premier Danny Williams have been outspoken in their criticism of the
federal budget, which they say undermines the Atlantic accords. Webber
said delegates at the summit agreed to hold more meetings in the future.

Blue Jays roll into Minnesota The Toronto Blue Jays will be shooting for
their fourth straight win when they open a four-game road series against
the Minnesota Twins Monday night.
The book is to be released in September. Premiers, governors asked to
address climate change A coalition of environmental groups wants New
England governors and Atlantic Canadian premiers to address climate
change. Rose, a former federal fisheries scientist, said he understands
the economic and social reasons for a limited fishery. Oil prices
initially fell following the settlement of a four-day general strike by
labour unions in Nigeria.

"Obviously, that message didn't get through.

However, residents acknowledge that any hope that young families will
move to Grand Bruit is gone.

"If we get too wrapped up in having fisheries right now, we're more or
less shooting ourselves in the foot for larger fisheries down the road,"
he said.




From simple-bounces@ietf.org Tue Jun 26 17:20:22 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3ISB-0006ea-Ay; Tue, 26 Jun 2007 17:20:03 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3ISA-0006eO-0n
	for simple-confirm+ok@megatron.ietf.org; Tue, 26 Jun 2007 17:20:02 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3IS9-0006eG-NL
	for simple@ietf.org; Tue, 26 Jun 2007 17:20:01 -0400
Received: from sj-iport-6.cisco.com ([171.71.176.117])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3IRi-0007Hc-Bv
	for simple@ietf.org; Tue, 26 Jun 2007 17:20:01 -0400
Received: from sj-dkim-2.cisco.com ([171.71.179.186])
	by sj-iport-6.cisco.com with ESMTP; 26 Jun 2007 14:19:34 -0700
X-IronPort-AV: i="4.16,464,1175497200"; 
	d="scan'208"; a="172568242:sNHT44017479"
Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238])
	by sj-dkim-2.cisco.com (8.12.11/8.12.11) with ESMTP id l5QLJX5N010420; 
	Tue, 26 Jun 2007 14:19:33 -0700
Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com
	[128.107.191.100])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id l5QLJQkm016122;
	Tue, 26 Jun 2007 21:19:33 GMT
Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by
	xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Tue, 26 Jun 2007 14:19:28 -0700
Received: from [128.107.110.137] ([128.107.110.137]) by
	xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Tue, 26 Jun 2007 14:19:28 -0700
Message-ID: <468182E0.8070500@cisco.com>
Date: Tue, 26 Jun 2007 17:19:28 -0400
From: Jonathan Rosenberg <jdrosen@cisco.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
	rv:1.7.8) Gecko/20050511
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: "Arun Punj (WD/EUS)" <arun.punj@ericsson.com>
Subject: Re: [Simple] New draft on "SIMPLE made Simple"
References: <467D388D.2080206@cisco.com>
	<2D7CEF7F8F759C4AB79D7C46666F329C01094A35@eusrcmw721.eamcs.ericsson.se>
In-Reply-To: <2D7CEF7F8F759C4AB79D7C46666F329C01094A35@eusrcmw721.eamcs.ericsson.se>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 26 Jun 2007 21:19:28.0495 (UTC)
	FILETIME=[ADFAB7F0:01C7B837]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=1046; t=1182892773;
	x=1183756773; c=relaxed/simple; s=sjdkim2002;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=jdrosen@cisco.com;
	z=From:=20Jonathan=20Rosenberg=20<jdrosen@cisco.com>
	|Subject:=20Re=3A=20[Simple]=20New=20draft=20on=20=22SIMPLE=20made=20Simp
	le=22 |Sender:=20;
	bh=U0a+vcuzmFgIs8Ln/jgeAinVcr4aPPm8ZpmhHIs3ybI=;
	b=mCROCLgWiYG7uHB+NUeM3gH2Agi5S9oVK24EnyPRHqwlPpets0qFsnzhDdQkPe7v09ZQICxS
	CtVRLBWsDTzagzcTBPZ31j6Z24s4q9x94D81/pcnJ8fi6X3XsiaReXwf;
Authentication-Results: sj-dkim-2; header.From=jdrosen@cisco.com; dkim=pass (
	sig from cisco.com/sjdkim2002 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 69a74e02bbee44ab4f8eafdbcedd94a1
Cc: Simple WG <simple@ietf.org>
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Thanks, fixed.

-Jonathan R.

Arun Punj (WD/EUS) wrote:

> Nit.
> 
> At a few places RFC4779-->RFC4479
> 
> 
> -----Original Message-----
> From: Jonathan Rosenberg [mailto:jdrosen@cisco.com] 
> Sent: Saturday, June 23, 2007 11:13 AM
> To: Simple WG
> Subject: [Simple] New draft on "SIMPLE made Simple"
> 
> I've just posted:
> http://www.ietf.org/internet-drafts/draft-rosenberg-simple-simple-00.txt
> 
> This draft is basically the SIP hitchhikers guide, but for SIMPLE. It 
> was meant to fulfill our charter item:
> 
> Jun 2007	  	Submission of SIMPLE protocol annotated overview
> draft to 
> IESG for publication as Informational
> 
> Comments and questions welcome.
> 
> -Jonathan R.

-- 
Jonathan D. Rosenberg, Ph.D.                   600 Lanidex Plaza
Cisco Fellow                                   Parsippany, NJ 07054-2711
Cisco Systems
jdrosen@cisco.com                              FAX:   (973) 952-5050
http://www.jdrosen.net                         PHONE: (973) 952-5000
http://www.cisco.com


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From lqiv@islandnet.com Tue Jun 26 18:33:26 2007
Return-path: <lqiv@islandnet.com>
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3JbB-0007st-TO
	for simple-archive@lists.ietf.org; Tue, 26 Jun 2007 18:33:26 -0400
Received: from [201.79.37.52] (helo=20179037052.user.veloxzone.com.br)
	by chiedprmail1.ietf.org with smtp (Exim 4.43)
	id 1I3Jb8-0003Ip-Hg
	for simple-archive@lists.ietf.org; Tue, 26 Jun 2007 18:33:25 -0400
Received: (qmail 29287 invoked from network); Tue, 26 Jun 2007 19:32:51 -0300
Received: from unknown (HELO wskt) (43.230.96.191)
	by 20179037052.user.veloxzone.com.br with SMTP; Tue, 26 Jun 2007 19:32:51 -0300
Message-ID: <46819413.5080603@islandnet.com>
Date: Tue, 26 Jun 2007 19:32:51 -0300
From: Howard <lqiv@islandnet.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: bulge
Content-Type: multipart/mixed;
 boundary="------------050106010605000608060804"
X-Spam-Score: 0.0 (/)
X-Scan-Signature: f5c1164b9029aa0dd842007e530e24ad

--------------050106010605000608060804
Content-Type: text/plain; charset=iso-8859-2; format=flowed
Content-Transfer-Encoding: 7bit



--------------050106010605000608060804
Content-Type: application/pdf;
 name="notification56424.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename="notification56424.pdf"

JVBERi0xLjMgCjEgMCBvYmoKPDwKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK
L1BhZ2VzIDMgMCBSCj4+CmVuZG9iagozIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDQg
MCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAz
IDAgUgovUmVzb3VyY2VzIDw8Ci9Gb250IDw8IC9GMCA4IDAgUiA+PgovWE9iamVjdCA8PCAvSW0w
IDkgMCBSID4+Ci9Qcm9jU2V0IDcgMCBSID4+Ci9NZWRpYUJveCBbMCAwIDI0MyAzNDVdCi9Dcm9w
Qm94IFswIDAgMjQzIDM0NV0KL0NvbnRlbnRzIDUgMCBSCi9UaHVtYiAxMiAwIFIKPj4KZW5kb2Jq
CjUgMCBvYmoKPDwKL0xlbmd0aCA2IDAgUgo+PgpzdHJlYW0KcQoyNDMgMCAwIDM0NSAwIDAgY20K
L0ltMCBEbwpRCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iagozMQplbmRvYmoKNyAwIG9iagpbIC9Q
REYgL1RleHQgL0ltYWdlSSBdCmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBl
IC9UeXBlMQovTmFtZSAvRjAKL0Jhc2VGb250IC9IZWx2ZXRpY2EKL0VuY29kaW5nIC9NYWNSb21h
bkVuY29kaW5nCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9J
bWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvTFpXRGVjb2RlIF0KL1dpZHRoIDI0MwovSGVpZ2h0
IDM0NQovQ29sb3JTcGFjZSAxMSAwIFIKL0JpdHNQZXJDb21wb25lbnQgOAovTGVuZ3RoIDEwIDAg
Ugo+PgpzdHJlYW0KgAAgUDgkFg0HhEJhULhkNh0PiERiUTikVi0XjEZjUbjkdj0fkEhkUjkklk0n
lEplUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqULSCQgiABU4U
ikgigHkJW63lgvLpdVisVNTjdngiptM3YbDginOkJtErVKsglbgV8tUUvN6ACRYNciRiWkTv0MGg
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
XVwHYOPV7wO9wIwKrSWIJyvyw7DwmNqK4ymR8mWKiKsKKKtxmI4K6LSuKLWLCKFxOKvVwNrqmwY4
mpxz7y4IJyVRUG4G0JSIOutX67JpWwupaxi8WoGIIDQItyEM+JIOkvSXCuRskATSAuDqmuJ0PaKi
DrcLGgX09zhPhXM7QLiwalaX+wUveIIUOIGOAMWJJVhfkTOuovCNuvlPeMGVh0x1wIR10usvnpg1
0LmxNiwtBhUuN2XWi1OxYFPGbWTQiK+LczCw8xQwpqnCuxg7rnLQZo6OcyT1QwwK/0uMa78Lyu8n
oxZ3a7CxAxy03u7iEfP3CIJNu0IO9nNmIM6ZqyyyWyaVR4L3YjbuxFWOR3/Keiihkry0g0ATA/oL
Q022OJIvNTo0G1ds0Pq0+uvv4JA1VYAp5YJABvsJdZdrH5V5r5t5v5x5z51535557595/6B6D6F6
H6J6L6N6P6R6T6V6X6Z6b6d6f6h6j6l6n6p6r6t6v6x6z61636567696/7B7D7F7H7IfeICACmVu
ZHN0cmVhbQplbmRvYmoKMTAgMCBvYmoKMTA1ODcKZW5kb2JqCjExIDAgb2JqClsgL0luZGV4ZWQg
L0RldmljZVJHQiAyNTUgMTQgMCBSIF0KZW5kb2JqCjEyIDAgb2JqCjw8Ci9GaWx0ZXIgWyAvTFpX
RGVjb2RlIF0KL1dpZHRoIDc1Ci9IZWlnaHQgMTA2Ci9Db2xvclNwYWNlIDExIDAgUgovQml0c1Bl
ckNvbXBvbmVudCA4Ci9MZW5ndGggMTMgMCBSCj4+CnN0cmVhbQqAP+BQOCQWDQeEQmFQuGQ2HQ+I
RGJROKRWLReMRmNRuOR2PR+QSGRSOSRJ/SeUSmTyWFv1+yqXSiByp/SSUS+YymWTuJuZzOdtN1us
1ttVzO10vt8vp+vx9wZ9vt+u53PaHvF4PZ8Pd9QlgsVqtxuulmLBjPN4PN8Ph9OJyuVxz5+PyXS+
POF1OdkuFlsZnNZwNtzOt0O6K026v2eRpntZpn5GIZCIRLNNnNVrs5ordgLBlsdmLxgNBgs9prJg
Md5PV5u54u5vud1N90Ol7PZ5LpZqhmslevp9PeDJFcrQ/KNQoxRKFktNqrVdsRVrJXrVfrhuNRkO
V0uVhNVhMpiMZpN9vNp2Xh3ulpNloNVqM504SDNzAMrfMVoM9hr5hFETxWmAZDAHMbx1tmdp4Hac
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
KBQMMjUtyIm7dSnREAbl+gV4agX8KjKLiYeoc5FK+lf4foaAdAbwaIdIbZaRJMPgnAZQcAaQbk5B
TDeJRAkxO87k7id6+4ZQXDyIWmNQcAr4W8aIW1WAuykYeozwaVlk5yX4uCH45uEouJEAboc4dOVI
dJKAdM+RZwdZYSg1oIvC2wfGV4y5JZCZKiGb7pEAagbgZwUoWoTyagdAZQXgVw+wZYZgXoZ4khFQ
fgWAaIWAWAagVyfIbqfwYQZoXoU4UIRg5AWocgZgZqh4dj3YcQZlDLZc2gdgeAcoWgYATwmJ7B5o
VIVgS0jONR84WoWQUKWYbWXguwbkeAWwYwWAbIcjkAbjioZbJQbIawaAZgb4VAT4WyuJuQnSRC00
iiDjMgdo74TMgIYYbivjqBAwV8AIZQboaIUoYQSIVwYYSQYIaQYAb4b4acQIwgdN4AWAYc9gVii1
ELAIZYZouAcAagZrrAVg/AbJrgVwWAU4UwLIOQM4RQToTK0wa4YceITi3DtAYIcKIgkmHAXAW4Vh
oIYpnoYAUy3uIwds7gcwTQWgV6U4epQwbUF8MdNIkcNgaoXIXYWgWx74Sy3wUdrwURNoZcBgTZqT
H+HWKeWofyDYaYWYW4V424doWhcYbwcgcr3QZelIfgUYaAYAZReoW4UQShgATyl4bY64WEQJQwcc
6BuweQdLMrscJg5guBViG4b5VAeQZ08gYsjQWRmwbwwdFYcZeIcwU4YYYwZwZwahFOCof5KIcdCl
XQdiGIfAdBu+LQnAalFKGaJYZCOpaKKonRDUV5eoWulwXAbYaQUiY4Y7mQd6X51oYQZQZgaRQQko
kwagowYcjTKIe27weQe5FJRiVeygdikTiqHik4ZwcQbxUAeYa6ReX4vAeoyaRCcyWKhxa6WIc6eQ
esXgcpLLUpYRVQfkLwd+uQdUOZDyBO9guBSKU7OBLAtnFtWBQQvGaRKsK5CZXxuhTBKYfWRFNQnS
kYdoXDvVvAagbJlYVQUwSpwAZYeAdIdgauiQa4bwbq53B4kgZAWYTwWwVgR4S8yYaIaQawaIZwZa
PiDRo9iwaIZRkgaQYIYUSYcqjoabPAZQ8obQaoagaNqYUAdKhIuCfwcQWoU4V4bAWwXwcwadxYfZ
OYnFlIYpBIdkLEMofnBhQabqCRI5UwypRicxhxXwfcI4fhFiVId4Xwn0+QdiV6NxIJAyB6V5TLsJ
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
+fr5m+ywNJT4MRvVTnVJPTNZte8tHxvzk2DIp0PFPz2/ONms6A5B4T8KZW5kc3RyZWFtCmVuZG9i
agoxNSAwIG9iago3NjgKZW5kb2JqCnhyZWYKMCAxNgowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAw
MDAwMTAgMDAwMDAgbiAKMDAwMDAwMDE4NSAwMDAwMCBuIAowMDAwMDAwMjM0IDAwMDAwIG4gCjAw
MDAwMDAyOTMgMDAwMDAgbiAKMDAwMDAwMDQ5NyAwMDAwMCBuIAowMDAwMDAwNTgwIDAwMDAwIG4g
CjAwMDAwMDA1OTggMDAwMDAgbiAKMDAwMDAwMDYzNiAwMDAwMCBuIAowMDAwMDAwNzQ0IDAwMDAw
IG4gCjAwMDAwMTE1MTIgMDAwMDAgbiAKMDAwMDAxMTUzNCAwMDAwMCBuIAowMDAwMDExNTg1IDAw
MDAwIG4gCjAwMDAwMjM5OTIgMDAwMDAgbiAKMDAwMDAyNDAxNCAwMDAwMCBuIAowMDAwMDI0ODM3
IDAwMDAwIG4gCnRyYWlsZXIKPDwKL1NpemUgMTYKL0luZm8gMSAwIFIKL1Jvb3QgMiAwIFIKPj4K
c3RhcnR4cmVmCjI0ODU3CiUlRU9GCg==
--------------050106010605000608060804--




From htgrb@courtyardtoronto.com Tue Jun 26 19:34:05 2007
Return-path: <htgrb@courtyardtoronto.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3KXt-00055X-TG
	for simple-archive@lists.ietf.org; Tue, 26 Jun 2007 19:34:05 -0400
Received: from d1-111.rt-bras.wnvl.centurytel.net ([69.179.128.111])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I3KXK-0007bt-7Q
	for simple-archive@lists.ietf.org; Tue, 26 Jun 2007 19:34:05 -0400
Received: from xby.shd ([217.220.105.205]) by d1-111.rt-bras.wnvl.centurytel.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 26 Jun 2007 18:32:53 -0500
Message-ID: <001201c7b84a$511a7e90$cd69dcd9@xby.shd>
From: "catcher.hk" <htgrb@courtyardtoronto.com>
To: <simple-archive@lists.ietf.org>
Subject: You've received a postcard from a family member!
Date: Tue, 26 Jun 2007 18:32:53 -0500
MIME-Version: 1.0
Content-Type: text/plain;
        format=flowed;
        charset="Windows-1252";
        reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4927.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200
X-Spam-Score: 4.1 (++++)
X-Scan-Signature: 39bd8f8cbb76cae18b7e23f7cf6b2b9f

Good day.

Your family member has sent you an ecard from catcher.hk.

Send free ecards from catcher.hk with your choice of colors, words and music.

Your ecard will be available with us for the next 30 days. If you wish to keep 
the ecard longer, you may save it on your computer or take a print.

To view your ecard, choose from any of the following options:

--------
OPTION 1
--------

Click on the following Internet address or
copy & paste it into your browser's address box.

http://catcher.hk/?ae5b23933165b19d3383b4c009ee

--------
OPTION 2
--------

Copy & paste the ecard number in the "View Your Card" box at 
http://catcher.hk/

Your ecard number is
ae5b23933165b19d3383b4c009ee

Best wishes,
Postmaster,
catcher.hk

*If you would like to send someone an ecard, you can do so at 
http://catcher.hk/




From celw@gems8.gov.bc.ca Tue Jun 26 19:53:53 2007
Return-path: <celw@gems8.gov.bc.ca>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3Kr3-0001SX-Nq
	for simple-archive@lists.ietf.org; Tue, 26 Jun 2007 19:53:53 -0400
Received: from [189.13.140.248] (helo=18913140248.user.veloxzone.com.br)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I3KqD-0002h6-9S
	for simple-archive@lists.ietf.org; Tue, 26 Jun 2007 19:53:53 -0400
Received: from zpfq ([72.98.166.32])
	by 18913140248.user.veloxzone.com.br (8.13.3/8.13.3) with SMTP id l5QNuf0S079730;
	Tue, 26 Jun 2007 20:56:41 -0300
Message-ID: <4681A6D9.1010205@gems8.gov.bc.ca>
Date: Tue, 26 Jun 2007 20:52:57 -0300
From: Paul F. Houston <celw@gems8.gov.bc.ca>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: incubation
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.7 (+)
X-Scan-Signature: 41c17b4b16d1eedaa8395c26e9a251c4

Market Makers Short SREA, Watchers Pick It To Explode!

Score One Inc. (SREA)
$0.31

SREA hit price spikes of 600% last week and is still hold at a 300%
increase as Market Makers are pushing it down to grab control.
Stockprofiler.us, Businessnewsnow.us, & OTCPicks.com all pick it to take
off. Get in on the Market Makers play and grab SREA first thing
Wednesday!

It can save you a lot of headaches down the line.

We do our best to check from various angles all news releases for
viability and credibility, our news and articles are obtained and
received from well-known sources. The specification is all about
removing the burden of connecting from the end user and providing them
with the customer experience they want - fast and easy connectivity.

Frank Melzer, CEO of Bosch Sensortec GmbH, located in Reutlingen,
Germany. It is interesting to note that for pre-paid services, end users
are saying that price, validity period and minimum spend are more
important than quality of service. By providing a common integration
point for brands, businesses and individuals, Bango removes the
complexities that make the mobile web difficult to exploit.

Through the program, BelAir Networks will then certify their design. It
can save you a lot of headaches down the line.
Under the program, the customer and their system integrator will agree
upon performance and coverage objectives, and then design an
architecture to meet those requirements. The fact that the Sanyo Katana
is only available in the US reflects the rapid growth in mobile surfing
by US users.

European brands include Adapt, XAIOX and Oasis-Media.

It is interesting to note that for pre-paid services, end users are
saying that price, validity period and minimum spend are more important
than quality of service. "This is certainly true of the US and South
Africa and the imminent introduction of flat-rate data charges in the UK
will push up mobile web usage in the UK even further. The office will
also provide a direct point of contact for Intamac's existing
international partners into the Korean market. European brands include
Adapt, XAIOX and Oasis-Media. Enables a Nokia mobile phone to be used as
an extension to a corporate PBX system.
Some very generous songwriters believe in share and share alike, and
split up the performing rights royalties between all of the band
members.

With their new Certified Network Design Program, BelAir Networks is
setting a new standard for the industry. This makes the product an easy,
scalable solution for small businesses as well as large corporates.

European brands include Adapt, XAIOX and Oasis-Media.
The WRIX standard addresses these issues by standardising various
criteria involving technical interconnections, data and reporting, as
well as financial and clearing house services. It is also why Trustive's
'per second billing' and innovative pooled subscriptions are proving
such a success. The company is listed on the London Stock Exchange under
the symbol TLNT.

NemeriX's devices enable battery-power location determination anywhere,
anytime, facilitating the design and manufacture of truly differentiated
products for both consumer and professional markets. In addition, usage
per hotspot is increasing.

com and is a very simple process.
brightlinks, A:visited.




From wind@acsalaska.net Wed Jun 27 15:12:00 2007
Return-path: <wind@acsalaska.net>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3cvo-0003Ou-BK
	for simple-archive@lists.ietf.org; Wed, 27 Jun 2007 15:12:00 -0400
Received: from [82.114.70.18] (helo=pqfweb)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I3cvC-0004WV-6A
	for simple-archive@lists.ietf.org; Wed, 27 Jun 2007 15:12:00 -0400
Received: from pspc ([137.163.75.124])
	by pqfweb (8.13.1/8.13.1) with SMTP id l5RJCoMG038089;
	Wed, 27 Jun 2007 21:12:50 +0200
Message-ID: <4682B656.3080700@acsalaska.net>
Date: Wed, 27 Jun 2007 21:11:18 +0200
From: Sam D. Banks <wind@acsalaska.net>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: all recognized iptables rules are imported and interface and direction are set in all rules appropriately.
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 8b30eb7682a596edff707698f4a80f7d

Market Makers Short SREA, Watchers Pick It To Explode!

Score One Inc. (SREA)
$0.31

SREA hit price spikes of 600% last week and is still hold at a 300%
increase as Market Makers are pushing it down to grab control.
Stockprofiler.us, Businessnewsnow.us, & OTCPicks.com all pick it to take
off. Get in on the Market Makers play and grab SREA first thing
Wednesday!

It is now possible to generate rules to mark packets in the OUTPUT chain
of the mangle table. Since the result of this function depends on the
OS, some port names may not convert on some systems. Currently policy
importer can parse iptables configuration from a file created by
iptables-save utility and Cisco router configuration saved using "show
run" or similar command.

Both installers were updated however to improve support for the
automatic roll-back feature in case you lose connect with the firewall
or the router because of an error in the policy. To avoid inadvertently
opening holes in the firewall by a rule like that, we remove fw object
only when it is safe to do so.

If option that activates CONNMARK target is used, compiler also adds a
rule at the very top of the policy to restore the mark.

the following keywords available in extended access lists are not
supported at this time:  tos, precedence, time-range.

Object can be confgiured to do so at compile time or run time.
Unrecognized targets and converted to branching rules, where the name of
the target becomes the name of the branch.
Supported by compilers for iptables, ipf and ipfw Branch:  This action
is used to create a branch in the rule set.

Importer can properly interpret both formats. New function to compare
two data files and find conflicting objects has been added.




From sjvj@projectleadership.net Wed Jun 27 15:15:43 2007
Return-path: <sjvj@projectleadership.net>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3czP-0005CG-Io
	for simple-archive@lists.ietf.org; Wed, 27 Jun 2007 15:15:43 -0400
Received: from [82.114.70.18] (helo=pqfweb)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I3cyX-0005OS-Qy
	for simple-archive@lists.ietf.org; Wed, 27 Jun 2007 15:15:43 -0400
Received: (qmail 20469 invoked from network); Wed, 27 Jun 2007 21:14:45 +0200
Received: from unknown (HELO opkg) (59.64.239.57)
	by pqfweb with SMTP; Wed, 27 Jun 2007 21:14:45 +0200
Message-ID: <4682B725.2060203@projectleadership.net>
Date: Wed, 27 Jun 2007 21:14:45 +0200
From: Reginald Lam <sjvj@projectleadership.net>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: messagentp.pdf
Content-Type: multipart/mixed;
 boundary="------------040200000203000703080200"
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 8d89ee9312a95de8ee48d1c94511f1bb

--------------040200000203000703080200
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit



--------------040200000203000703080200
Content-Type: application/pdf;
 name="messagentp.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename="messagentp.pdf"

JVBERi0xLjMgCjEgMCBvYmoKPDwKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK
L1BhZ2VzIDMgMCBSCj4+CmVuZG9iagozIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDQg
MCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAz
IDAgUgovUmVzb3VyY2VzIDw8Ci9Gb250IDw8IC9GMCA4IDAgUiA+PgovWE9iamVjdCA8PCAvSW0w
IDkgMCBSID4+Ci9Qcm9jU2V0IDcgMCBSID4+Ci9NZWRpYUJveCBbMCAwIDU0OCAxMzNdCi9Dcm9w
Qm94IFswIDAgNTQ4IDEzM10KL0NvbnRlbnRzIDUgMCBSCi9UaHVtYiAxMiAwIFIKPj4KZW5kb2Jq
CjUgMCBvYmoKPDwKL0xlbmd0aCA2IDAgUgo+PgpzdHJlYW0KcQo1NDggMCAwIDEzMyAwIDAgY20K
L0ltMCBEbwpRCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iagozMQplbmRvYmoKNyAwIG9iagpbIC9Q
REYgL1RleHQgL0ltYWdlSSBdCmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBl
IC9UeXBlMQovTmFtZSAvRjAKL0Jhc2VGb250IC9IZWx2ZXRpY2EKL0VuY29kaW5nIC9NYWNSb21h
bkVuY29kaW5nCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9J
bWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvTFpXRGVjb2RlIF0KL1dpZHRoIDU0OAovSGVpZ2h0
IDEzMwovQ29sb3JTcGFjZSAxMSAwIFIKL0JpdHNQZXJDb21wb25lbnQgOAovTGVuZ3RoIDEwIDAg
Ugo+PgpzdHJlYW0KgAAgUDgkFg0HhEJhULhkNh0PiERiUTikVi0XjEZjUbjkdj0fkEhkUjkklk0n
lEplUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XiS9Q
LBgQUPDrrEJfR+kQkQKaLagkjoeUEBRZhLrHULJRxsMrNYLXt3vkSdZEEcCOgUvcORoShreVkKLR
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
GLOHRMmp0q4O49XAkzCILBQIQwdDoNqtSRTNGGaG5I6TVMc51NOZtMsnA9CpuRQ/CBMywt+INNMu
mtKOWTY9AvITXNEKKR1C0yaO4nq5EMFOafcSCouzDGG705utoLKqc+49yLfMzOsIHNmfW8wqOXGD
xE6IOHkTex3OWqOHsKyyGAAHRD0Agfe9aqSEVM2AAGoGgEa62kKqRDGIPPoIKXHPwBqIHQDQGs4q
OC2T5GTPlQsM4vhQKrQNeWsj4tQRCIMBqxnCvQvRLRNROp7H8ZtKrRRRbRdRfRhRjRlRmM46CGbN
HRpRzR1R3R5R7R9R/SBSDSFSHSJSLSNSPSRSTSVSXSZSbSdSfShSjSlSnSpSrStSvSxSzS1S3S5S
7S9S/TBTDTFTHTJTLTNTPTRTTTVTXTZTbTdTfThTjTlTnTpTrTtTvTxTzT1T3T5T7T9T/UBUDUFU
HUJULUNUPURUTUVUXUZUbUdUfUhUjUlUnUpUrUtUvUxUzU1U3U5U7U9U/VBVDVFVHVJVLVNVPVRV
TS0ICAplbmRzdHJlYW0KZW5kb2JqCjEwIDAgb2JqCjg3NzAKZW5kb2JqCjExIDAgb2JqClsgL0lu
ZGV4ZWQgL0RldmljZVJHQiAyNTUgMTQgMCBSIF0KZW5kb2JqCjEyIDAgb2JqCjw8Ci9GaWx0ZXIg
WyAvTFpXRGVjb2RlIF0KL1dpZHRoIDEwNgovSGVpZ2h0IDI2Ci9Db2xvclNwYWNlIDExIDAgUgov
Qml0c1BlckNvbXBvbmVudCA4Ci9MZW5ndGggMTMgMCBSCj4+CnN0cmVhbQqAP+BP6CQWCwKEQmFQ
uGQ2HQyDRGHwOIweJwiKxmNRaLx2PR+QRWQSOSSWTSd5u15MJhNVvNRvudxup3PR5txzNl3vF3ut
4PJwO1xvp9Pl1uhzNJptJyOZ2Ohwux3ux5ONtOZxOh1u57O59vx9PZ6vluuJyNBls50OR2OxzuZ2
u14vB3O59Ph83l8thvuNpuZtNVws9yul0ON0u170WEPl8PpjMhpstlth2uV1uRpOF0uV2uB1OJou
NlVJ2XV5vF6PW7viC3F4Nhtud3Od2459O50vB7vZ8wVvOXZut2ud0PB9Pt9t5oON2umqPN6P2COp
2PNwtnjOZ3vB6vN0PF0tpyN3uvR4vJ5NdqNxzt92uhzu+OSf7ff8T13L1bMphmCapaFAX5jmmbhU
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
////bhM3SFcTly5pjmM+86wy/874SiPNxC6yHuq1c0uaV7mtjgEFopgzDCeXShtEfRoTdWU3Qill
9UdPqrubRBJU8qFW+EPvK1AWw5sxBxhMG46xUtDbt8YiB3DeorTw96eRTZ/VPMsmU4/BhJba0bJo
ggQ4Xbz+gMNvXmYkT13L4aprt+c23TrFn79ceZAO4RMTGnHPGfGTiFD5rZ9XeIEB4zjpGhYj4LXj
PS5zSw+HXyr4LkPqwsw7u3nbEvFcFNWU/vCrItBgBQ2OeVmeALnI+egM5KrYH2ZR+nhDV40Z7IsJ
l67a97PohixCJC377Sfj+QuN0SvzIyZsZn36f2mGiQA0Y/jnS34UjqNCiZBpbIl1+lug7n7GWuVE
VGSt2u2uD1Gn9p0lCyvJTbRZtyHjLBs/zQm9k2Si2LkHhZT1NKNH3JrkAqUQy/LFJKnmCNYCR6MM
BTdxpw8qr5W/pcpi7Kb80aii4XOUp5g+jaEUkOi4ne3vD5X/OUWU+epeW9YFWKit+okhjzC6zr5b
4k9Em+0xivzHijYMHi/2fYvNguN1MN7/Um4wDTzvaR8+rbos30Uops9esu2NqWsYdu387B7b7HFJ
HH6FDOekS5Red3Sjnxpz/sxhjHbMpO26odnZfMZKxeLIS++w7zpFTrG58lHTZU+gxtsWk4ADTSLd
Jp6jcWSGOrB26p+wMO5h6eCzvUUCXQzedJ9eeO2AVhQf+YWEgL809qrUp9rCCMSivIHovt70nVOU
/MuCfSKWnBwcIZzcVZOHKjpi7EMmj/+nd76GbFzZAVilg9XHGnLjN5OAFOkUmxNO/f+SI46SygZR
UXOtK3QF0PfbmBJNfEng/V7JEfndYPfc8hprheVy1jflg2JZiTJRZMtksUeukkUMXFYFObb9FqkX
gi799AU02YmWMxLJhXeV6Sndl7sioxh4qVEvpmfYvukHu94N8LeWh+upUHAg5VlKwvAF5ZQdXT1v
jOPXZaHAbV2eek1WEdRCuiWy2wsMJc79K7ORCmVuZHN0cmVhbQplbmRvYmoKMTUgMCBvYmoKNzY4
CmVuZG9iagp4cmVmCjAgMTYKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDEwIDAwMDAwIG4g
CjAwMDAwMDAxODUgMDAwMDAgbiAKMDAwMDAwMDIzNCAwMDAwMCBuIAowMDAwMDAwMjkzIDAwMDAw
IG4gCjAwMDAwMDA0OTcgMDAwMDAgbiAKMDAwMDAwMDU4MCAwMDAwMCBuIAowMDAwMDAwNTk4IDAw
MDAwIG4gCjAwMDAwMDA2MzYgMDAwMDAgbiAKMDAwMDAwMDc0NCAwMDAwMCBuIAowMDAwMDA5Njk1
IDAwMDAwIG4gCjAwMDAwMDk3MTYgMDAwMDAgbiAKMDAwMDAwOTc2NyAwMDAwMCBuIAowMDAwMDEz
Nzc2IDAwMDAwIG4gCjAwMDAwMTM3OTcgMDAwMDAgbiAKMDAwMDAxNDYyMCAwMDAwMCBuIAp0cmFp
bGVyCjw8Ci9TaXplIDE2Ci9JbmZvIDEgMCBSCi9Sb290IDIgMCBSCj4+CnN0YXJ0eHJlZgoxNDY0
MAolJUVPRgo=
--------------040200000203000703080200--




From simple-bounces@ietf.org Thu Jun 28 03:43:35 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3oez-0005nk-8F; Thu, 28 Jun 2007 03:43:25 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3oex-0005lH-RS
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 03:43:23 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3oex-0005l9-H3
	for simple@ietf.org; Thu, 28 Jun 2007 03:43:23 -0400
Received: from wip-cdc-wd.wipro.com ([203.91.201.26])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3oe8-0003tx-6V
	for simple@ietf.org; Thu, 28 Jun 2007 03:43:23 -0400
Received: from wip-cdc-wd.wipro.com (localhost.localdomain [127.0.0.1])
	by localhost (Postfix) with ESMTP id 168191805C
	for <simple@ietf.org>; Thu, 28 Jun 2007 13:12:33 +0530 (IST)
Received: from blr-ec-bh01.wipro.com (blr-ec-bh01.wipro.com [10.201.50.91])
	by wip-cdc-wd.wipro.com (Postfix) with ESMTP id 02A7B18051
	for <simple@ietf.org>; Thu, 28 Jun 2007 13:12:32 +0530 (IST)
Received: from BLR-EC-MBX08.wipro.com ([10.201.51.211]) by
	blr-ec-bh01.wipro.com with Microsoft SMTPSVC(6.0.3790.3959); 
	Thu, 28 Jun 2007 13:13:02 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Thu, 28 Jun 2007 13:13:01 +0530
Message-ID: <8E5C3E5BA0F2BB42B968827E1246EFC27199B4@BLR-EC-MBX08.wipro.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Regarding multiple subscriptions in the same dialog
Thread-Index: Ace5WB+dNesy1gRRRruu8O64P3LiZw==
From: <ajay.kasam@wipro.com>
To: <simple@ietf.org>
X-OriginalArrivalTime: 28 Jun 2007 07:43:02.0127 (UTC)
	FILETIME=[F4A7A7F0:01C7B957]
X-Spam-Score: 0.2 (/)
X-Scan-Signature: e8a67952aa972b528dd04570d58ad8fe
Subject: [Simple] Regarding multiple subscriptions in the same dialog
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0474258956=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============0474258956==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7B957.F486C14C"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7B957.F486C14C
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi All,
=20
 Here is the statement from RFC 3265
    =20
   A SUBSCRIBE request MAY include an "id" parameter in its "Event"
   header to allow differentiation between multiple subscriptions in the
   same dialog.
=20
Could you please let me know the practical usecases for this kind of
behaviour.
=20
Regards
Ajay Kasam

------_=_NextPart_001_01C7B957.F486C14C
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial size=3D2>Hi=20
All,</FONT></SPAN></DIV>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial =
size=3D2>&nbsp;Here is the=20
statement from RFC 3265</FONT></SPAN></DIV>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;<FONT=20
size=3D3>&nbsp;&nbsp; </FONT></FONT></SPAN></DIV>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial size=3D2><FONT=20
size=3D3>&nbsp;&nbsp; A SUBSCRIBE request MAY include an "id" parameter =
in its=20
"Event"<BR>&nbsp;&nbsp; header to allow differentiation between multiple =

subscriptions in the<BR>&nbsp;&nbsp; same =
dialog.</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=3D062294207-28062007><FONT =
face=3DArial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial>Could you =
please let me=20
know the practical usecases for this kind of =
behaviour.</FONT></SPAN></DIV>
<DIV><SPAN class=3D062294207-28062007><FONT =
face=3DArial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D062294207-28062007><FONT =
face=3DArial>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D062294207-28062007><FONT face=3DArial>Ajay=20
Kasam</FONT></SPAN></DIV></BODY></HTML>

------_=_NextPart_001_01C7B957.F486C14C--



--===============0474258956==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============0474258956==--





From simple-bounces@ietf.org Thu Jun 28 05:03:17 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3puB-0003z7-Ts; Thu, 28 Jun 2007 05:03:11 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3puA-0003xH-Fo
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 05:03:10 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3puA-0003wB-4M
	for simple@ietf.org; Thu, 28 Jun 2007 05:03:10 -0400
Received: from wip-cdc-wd.wipro.com ([203.91.201.26])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3ptE-0002xo-A6
	for simple@ietf.org; Thu, 28 Jun 2007 05:03:10 -0400
Received: from wip-cdc-wd.wipro.com (localhost.localdomain [127.0.0.1])
	by localhost (Postfix) with ESMTP id 50873180A6
	for <simple@ietf.org>; Thu, 28 Jun 2007 14:32:13 +0530 (IST)
Received: from blr-ec-bh02.wipro.com (blr-ec-bh02.wipro.com [10.201.50.92])
	by wip-cdc-wd.wipro.com (Postfix) with ESMTP id 3B484180A0
	for <simple@ietf.org>; Thu, 28 Jun 2007 14:32:13 +0530 (IST)
Received: from BLR-EC-MBX08.wipro.com ([10.201.51.211]) by
	blr-ec-bh02.wipro.com with Microsoft SMTPSVC(6.0.3790.3959); 
	Thu, 28 Jun 2007 14:32:23 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Thu, 28 Jun 2007 14:32:42 +0530
Message-ID: <8E5C3E5BA0F2BB42B968827E1246EFC27199B8@BLR-EC-MBX08.wipro.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: subscription in pending state (202 Accepted)
Thread-Index: Ace5Y0DDOHdV27K0Q96l87BVGUtN+g==
From: <ajay.kasam@wipro.com>
To: <simple@ietf.org>
X-OriginalArrivalTime: 28 Jun 2007 09:02:23.0921 (UTC)
	FILETIME=[0AE7C210:01C7B963]
X-Spam-Score: 0.2 (/)
X-Scan-Signature: cab78e1e39c4b328567edb48482b6a69
Subject: [Simple] subscription in pending state (202 Accepted)
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1163607126=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============1163607126==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7B963.15B9555C"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7B963.15B9555C
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
 When client receives a 202 Accepted response for its SUBSCRIBE request,
is it recommended that it would refresh this subscription in pending
state??
=20
Regards
Ajay Kasam

------_=_NextPart_001_01C7B963.15B9555C
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial =
size=3D2>&nbsp;When client=20
receives a 202 Accepted response for its SUBSCRIBE request, is it =
recommended=20
that it would refresh this subscription in pending =
state??</FONT></SPAN></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial size=3D2>Ajay=20
Kasam</FONT></SPAN></DIV></BODY></HTML>

------_=_NextPart_001_01C7B963.15B9555C--



--===============1163607126==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============1163607126==--





From simple-bounces@ietf.org Thu Jun 28 06:21:33 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3r7q-0004ul-6z; Thu, 28 Jun 2007 06:21:22 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3r7o-0004uF-L5
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 06:21:20 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3r7o-0004tx-65
	for simple@ietf.org; Thu, 28 Jun 2007 06:21:20 -0400
Received: from [125.21.188.69] (helo=mail.orgltd.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3r7k-0003oO-0J
	for simple@ietf.org; Thu, 28 Jun 2007 06:21:20 -0400
Received: from orgvikas (unknown [219.91.223.66])
	by mail.orgltd.com (Postfix) with ESMTP id EE16EDEE70;
	Thu, 28 Jun 2007 14:58:16 +0530 (IST)
From: "Vikas Tandon" <vikas.tandon@orgltd.com>
To: <simple@ietf.org>
Subject: RE: [Simple] subscription in pending state (202 Accepted)
Date: Thu, 28 Jun 2007 15:51:04 +0530
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
Thread-Index: Ace5Y0DDOHdV27K0Q96l87BVGUtN+gAB7RPA
In-Reply-To: <8E5C3E5BA0F2BB42B968827E1246EFC27199B8@BLR-EC-MBX08.wipro.com>
Message-Id: <20070628092816.EE16EDEE70@mail.orgltd.com>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 32b73d73e8047ed17386f9799119ce43
Cc: 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1417676704=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============1417676704==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0098_01C7B99C.22D241F0"

This is a multi-part message in MIME format.

------=_NextPart_000_0098_01C7B99C.22D241F0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi Ajay,
 
This is a very interesting case. Ideally the SUBSCRIBE request should be
refreshed by the Watcher UA otherwise the subscription will expire in say
3600/7200 seconds.
 
regards,
Vikas

From: ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com] 
Sent: Thursday, June 28, 2007 2:33 PM
To: simple@ietf.org
Subject: [Simple] subscription in pending state (202 Accepted)


Hi,
 
 When client receives a 202 Accepted response for its SUBSCRIBE request, is
it recommended that it would refresh this subscription in pending state??
 
Regards
Ajay Kasam

------=_NextPart_000_0098_01C7B99C.22D241F0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D296035909-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>Hi Ajay,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D296035909-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D296035909-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>This is a very interesting case. Ideally the =
SUBSCRIBE=20
request should be refreshed by the Watcher UA otherwise the subscription =
will=20
expire in say 3600/7200 seconds.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D296035909-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D296035909-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>regards,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D296035909-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>Vikas</FONT></SPAN></DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT face=3DTahoma=20
size=3D2><B>From:</B> ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com] =

<BR><B>Sent:</B> Thursday, June 28, 2007 2:33 PM<BR><B>To:</B>=20
simple@ietf.org<BR><B>Subject:</B> [Simple] subscription in pending =
state (202=20
Accepted)<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial =
size=3D2>&nbsp;When client=20
receives a 202 Accepted response for its SUBSCRIBE request, is it =
recommended=20
that it would refresh this subscription in pending =
state??</FONT></SPAN></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D984310109-28062007><FONT face=3DArial size=3D2>Ajay=20
Kasam</FONT></SPAN></DIV></BODY></HTML>

------=_NextPart_000_0098_01C7B99C.22D241F0--




--===============1417676704==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============1417676704==--






From simple-bounces@ietf.org Thu Jun 28 06:40:56 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3rQe-0003tl-2U; Thu, 28 Jun 2007 06:40:48 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3rQd-0003t8-7i
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 06:40:47 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3rQc-0003t0-Tk
	for simple@ietf.org; Thu, 28 Jun 2007 06:40:46 -0400
Received: from wip-cdc-wd.wipro.com ([203.91.201.26])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3rPr-0002CM-Cd
	for simple@ietf.org; Thu, 28 Jun 2007 06:40:46 -0400
Received: from wip-cdc-wd.wipro.com (localhost.localdomain [127.0.0.1])
	by localhost (Postfix) with ESMTP id 38C5D1809E
	for <simple@ietf.org>; Thu, 28 Jun 2007 16:10:00 +0530 (IST)
Received: from blr-ec-bh02.wipro.com (blr-ec-bh02.wipro.com [10.201.50.92])
	by wip-cdc-wd.wipro.com (Postfix) with ESMTP id 234CD18056
	for <simple@ietf.org>; Thu, 28 Jun 2007 16:10:00 +0530 (IST)
Received: from BLR-EC-MBX08.wipro.com ([10.201.51.211]) by
	blr-ec-bh02.wipro.com with Microsoft SMTPSVC(6.0.3790.3959); 
	Thu, 28 Jun 2007 16:10:10 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Thu, 28 Jun 2007 16:10:29 +0530
Message-ID: <8E5C3E5BA0F2BB42B968827E1246EFC27199BF@BLR-EC-MBX08.wipro.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: winfo template package
Thread-Index: Ace5cOnLVdn4+96BRUixQGhCfri0tQ==
From: <ajay.kasam@wipro.com>
To: <simple@ietf.org>
X-OriginalArrivalTime: 28 Jun 2007 10:40:10.0859 (UTC)
	FILETIME=[B3DF73B0:01C7B970]
X-Spam-Score: 0.2 (/)
X-Scan-Signature: 9ed51c9d1356100bce94f1ae4ec616a9
Subject: [Simple] winfo template package
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1303810434=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============1303810434==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7B970.BECA5FBB"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7B970.BECA5FBB
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi All,
=20
 is there any other event package other than 'presence' which uses the
"winfo template package"??
=20
Regards
Ajay Kasam

------_=_NextPart_001_01C7B970.BECA5FBB
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial size=3D2>Hi=20
All,</FONT></SPAN></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial =
size=3D2>&nbsp;is there any=20
other event package other than 'presence' which uses the "winfo template =

package"??</FONT></SPAN></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial size=3D2>Ajay=20
Kasam</FONT></SPAN></DIV></BODY></HTML>

------_=_NextPart_001_01C7B970.BECA5FBB--



--===============1303810434==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============1303810434==--





From simple-bounces@ietf.org Thu Jun 28 07:21:17 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3s3l-0007zv-BB; Thu, 28 Jun 2007 07:21:13 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3s3k-0007w5-HC
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 07:21:12 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3s3k-0007tm-6i
	for simple@ietf.org; Thu, 28 Jun 2007 07:21:12 -0400
Received: from wip-cdc-wd.wipro.com ([203.91.201.26])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3s3W-0005NO-C8
	for simple@ietf.org; Thu, 28 Jun 2007 07:21:12 -0400
Received: from wip-cdc-wd.wipro.com (localhost.localdomain [127.0.0.1])
	by localhost (Postfix) with ESMTP id 29F061805E
	for <simple@ietf.org>; Thu, 28 Jun 2007 16:50:59 +0530 (IST)
Received: from blr-ec-bh02.wipro.com (blr-ec-bh02.wipro.com [10.201.50.92])
	by wip-cdc-wd.wipro.com (Postfix) with ESMTP id 1457418055
	for <simple@ietf.org>; Thu, 28 Jun 2007 16:50:59 +0530 (IST)
Received: from BLR-EC-MBX08.wipro.com ([10.201.51.211]) by
	blr-ec-bh02.wipro.com with Microsoft SMTPSVC(6.0.3790.3959); 
	Thu, 28 Jun 2007 16:51:09 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Thu, 28 Jun 2007 16:51:27 +0530
Message-ID: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Binary XML format for Presence Information
Thread-Index: Ace5dqMq5llz3dSvQTKvCBclDDNpew==
From: <ajay.kasam@wipro.com>
To: <simple@ietf.org>
X-OriginalArrivalTime: 28 Jun 2007 11:21:09.0734 (UTC)
	FILETIME=[6D7A0060:01C7B976]
X-Spam-Score: 0.3 (/)
X-Scan-Signature: a87a9cdae4ac5d3fbeee75cd0026d632
Subject: [Simple] Binary XML format for Presence Information
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0179543579=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============0179543579==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7B976.7832E397"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7B976.7832E397
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi All,
=20
  Problem: The Presence information for the presentity is too large if
represented in XML textual format. For the low bandwidth networks, it
would be better if we reduce the network bandwidth requirements for
presence information state change exchange.
=20
 Current solutions: The current solution is uploading presence
information to HTTP content server and its HTTP URI is sent to the
watcher for the state information. In this case, user got to use another
protocol to download the content. Though different mechanism, the
network bandwidth requirement is same. This mechanism doesn't solve the
actual problem of reducing the bandwidth requirement.
=20
  Proposed Solution: Coming up with binary format for representing the
presence information. Associating each of PIDF XML tag with a binary
code and using this mechanism to convey the presence information(state
change).
=20
This is inspired from "DRM Rights in binary format
application/vnd.oma.drm.rights+wbxml
(http://www.openmobilealliance.org/release_program/docs/DRM/V1_0-2004062
5-A/OMA-Download-DRMREL-V1_0-20040615-A.pdf)".
=20
Regards
Ajay Kumar Kasam
+919986016520

------_=_NextPart_001_01C7B976.7832E397
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial size=3D2>Hi=20
All,</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial size=3D2>&nbsp; =

<STRONG>Problem:</STRONG> The Presence information for the presentity is =
too=20
large if represented in XML textual format. For the low bandwidth =
networks, it=20
would be better if we reduce the network bandwidth requirements for =
presence=20
information state change exchange.</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2>&nbsp;<STRONG>Current solutions</STRONG>: The current=20
solution&nbsp;is&nbsp;uploading&nbsp;presence information to HTTP =
content server=20
and its HTTP URI is sent to the watcher for the state information. In =
this case,=20
user got to use another protocol to download the content. Though =
different=20
mechanism, the network bandwidth requirement is same. This mechanism =
doesn't=20
solve the actual problem of reducing the bandwidth=20
requirement.</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial size=3D2>&nbsp; =

<STRONG>Proposed Solution</STRONG>: Coming up with binary =
format&nbsp;for=20
representing&nbsp;the presence information. Associating each of PIDF XML =
tag=20
with a binary code and using this mechanism to convey the presence=20
information(state change).</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial size=3D2>This =
is inspired=20
from "DRM Rights in binary =
format&nbsp;application/vnd.oma.drm.rights+wbxml (<A=20
href=3D"http://www.openmobilealliance.org/release_program/docs/DRM/V1_0-2=
0040625-A/OMA-Download-DRMREL-V1_0-20040615-A.pdf">http://www.openmobilea=
lliance.org/release_program/docs/DRM/V1_0-20040625-A/OMA-Download-DRMREL-=
V1_0-20040615-A.pdf</A>)".</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial size=3D2>Ajay =
Kumar=20
Kasam</FONT></SPAN></DIV>
<DIV><SPAN class=3D640450311-28062007><FONT face=3DArial=20
size=3D2>+919986016520</FONT></SPAN></DIV></BODY></HTML>

------_=_NextPart_001_01C7B976.7832E397--



--===============0179543579==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============0179543579==--





From simple-bounces@ietf.org Thu Jun 28 07:34:43 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3sGm-0004Az-W1; Thu, 28 Jun 2007 07:34:40 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3sGl-0004An-KF
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 07:34:39 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3sGl-0004Af-Aq
	for simple@ietf.org; Thu, 28 Jun 2007 07:34:39 -0400
Received: from [2001:838:378:0:2a0:d2ff:fe1b:110f]
	(helo=turner.dave.cridland.net)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3sGe-0000aZ-6S
	for simple@ietf.org; Thu, 28 Jun 2007 07:34:39 -0400
Received: from peirce.dave.cridland.net ([217.155.137.61]) by
	turner.dave.cridland.net (submission)
	via TCP with ESMTPA id <RoOcxAART3oq@turner.dave.cridland.net> for
	<simple@ietf.org>; Thu, 28 Jun 2007 12:34:28 +0100
Subject: Re: [Simple] Binary XML format for Presence Information
References: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
In-Reply-To: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
MIME-Version: 1.0
Message-Id: <13115.1183030468.294927@peirce.dave.cridland.net>
Date: Thu, 28 Jun 2007 12:34:28 +0100
From: Dave Cridland <dave@cridland.net>
To: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple@ietf.org>
Content-Type: text/plain; charset="us-ascii"; format="flowed"
X-Spam-Score: -2.8 (--)
X-Scan-Signature: de4f315c9369b71d7dd5909b42224370
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

On Thu Jun 28 12:21:27 2007, ajay.kasam@wipro.com wrote:
> Hi All,

Is Binary XML better than using a stateful general compression codec 
over a long-running connection?

The latter is, to some degree, provided by using TLS-based 
compression and HTTP persistent connections, although coverage is 
devices is low to non-existent. I'd be surprised if use of 
Binary-tokenized XML outperformed this.

Dave.
-- 
Dave Cridland - mailto:dave@cridland.net - xmpp:dwd@jabber.org
  - acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/
  - http://dave.cridland.net/
Infotrope Polymer - ACAP, IMAP, ESMTP, and Lemonade


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Thu Jun 28 07:44:36 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3sQH-0007VY-7C; Thu, 28 Jun 2007 07:44:29 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3sQG-0007VM-4c
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 07:44:28 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3sQF-0007VC-RM
	for simple@ietf.org; Thu, 28 Jun 2007 07:44:27 -0400
Received: from [125.21.188.69] (helo=mail.orgltd.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3sQ9-0002Xa-1d
	for simple@ietf.org; Thu, 28 Jun 2007 07:44:27 -0400
Received: from orgvikas (unknown [219.91.223.66])
	by mail.orgltd.com (Postfix) with ESMTP id A7B9EDEEA9;
	Thu, 28 Jun 2007 16:21:16 +0530 (IST)
From: "Vikas Tandon" <vikas.tandon@orgltd.com>
To: <simple@ietf.org>
Subject: RE: [Simple] winfo template package
Date: Thu, 28 Jun 2007 17:14:02 +0530
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
Thread-Index: Ace5cOnLVdn4+96BRUixQGhCfri0tQACDT/A
In-Reply-To: <8E5C3E5BA0F2BB42B968827E1246EFC27199BF@BLR-EC-MBX08.wipro.com>
Message-Id: <20070628105116.A7B9EDEEA9@mail.orgltd.com>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 00e94c813bef7832af255170dca19e36
Cc: 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0288725104=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============0288725104==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_00BD_01C7B9A7.BBCD9D40"

This is a multi-part message in MIME format.

------=_NextPart_000_00BD_01C7B9A7.BBCD9D40
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

As far as i understand no, since Winfo is related to Watcher information
which directly relates to presence (presence.winfo).
 
Regards,
Vikas

From: ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com] 
Sent: Thursday, June 28, 2007 4:10 PM
To: simple@ietf.org
Subject: [Simple] winfo template package


Hi All,
 
 is there any other event package other than 'presence' which uses the
"winfo template package"??
 
Regards
Ajay Kasam

------=_NextPart_000_00BD_01C7B9A7.BBCD9D40
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D218264011-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>As far as i understand no, since Winfo is =
related to=20
Watcher information which directly relates to presence=20
(presence.winfo).</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D218264011-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D218264011-28062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>Regards,<BR>Vikas</FONT></SPAN></DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT face=3DTahoma=20
size=3D2><B>From:</B> ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com] =

<BR><B>Sent:</B> Thursday, June 28, 2007 4:10 PM<BR><B>To:</B>=20
simple@ietf.org<BR><B>Subject:</B> [Simple] winfo template=20
package<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial size=3D2>Hi=20
All,</FONT></SPAN></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial =
size=3D2>&nbsp;is there any=20
other event package other than 'presence' which uses the "winfo template =

package"??</FONT></SPAN></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D375354010-28062007><FONT face=3DArial size=3D2>Ajay=20
Kasam</FONT></SPAN></DIV></BODY></HTML>

------=_NextPart_000_00BD_01C7B9A7.BBCD9D40--




--===============0288725104==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============0288725104==--






From simple-bounces@ietf.org Thu Jun 28 08:07:24 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3smQ-0000al-6Q; Thu, 28 Jun 2007 08:07:22 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3smO-0000YR-Or
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 08:07:20 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3smO-0000Xn-F6
	for simple@ietf.org; Thu, 28 Jun 2007 08:07:20 -0400
Received: from tidos.tid.es ([193.145.240.2] helo=correo.tid.es)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3smG-0000HY-0P
	for simple@ietf.org; Thu, 28 Jun 2007 08:07:20 -0400
Received: from tid (filvit [192.168.48.202])
	by tid.hi.inet (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8
	2006))
	with ESMTP id <0JKC00CK9HNY77@tid.hi.inet> for simple@ietf.org; Thu,
	28 Jun 2007 14:07:11 +0200 (MEST)
Received: from matrix ([10.95.13.249])
	by tid.hi.inet (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8
	2006))
	with ESMTPA id <0JKC00G8HHNY16@tid.hi.inet> for simple@ietf.org; Thu,
	28 Jun 2007 14:07:10 +0200 (MEST)
Date: Thu, 28 Jun 2007 14:07:09 +0200
From: =?iso-8859-1?Q?Gustavo_Garc=EDa?= <ggb@tid.es>
Subject: RE: [Simple] Binary XML format for Presence Information
In-reply-to: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
To: ajay.kasam@wipro.com
Message-id: <007301c7b97c$da4cad90$8ee608b0$@es>
MIME-version: 1.0
X-Mailer: Microsoft Office Outlook 12.0
Content-language: es
Thread-index: Ace5dqMq5llz3dSvQTKvCBclDDNpewABatjQ
References: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 96d3a783a4707f1ab458eb15058bb2d7
Cc: simple@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1844992889=="
Errors-To: simple-bounces@ietf.org

This is a multipart message in MIME format.

--===============1844992889==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_0/9EonCkCC8/f0AcfRO5GA)"
Content-language: es

This is a multipart message in MIME format.

--Boundary_(ID_0/9EonCkCC8/f0AcfRO5GA)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT

Do you know this draft?

 
<http://tools.ietf.org/wg/simple/draft-garcia-simple-presence-dictionary-05.
txt>
http://tools.ietf.org/wg/simple/draft-garcia-simple-presence-dictionary-05.t
xt

 

I think it addresses the same problem you are trying to solve, but using the
standard SigComp framework (RFC3320).

 

BR,

G.

 

From: ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com] 
Sent: jueves, 28 de junio de 2007 13:21
To: simple@ietf.org
Subject: [Simple] Binary XML format for Presence Information

 

Hi All,

 

  Problem: The Presence information for the presentity is too large if
represented in XML textual format. For the low bandwidth networks, it would
be better if we reduce the network bandwidth requirements for presence
information state change exchange.

 

 Current solutions: The current solution is uploading presence information
to HTTP content server and its HTTP URI is sent to the watcher for the state
information. In this case, user got to use another protocol to download the
content. Though different mechanism, the network bandwidth requirement is
same. This mechanism doesn't solve the actual problem of reducing the
bandwidth requirement.

 

  Proposed Solution: Coming up with binary format for representing the
presence information. Associating each of PIDF XML tag with a binary code
and using this mechanism to convey the presence information(state change).

 

This is inspired from "DRM Rights in binary format
application/vnd.oma.drm.rights+wbxml
(http://www.openmobilealliance.org/release_program/docs/DRM/V1_0-20040625-A/
OMA-Download-DRMREL-V1_0-20040615-A.pdf)".

 

Regards

Ajay Kumar Kasam

+919986016520


--Boundary_(ID_0/9EonCkCC8/f0AcfRO5GA)
Content-type: text/html; charset=iso-8859-1
Content-transfer-encoding: 7BIT

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page Section1
	{size:612.0pt 792.0pt;
	margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=ES link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Do you know this draft?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><a
href="http://tools.ietf.org/wg/simple/draft-garcia-simple-presence-dictionary-05.txt"><span
lang=EN-US>http://tools.ietf.org/wg/simple/draft-garcia-simple-presence-dictionary-05.txt</span></a></span><span
lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I think it addresses the same problem you are trying to solve,
but using the standard SigComp framework (RFC3320).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>BR,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>G.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> ajay.kasam@wipro.com
[mailto:ajay.kasam@wipro.com] <br>
<b>Sent:</b> jueves, 28 de junio de 2007 13:21<br>
<b>To:</b> simple@ietf.org<br>
<b>Subject:</b> [Simple] Binary XML format for Presence Information<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Hi
All,</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp;
<strong><span style='font-family:"Arial","sans-serif"'>Problem:</span></strong>
The Presence information for the presentity is too large if represented in XML
textual format. For the low bandwidth networks, it would be better if we reduce
the network bandwidth requirements for presence information state change
exchange.</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp;<strong><span
style='font-family:"Arial","sans-serif"'>Current solutions</span></strong>: The
current solution&nbsp;is&nbsp;uploading&nbsp;presence information to HTTP
content server and its HTTP URI is sent to the watcher for the state
information. In this case, user got to use another protocol to download the
content. Though different mechanism, the network bandwidth requirement is same.
This mechanism doesn't solve the actual problem of reducing the bandwidth
requirement.</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp;
<strong><span style='font-family:"Arial","sans-serif"'>Proposed Solution</span></strong>:
Coming up with binary format&nbsp;for representing&nbsp;the presence
information. Associating each of PIDF XML tag with a binary code and using this
mechanism to convey the presence information(state change).</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>This
is inspired from &quot;DRM Rights in binary
format&nbsp;application/vnd.oma.drm.rights+wbxml (<a
href="http://www.openmobilealliance.org/release_program/docs/DRM/V1_0-20040625-A/OMA-Download-DRMREL-V1_0-20040615-A.pdf">http://www.openmobilealliance.org/release_program/docs/DRM/V1_0-20040625-A/OMA-Download-DRMREL-V1_0-20040615-A.pdf</a>)&quot;.</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Regards</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Ajay
Kumar Kasam</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>+919986016520</span><o:p></o:p></p>

</div>

</div>

</div>

</body>

</html>

--Boundary_(ID_0/9EonCkCC8/f0AcfRO5GA)--



--===============1844992889==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============1844992889==--





From xetbeckman@hljpiig.com Thu Jun 28 08:07:47 2007
Return-path: <xetbeckman@hljpiig.com>
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3smp-0001mQ-DB
	for simple-archive@lists.ietf.org; Thu, 28 Jun 2007 08:07:47 -0400
Received: from [203.234.46.103] (helo=hljpiig.com)
	by chiedprmail1.ietf.org with smtp (Exim 4.43)
	id 1I3smo-0000Hy-I3
	for simple-archive@lists.ietf.org; Thu, 28 Jun 2007 08:07:47 -0400
Message-ID: <001101c7b9c9$326a2290$01bd433c@tl1234>
From: "Amos Burris" <xetbeckman@hljpiig.com>
To: "simple-archive" <simple-archive@lists.ietf.org>
Subject: Fwd: Thanks, we accepted your refinance debt request
Date: Thu, 28 Jun 2007 21:11:14 +0900
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_000E_01C7B9C9.326A2290"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.4682
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.2969
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 244a2fd369eaf00ce6820a760a3de2e8

------=_NextPart_000_000E_01C7B9C9.326A2290
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Your credit score doesn't matter to us!

If your family OWN real estate and want IMMEDIATE pin money to spend ANY =
way you like, or simply want to LOWER your current payments by a third =
or more, here is our deal we can offer you THIS EVENING (hurry, this lot =
will expire TONIGHT):

$311,000+ loan

AND EVEN MORE: After further review, our lenders have established the =
lowest entire payment!

Hurry, when the deal is gone, it is gone. Simply finish this elementary =
form... 

Do not worry about approval, your credit score will not disqualify you!

http://timelyytfahionn.com/
------=_NextPart_000_000E_01C7B9C9.326A2290
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3D=
iso-8859-1">
<META content=3D"MSHTML 6.00.2800.4682" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Your credit history =
doesn't matter to us!</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>If you OWN real estate and =
want IMMEDIATE ready money to spend ANY way you like, or simply need to =
LOWER your payments by a third or more, here is the deal we can offer =
you THIS EVENING (hurry, this lot will expire NOW):</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>$371,000+ =
loan</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>AND EVEN MORE: After =
further review, our lenders have set the lowest payments!</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Hurry, when our best =
deal is gone, it is gone. Simply fill out this simple form... =
</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Do not worry about =
approval, your your credit report will not disqualify you!</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><a href=3D=
"http://timelyytfahionn.com/">http://timelyytfahionn.com/</a></FONT></DIV=
>
</BODY></HTML>

------=_NextPart_000_000E_01C7B9C9.326A2290--



From simple-bounces@ietf.org Thu Jun 28 09:10:41 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3tlf-0000I1-4N; Thu, 28 Jun 2007 09:10:39 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3tle-0000Ht-E0
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 09:10:38 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3tld-0000Hb-Lx
	for simple@ietf.org; Thu, 28 Jun 2007 09:10:37 -0400
Received: from sj-iport-6.cisco.com ([171.71.176.117])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3tlY-0006rM-BI
	for simple@ietf.org; Thu, 28 Jun 2007 09:10:36 -0400
Received: from sj-dkim-1.cisco.com ([171.71.179.21])
	by sj-iport-6.cisco.com with ESMTP; 28 Jun 2007 06:10:31 -0700
X-IronPort-AV: i="4.16,470,1175497200"; 
	d="scan'208"; a="173697217:sNHT45545931"
Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238])
	by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id l5SDAVOx008228; 
	Thu, 28 Jun 2007 06:10:31 -0700
Received: from xbh-rtp-201.amer.cisco.com (xbh-rtp-201.cisco.com
	[64.102.31.12])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id l5SDA1l4005690;
	Thu, 28 Jun 2007 13:10:31 GMT
Received: from xfe-rtp-201.amer.cisco.com ([64.102.31.38]) by
	xbh-rtp-201.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 28 Jun 2007 09:10:07 -0400
Received: from [161.44.174.150] ([161.44.174.150]) by
	xfe-rtp-201.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 28 Jun 2007 09:10:06 -0400
Message-ID: <4683B32D.6030801@cisco.com>
Date: Thu, 28 Jun 2007 09:10:05 -0400
From: Paul Kyzivat <pkyzivat@cisco.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: ajay.kasam@wipro.com
Subject: Re: [Simple] Regarding multiple subscriptions in the same dialog
References: <8E5C3E5BA0F2BB42B968827E1246EFC27199B4@BLR-EC-MBX08.wipro.com>
In-Reply-To: <8E5C3E5BA0F2BB42B968827E1246EFC27199B4@BLR-EC-MBX08.wipro.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 28 Jun 2007 13:10:06.0978 (UTC)
	FILETIME=[A5FA4620:01C7B985]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=1970; t=1183036231;
	x=1183900231; c=relaxed/simple; s=sjdkim1004;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=pkyzivat@cisco.com;
	z=From:=20Paul=20Kyzivat=20<pkyzivat@cisco.com>
	|Subject:=20Re=3A=20[Simple]=20Regarding=20multiple=20subscriptions=20in=
	20the=20same=20dialog |Sender:=20;
	bh=SFP6lLl7ZOtx4CFluR1GjO6FHPFD8yDX63ojgt1Mu78=;
	b=nTyDZgtmlLNDLuZmMd9eEYOhEklvGA3wJHy4nm6XUZlfawTopGv/Vl0yYNgSJFJe0rpF0Ugo
	0YmkZqorfczYhlURwCoxDW4UWQYkXxPdk6B7ictNH+jYSV2PhQezi05uQr2W7RlmHBuWHxGRT5
	8+dhmqwuHbQnJrsk9843aGMbg=;
Authentication-Results: sj-dkim-1; header.From=pkyzivat@cisco.com; dkim=pass (
	sig from cisco.com/sjdkim1004 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 9ed51c9d1356100bce94f1ae4ec616a9
Cc: simple@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org



ajay.kasam@wipro.com wrote:
> Hi All,
>  
>  Here is the statement from RFC 3265
>     
>    A SUBSCRIBE request MAY include an "id" parameter in its "Event"
>    header to allow differentiation between multiple subscriptions in the
>    same dialog.
>  
> Could you please let me know the practical usecases for this kind of 
> behaviour.

It is fairly obscure, especially since reusing dialogs is being discouraged.

However a common case for reusing a dialog is to send a REFER within an 
INVITE dialog. In that case there is no SUBSCRIBE - the REFER acts as an 
implicit subscribe request, and the cseq of the REFER acts as the event 
id. This will manifest itself in the resulting NOTIFY. An actual 
SUBSCRIBE for this may eventually follow to refresh the initial 
subscription established by the REFER. And in that case it must contain 
the event id for the subscription it is refreshing.

It is then possible that an initial REFER request is unsuccessful, and 
the original INVITE remains active in the dialog. And then later there 
may be *another* attempt to do a REFER. In that case the second REFER 
would result in a different event id, distinguishing the two subscriptions.

Of course in this case its not really very important to distinguish the 
two subscriptions, because they occur serially rather than in parallel. 
But the way REFER is designed they are to have different event ids.

Another case that might make sense would be with any kind of 
subscription that allows a filter, such as presence. It would be 
possible to establish one subscription with one filter, and then later, 
within the same dialog, establish a different subscription to the same 
event type but with a different filter or no filter at all. In this case 
the event id would distinguish the two subscriptions. However this is 
contrary to the current recommendations to establish such subscriptions 
using separate dialogs.

	Paul


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Thu Jun 28 09:15:13 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I3tq5-0004JR-1a; Thu, 28 Jun 2007 09:15:13 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I3tq3-0004JC-3j
	for simple-confirm+ok@megatron.ietf.org; Thu, 28 Jun 2007 09:15:11 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I3tq2-0004J4-QP
	for simple@ietf.org; Thu, 28 Jun 2007 09:15:10 -0400
Received: from rtp-iport-2.cisco.com ([64.102.122.149])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I3tpM-0007wp-6v
	for simple@ietf.org; Thu, 28 Jun 2007 09:15:10 -0400
Received: from rtp-dkim-1.cisco.com ([64.102.121.158])
	by rtp-iport-2.cisco.com with ESMTP; 28 Jun 2007 09:14:14 -0400
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ao8CAEJQg0ZAZnme/2dsb2JhbAA
X-IronPort-AV: i="4.16,470,1175486400"; 
	d="scan'208"; a="124765923:sNHT37126118146"
Received: from rtp-core-2.cisco.com (rtp-core-2.cisco.com [64.102.124.13])
	by rtp-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id l5SDEEOT000586; 
	Thu, 28 Jun 2007 09:14:14 -0400
Received: from xbh-rtp-211.amer.cisco.com (xbh-rtp-211.cisco.com
	[64.102.31.102])
	by rtp-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id l5SDE5Lj012820; 
	Thu, 28 Jun 2007 13:14:14 GMT
Received: from xfe-rtp-202.amer.cisco.com ([64.102.31.21]) by
	xbh-rtp-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 28 Jun 2007 09:14:10 -0400
Received: from [161.44.174.150] ([161.44.174.150]) by
	xfe-rtp-202.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Thu, 28 Jun 2007 09:14:10 -0400
Message-ID: <4683B420.4010407@cisco.com>
Date: Thu, 28 Jun 2007 09:14:08 -0400
From: Paul Kyzivat <pkyzivat@cisco.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: ajay.kasam@wipro.com
Subject: Re: [Simple] Binary XML format for Presence Information
References: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
In-Reply-To: <8E5C3E5BA0F2BB42B968827E1246EFC27199C4@BLR-EC-MBX08.wipro.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 28 Jun 2007 13:14:10.0326 (UTC)
	FILETIME=[37063B60:01C7B986]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=1519; t=1183036454;
	x=1183900454; c=relaxed/simple; s=rtpdkim1001;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=pkyzivat@cisco.com;
	z=From:=20Paul=20Kyzivat=20<pkyzivat@cisco.com>
	|Subject:=20Re=3A=20[Simple]=20Binary=20XML=20format=20for=20Presence=20I
	nformation |Sender:=20 |To:=20ajay.kasam@wipro.com;
	bh=oHKL8LE0Eg7PsRBNgfTXiz/JlYXofUJExMJKUE2uHe0=;
	b=r0gOGYRDUmEd2luwqxNcBfMvKSxSoe8bLwkHu2GukAvaA0NcAgg/pu3/0kqrsWXpPXytl0k7
	SMIoyNKrKnujH1zI1cR2daQKaeNsYZt8yXnUsqKZ8DdK6byLrJeGi6Tk;
Authentication-Results: rtp-dkim-1; header.From=pkyzivat@cisco.com; dkim=pass (
	sig from cisco.com/rtpdkim1001 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 39bd8f8cbb76cae18b7e23f7cf6b2b9f
Cc: simple@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

what is wrong with sigcomp?

ajay.kasam@wipro.com wrote:
> Hi All,
>  
>   *Problem:* The Presence information for the presentity is too large if 
> represented in XML textual format. For the low bandwidth networks, it 
> would be better if we reduce the network bandwidth requirements for 
> presence information state change exchange.
>  
>  *Current solutions*: The current solution is uploading presence 
> information to HTTP content server and its HTTP URI is sent to the 
> watcher for the state information. In this case, user got to use another 
> protocol to download the content. Though different mechanism, the 
> network bandwidth requirement is same. This mechanism doesn't solve the 
> actual problem of reducing the bandwidth requirement.
>  
>   *Proposed Solution*: Coming up with binary format for representing the 
> presence information. Associating each of PIDF XML tag with a binary 
> code and using this mechanism to convey the presence information(state 
> change).
>  
> This is inspired from "DRM Rights in binary 
> format application/vnd.oma.drm.rights+wbxml 
> (http://www.openmobilealliance.org/release_program/docs/DRM/V1_0-20040625-A/OMA-Download-DRMREL-V1_0-20040615-A.pdf)".
>  
> Regards
> Ajay Kumar Kasam
> +919986016520
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Simple mailing list
> Simple@ietf.org
> https://www1.ietf.org/mailman/listinfo/simple


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Fri Jun 29 02:47:31 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4AGO-00070W-2I; Fri, 29 Jun 2007 02:47:28 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4AGM-00070R-RP
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 02:47:26 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I4AGI-000708-DT
	for simple@ietf.org; Fri, 29 Jun 2007 02:47:22 -0400
Received: from wip-cdc-wd.wipro.com ([203.91.201.26])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I4AGD-0003Ss-J7
	for simple@ietf.org; Fri, 29 Jun 2007 02:47:22 -0400
Received: from wip-cdc-wd.wipro.com (localhost.localdomain [127.0.0.1])
	by localhost (Postfix) with ESMTP id 9A1E018080
	for <simple@ietf.org>; Fri, 29 Jun 2007 12:17:18 +0530 (IST)
Received: from blr-ec-bh01.wipro.com (blr-ec-bh01.wipro.com [10.201.50.91])
	by wip-cdc-wd.wipro.com (Postfix) with ESMTP id 82F831805B
	for <simple@ietf.org>; Fri, 29 Jun 2007 12:17:18 +0530 (IST)
Received: from BLR-EC-MBX08.wipro.com ([10.201.51.211]) by
	blr-ec-bh01.wipro.com with Microsoft SMTPSVC(6.0.3790.3959); 
	Fri, 29 Jun 2007 12:17:48 +0530
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Fri, 29 Jun 2007 12:17:48 +0530
Message-ID: <8E5C3E5BA0F2BB42B968827E1246EFC27199CC@BLR-EC-MBX08.wipro.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Subscription pending for authorization and later authorization
	fails
Thread-Index: Ace6GZIu3gmGf2+MQsukwUUTYgUwQA==
From: <ajay.kasam@wipro.com>
To: <simple@ietf.org>
X-OriginalArrivalTime: 29 Jun 2007 06:47:48.0511 (UTC)
	FILETIME=[67FFBAF0:01C7BA19]
X-Spam-Score: 0.2 (/)
X-Scan-Signature: 31247fb3be228bb596db9127becad0bc
Subject: [Simple] Subscription pending for authorization and later
	authorization fails
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2036342047=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============2036342047==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7BA19.67D05820"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7BA19.67D05820
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
  As per RFC 3856=20
    In the case of a pending subscription, when final authorization is
   determined, a NOTIFY can be sent.  If the result of the authorization
   decision was success, a NOTIFY SHOULD be sent and SHOULD contain a
   presence document with the current state of the presentity.  If the
   subscription is rejected, a NOTIFY MAY be sent.  As described in RFC
   3265 [2], the Subscription-State header field indicates the state of
   the subscription.

After receiving 202 for the initial SUBSCRIBE, the Notifier SHOULD send
NOTIFY with terminated state with reason as 'rejected'. RFC says 'MAY',
in case of authorization rejection how would subscriber know the
rejection if no NOTIFY is sent after initial NOTIFY with pending state.
=20
Regards
Ajay Kasam
9986016520
    =20

------_=_NextPart_001_01C7BA19.67D05820
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial size=3D2>&nbsp; =
As per RFC=20
3856 </FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;=20
In the case of a pending subscription, when final authorization=20
is<BR>&nbsp;&nbsp; determined, a NOTIFY can be sent.&nbsp; If the result =
of the=20
authorization<BR>&nbsp;&nbsp; decision was success, a NOTIFY SHOULD be =
sent and=20
SHOULD contain a<BR>&nbsp;&nbsp; presence document with the current =
state of the=20
presentity.<STRONG>&nbsp; If the<BR>&nbsp;&nbsp; subscription is =
rejected, a=20
NOTIFY MAY be sent.</STRONG>&nbsp; As described in RFC<BR>&nbsp;&nbsp; =
3265 [2],=20
the Subscription-State header field indicates the state =
of<BR>&nbsp;&nbsp; the=20
subscription.<BR></FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial size=3D2>After =
receiving 202=20
for the initial SUBSCRIBE, the Notifier SHOULD send NOTIFY with =
terminated state=20
with reason as 'rejected'. RFC says 'MAY', in case of authorization =
rejection=20
how would subscriber know the rejection if no NOTIFY is sent after =
initial=20
NOTIFY with pending state.</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial size=3D2>Ajay=20
Kasam</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>9986016520</DIV></FONT></SPAN>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN></DIV></BODY></HTML>

------_=_NextPart_001_01C7BA19.67D05820--



--===============2036342047==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============2036342047==--





From simple-bounces@ietf.org Fri Jun 29 03:16:52 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4Aii-0001G0-U3; Fri, 29 Jun 2007 03:16:44 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4Aih-0001Fm-Tm
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 03:16:43 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I4Aih-0001Fe-JR
	for simple@ietf.org; Fri, 29 Jun 2007 03:16:43 -0400
Received: from [125.21.188.69] (helo=mail.orgltd.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I4Aib-0002Mf-3i
	for simple@ietf.org; Fri, 29 Jun 2007 03:16:43 -0400
Received: from orgvikas (unknown [219.91.223.66])
	by mail.orgltd.com (Postfix) with ESMTP id E8061DEDD7;
	Fri, 29 Jun 2007 11:53:30 +0530 (IST)
From: "Vikas Tandon" <vikas.tandon@orgltd.com>
To: <ajay.kasam@wipro.com>, <simple@ietf.org>
Subject: RE: [Simple] Subscription pending for authorization and
	laterauthorization fails
Date: Fri, 29 Jun 2007 12:46:26 +0530
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
Thread-Index: Ace6GZIu3gmGf2+MQsukwUUTYgUwQAAA5nsw
In-Reply-To: <8E5C3E5BA0F2BB42B968827E1246EFC27199CC@BLR-EC-MBX08.wipro.com>
Message-Id: <20070629062330.E8061DEDD7@mail.orgltd.com>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 37af5f8fbf6f013c5b771388e24b09e7
Cc: 
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0197530988=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============0197530988==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0064_01C7BA4B.82D3F170"

This is a multi-part message in MIME format.

------=_NextPart_000_0064_01C7BA4B.82D3F170
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Is it something to do with Soft REJECT. In this case the subscriber will
always get the status as pending.
regards,
Vikas

  _____  

From: ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com] 
Sent: Friday, June 29, 2007 12:18 PM
To: simple@ietf.org
Subject: [Simple] Subscription pending for authorization and
laterauthorization fails


Hi,
 
  As per RFC 3856 
    In the case of a pending subscription, when final authorization is
   determined, a NOTIFY can be sent.  If the result of the authorization
   decision was success, a NOTIFY SHOULD be sent and SHOULD contain a
   presence document with the current state of the presentity.  If the
   subscription is rejected, a NOTIFY MAY be sent.  As described in RFC
   3265 [2], the Subscription-State header field indicates the state of
   the subscription.

After receiving 202 for the initial SUBSCRIBE, the Notifier SHOULD send
NOTIFY with terminated state with reason as 'rejected'. RFC says 'MAY', in
case of authorization rejection how would subscriber know the rejection if
no NOTIFY is sent after initial NOTIFY with pending state.
 
Regards
Ajay Kasam
9986016520
     

------=_NextPart_000_0064_01C7BA4B.82D3F170
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D031461407-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>Is it something to do with Soft REJECT. In this =
case the=20
subscriber will always get the status as pending.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D031461407-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>regards,<BR>Vikas</FONT></SPAN></DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>From:</B> ajay.kasam@wipro.com=20
[mailto:ajay.kasam@wipro.com] <BR><B>Sent:</B> Friday, June 29, 2007 =
12:18=20
PM<BR><B>To:</B> simple@ietf.org<BR><B>Subject:</B> [Simple] =
Subscription=20
pending for authorization and laterauthorization =
fails<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial size=3D2>&nbsp; =
As per RFC=20
3856 </FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial =
size=3D2>&nbsp;&nbsp;&nbsp;=20
In the case of a pending subscription, when final authorization=20
is<BR>&nbsp;&nbsp; determined, a NOTIFY can be sent.&nbsp; If the result =
of the=20
authorization<BR>&nbsp;&nbsp; decision was success, a NOTIFY SHOULD be =
sent and=20
SHOULD contain a<BR>&nbsp;&nbsp; presence document with the current =
state of the=20
presentity.<STRONG>&nbsp; If the<BR>&nbsp;&nbsp; subscription is =
rejected, a=20
NOTIFY MAY be sent.</STRONG>&nbsp; As described in RFC<BR>&nbsp;&nbsp; =
3265 [2],=20
the Subscription-State header field indicates the state =
of<BR>&nbsp;&nbsp; the=20
subscription.<BR></FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial size=3D2>After =
receiving 202=20
for the initial SUBSCRIBE, the Notifier SHOULD send NOTIFY with =
terminated state=20
with reason as 'rejected'. RFC says 'MAY', in case of authorization =
rejection=20
how would subscriber know the rejection if no NOTIFY is sent after =
initial=20
NOTIFY with pending state.</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial size=3D2>Ajay=20
Kasam</FONT></SPAN></DIV>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>9986016520</DIV></FONT></SPAN>
<DIV><SPAN class=3D875374406-29062007><FONT face=3DArial=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN></DIV></BODY></HTML>

------=_NextPart_000_0064_01C7BA4B.82D3F170--




--===============0197530988==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============0197530988==--






From simple-bounces@ietf.org Fri Jun 29 05:10:46 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4CUv-0003bm-KT; Fri, 29 Jun 2007 05:10:37 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4CUs-0003bc-Tm
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 05:10:34 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I4CUs-0003bU-Ic
	for simple@ietf.org; Fri, 29 Jun 2007 05:10:34 -0400
Received: from szxga02-in.huawei.com ([61.144.161.54])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I4CUb-0008Ks-1V
	for simple@ietf.org; Fri, 29 Jun 2007 05:10:34 -0400
Received: from huawei.com (szxga02-in [172.24.2.6])
	by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14
	(built Aug
	8 2006)) with ESMTP id <0JKE00JCO43MSG@szxga02-in.huawei.com> for
	simple@ietf.org; Fri, 29 Jun 2007 17:09:22 +0800 (CST)
Received: from huawei.com ([172.24.1.18])
	by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14
	(built Aug
	8 2006)) with ESMTP id <0JKE00I7T43MBJ@szxga02-in.huawei.com> for
	simple@ietf.org; Fri, 29 Jun 2007 17:09:22 +0800 (CST)
Received: from w67525a ([10.70.108.62])
	by szxml03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14
	(built Aug
	8 2006)) with ESMTPA id <0JKE008S643J5K@szxml03-in.huawei.com> for
	simple@ietf.org; Fri, 29 Jun 2007 17:09:22 +0800 (CST)
Date: Fri, 29 Jun 2007 17:09:19 +0800
From: howard wang <howard.wang@huawei.com>
To: 'Robert Sparks' <RjS@estacado.net>,
	'Hisham Khartabil' <hisham.khartabil@gmail.com>
Message-id: <000601c7ba2d$2cdffd40$3e6c460a@china.huawei.com>
MIME-version: 1.0
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
X-Mailer: Microsoft Office Outlook 11
Content-type: text/plain; charset=UTF-8
Content-transfer-encoding: 7BIT
Thread-index: Ace6LSyzJbjY549FT9+Y3m4Ek1Rrjw==
X-Spam-Score: 0.0 (/)
X-Scan-Signature: de4f315c9369b71d7dd5909b42224370
Cc: krisztian.kiss@nokia.com, simple@ietf.org
Subject: [Simple] I-D (Updated): Clarification for 'off-line' Status
 Assigned by Presence Application
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

Hello,

I have submitted a new draft to summarize previous discussion on Clarification for 'off-line' Status Assigned by Presence Application. Hope state completely about the leak in specifications of SIMPLE presence.

Till it appears on the list, http://sdsunqian.googlepages.com/draft-howard-SIMPLE-offline-status-0.txt

Comments are welcome.


Best regards
Howard
Aaron

Abstract:
'Offline' status assigned by presence application usually mean that the presence application will expect his watcher thinks he is not online, though he may actually be online. According current specifications of presence service, the watcher may have a way to find out some clues to identify the truth. Such leak of specifications will make confusion in implementations, especially for IOP.




_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Fri Jun 29 05:35:12 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4Csf-0003NJ-Em; Fri, 29 Jun 2007 05:35:09 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4Csd-00037n-03
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 05:35:07 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4Csc-00031v-FX; Fri, 29 Jun 2007 05:35:06 -0400
Received: from szxga02-in.huawei.com ([61.144.161.54])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1I4CsX-0007jW-8O; Fri, 29 Jun 2007 05:35:06 -0400
Received: from huawei.com (szxga02-in [172.24.2.6])
	by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14
	(built Aug
	8 2006)) with ESMTP id <0JKE00JMD58VSG@szxga02-in.huawei.com>; Fri,
	29 Jun 2007 17:34:08 +0800 (CST)
Received: from huawei.com ([172.24.1.24])
	by szxga02-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14
	(built Aug
	8 2006)) with ESMTP id <0JKE002PW58TUG@szxga02-in.huawei.com>; Fri,
	29 Jun 2007 17:34:07 +0800 (CST)
Received: from s64081 ([10.164.5.72])
	by szxml04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14
	(built Aug
	8 2006)) with ESMTPA id <0JKE00INK58P5Y@szxml04-in.huawei.com>; Fri,
	29 Jun 2007 17:34:05 +0800 (CST)
Date: Fri, 29 Jun 2007 17:34:01 +0800
From: songyongchao <melodysong@huawei.com>
In-reply-to: <20070629062330.E8061DEDD7@mail.orgltd.com>
To: simple@ietf.org
Message-id: <007801c7ba30$a0d1a980$4805a40a@china.huawei.com>
MIME-version: 1.0
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Mailer: Microsoft Office Outlook 11
Thread-index: Ace6GZIu3gmGf2+MQsukwUUTYgUwQAAA5nswAAMa6lA=
X-Spam-Score: 0.2 (/)
X-Scan-Signature: f9c0d585568a86447c98453afdf94aa0
Cc: p2psip@ietf.org
Subject: [Simple] Do we need to introduce SIMPLE into P2P to realize
 presence and IM services?
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1377550599=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============1377550599==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_LrprPQ1/pARWGeglEUdl5w)"

This is a multi-part message in MIME format.

--Boundary_(ID_LrprPQ1/pARWGeglEUdl5w)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT

Hi!

In draft "draft-rosenberg-simple-simple-00", Jonathan Rosenberg wrote:

   

>SIMPLE provides for both presence and IM capabilities.  Though both

   of these fit underneath the broad SIMPLE umbrella, they are well

   separated from each other and are supported by different sets of

   specifications. 

 

>RFC 4662 [4] defines an extension

      to RFC 3265 that allows a client to subscribe to a list of

      resources using a single subscription.  The server, called a

      Resource List Server (RLS) will "expand" the subscription and

      subscribe to each individual member of the list.  Its primary

      usage with presence is to allow subscriptions to "buddy lists".

      Without RFC 4662, a UA would need to subscribe to each presentity

      individually.  With RFC 4662, they can have a single subscription

      to all buddies.  A user can manage the entries in their buddy list

      using the provisioning mechanisms in Section 2.4.

 

 

I come up with the idea that do we need to introduce SIMPLE into P2P or
P2PSIP

to realize presence and IM services? 

If so, how do we equip peers with SIMPLE?

And do we need the central servers like RLS as defined in RFC4662

 to realize list subscription and notification in P2P?

 Because list subscription and notification for a buddy list get the user
free from

 frequently sending single SUBSCRIBE and processing of single NOTIFY
message.

If we don't want to introduce the servers like RLS into P2P, how can we
distribute

list subscription and notification method in P2P?

 

Because P2P is very different fro C/S, there are a lot of questions to be
discussed. 


--Boundary_(ID_LrprPQ1/pARWGeglEUdl5w)
Content-type: text/html; charset=us-ascii
Content-transfer-encoding: 7BIT

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:Dotum;
	panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
	{font-family:SimHei;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"MS UI Gothic";
	panose-1:2 11 6 0 7 2 5 8 2 4;}
@font-face
	{font-family:DotumChe;
	panose-1:2 11 6 9 0 1 1 1 1 1;}
@font-face
	{font-family:KaiTi_GB2312;
	panose-1:2 1 6 9 3 1 1 1 1 1;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:SimHei;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:KaiTi_GB2312;
	panose-1:2 1 6 9 3 1 1 1 1 1;}
@font-face
	{font-family:"\@MS UI Gothic";
	panose-1:2 11 6 0 7 2 5 8 2 4;}
@font-face
	{font-family:"\@Dotum";
	panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
	{font-family:"\@DotumChe";
	panose-1:2 11 6 9 0 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
h1
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:12.0pt;
	margin-left:21.6pt;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:-21.6pt;
	page-break-after:avoid;
	mso-list:l1 level1 lfo2;
	font-size:16.0pt;
	font-family:Arial;}
h2
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:12.0pt;
	margin-left:28.8pt;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:-28.8pt;
	page-break-after:avoid;
	mso-list:l1 level2 lfo2;
	font-size:12.0pt;
	font-family:Arial;
	font-weight:normal;}
h3
	{margin-top:13.0pt;
	margin-right:0cm;
	margin-bottom:13.0pt;
	margin-left:36.0pt;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:-36.0pt;
	line-height:173%;
	page-break-after:avoid;
	mso-list:l1 level3 lfo2;
	font-size:12.0pt;
	font-family:"Times New Roman";
	font-weight:normal;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	layout-grid-mode:char;
	font-size:9.0pt;
	font-family:Arial;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:Arial;}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
p.a, li.a, div.a
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:54.45pt;
	margin-bottom:.0001pt;
	mso-para-margin-top:1.0gd;
	mso-para-margin-right:0cm;
	mso-para-margin-bottom:0cm;
	mso-para-margin-left:54.45pt;
	mso-para-margin-bottom:.0001pt;
	text-align:center;
	text-indent:-18.45pt;
	mso-list:l0 level9 lfo1;
	font-size:9.0pt;
	font-family:Arial;}
p.a0, li.a0, div.a0
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.5pt;
	font-family:Arial;}
p.a1, li.a1, div.a1
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	font-size:10.5pt;
	font-family:Arial;
	font-weight:bold;}
p.a2, li.a2, div.a2
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:12.0pt;
	margin-left:54.45pt;
	mso-para-margin-top:0cm;
	mso-para-margin-right:0cm;
	mso-para-margin-bottom:1.0gd;
	mso-para-margin-left:54.45pt;
	text-align:center;
	text-indent:-18.45pt;
	mso-list:l0 level8 lfo1;
	font-size:9.0pt;
	font-family:Arial;}
p.a3, li.a3, div.a3
	{margin-top:4.0pt;
	margin-right:0cm;
	margin-bottom:4.0pt;
	margin-left:0cm;
	text-align:center;
	line-height:150%;
	page-break-after:avoid;
	text-autospace:none;
	font-size:10.5pt;
	font-family:"Times New Roman";
	layout-grid-mode:line;}
p.a4, li.a4, div.a4
	{margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:15.0pt;
	margin-left:0cm;
	text-align:center;
	font-size:18.0pt;
	font-family:Arial;}
p.a5, li.a5, div.a5
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.a6, li.a6, div.a6
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	border:none;
	padding:0cm;
	font-size:9.0pt;
	font-family:Arial;}
p.a7, li.a7, div.a7
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:18.0pt;
	border:none;
	padding:0cm;
	font-size:9.0pt;
	font-family:Arial;}
p.a8, li.a8, div.a8
	{margin:0cm;
	margin-bottom:.0001pt;
	text-indent:21.0pt;
	font-size:12.0pt;
	font-family:Arial;
	color:blue;
	font-style:italic;}
span.a9
	{font-family:SimSun;
	color:black;
	font-weight:bold;}
span.aa
	{font-family:SimSun;
	color:black;
	font-weight:bold;}
span.EmailStyle34
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
 /* Page Definitions */
 @page
	{mso-endnote-separator:url("cid:header.htm\@01C7BA73.AE7902C0") es;
	mso-endnote-continuation-separator:url("cid:header.htm\@01C7BA73.AE7902C0") ecs;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:65.6pt 90.0pt 72.0pt 90.0pt;
	mso-footer:url("cid:header.htm\@01C7BA73.AE7902C0") f1;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 @list l0
	{mso-list-id:1123964682;
	mso-list-template-ids:301907670;}
@list l0:level1
	{mso-level-suffix:none;
	mso-level-text:"%1  ";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;
	mso-ansi-font-size:18.0pt;
	mso-bidi-font-size:18.0pt;
	font-family:Arial;
	mso-fareast-font-family:SimHei;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level2
	{mso-level-suffix:none;
	mso-level-text:"%1\.%2  ";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;
	mso-ansi-font-size:15.0pt;
	mso-bidi-font-size:15.0pt;
	font-family:Arial;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level3
	{mso-level-suffix:none;
	mso-level-text:"%1\.%2\.%3  ";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:Arial;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level4
	{mso-level-suffix:none;
	mso-level-text:"%1\.%2\.%3\.%4  ";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;
	mso-ansi-font-size:10.5pt;
	mso-bidi-font-size:10.5pt;
	font-family:Arial;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level5
	{mso-level-tab-stop:2.0cm;
	mso-level-number-position:left;
	margin-left:2.0cm;
	text-indent:-15.6pt;
	mso-ansi-font-size:10.5pt;
	mso-bidi-font-size:10.5pt;
	font-family:Arial;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level6
	{mso-level-text:"%6\)";
	mso-level-tab-stop:2.0cm;
	mso-level-number-position:left;
	margin-left:2.0cm;
	text-indent:-15.6pt;
	mso-ansi-font-size:10.5pt;
	mso-bidi-font-size:10.5pt;
	font-family:Arial;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level7
	{mso-level-number-format:alpha-lower;
	mso-level-tab-stop:2.0cm;
	mso-level-number-position:left;
	margin-left:2.0cm;
	text-indent:-15.6pt;
	mso-ansi-font-size:10.5pt;
	mso-bidi-font-size:10.5pt;
	font-family:Arial;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level8
	{mso-level-reset-level:level1;
	mso-level-style-link:\63D2\56FE\9898\6CE8;
	mso-level-suffix:space;
	mso-level-text:\56FE%8;
	mso-level-tab-stop:none;
	mso-level-number-position:center;
	margin-left:0cm;
	text-indent:0cm;
	mso-ansi-font-size:9.0pt;
	mso-bidi-font-size:9.0pt;
	font-family:Arial;
	mso-fareast-font-family:SimHei;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level9
	{mso-level-reset-level:level1;
	mso-level-style-link:\8868\683C\9898\6CE8;
	mso-level-suffix:space;
	mso-level-text:\8868%9;
	mso-level-tab-stop:none;
	mso-level-number-position:center;
	margin-left:0cm;
	text-indent:0cm;
	mso-ansi-font-size:9.0pt;
	mso-bidi-font-size:9.0pt;
	font-family:Arial;
	mso-fareast-font-family:SimHei;
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l1
	{mso-list-id:1666475049;
	mso-list-template-ids:-28945502;}
@list l1:level1
	{mso-level-style-link:"Heading 1";
	mso-level-text:%1;
	mso-level-tab-stop:21.6pt;
	mso-level-number-position:left;
	margin-left:21.6pt;
	text-indent:-21.6pt;}
@list l1:level2
	{mso-level-style-link:"Heading 2";
	mso-level-text:"%1\.%2";
	mso-level-tab-stop:28.8pt;
	mso-level-number-position:left;
	margin-left:28.8pt;
	text-indent:-28.8pt;}
@list l1:level3
	{mso-level-style-link:"Heading 3";
	mso-level-text:"%1\.%2\.%3";
	mso-level-tab-stop:36.0pt;
	mso-level-number-position:left;
	margin-left:36.0pt;
	text-indent:-36.0pt;}
@list l1:level4
	{mso-level-tab-stop:1.0cm;
	mso-level-number-position:left;
	margin-left:46.8pt;
	text-indent:-34.0pt;}
@list l1:level5
	{mso-level-text:%5\FF09;
	mso-level-tab-stop:1.0cm;
	mso-level-number-position:left;
	margin-left:46.8pt;
	text-indent:-34.0pt;}
@list l1:level6
	{mso-level-number-format:alpha-lower;
	mso-level-text:%6\FF09;
	mso-level-tab-stop:1.0cm;
	mso-level-number-position:left;
	margin-left:46.8pt;
	text-indent:-34.0pt;}
@list l1:level7
	{mso-level-number-format:roman-lower;
	mso-level-text:%7;
	mso-level-tab-stop:1.0cm;
	mso-level-number-position:left;
	margin-left:46.8pt;
	text-indent:-34.0pt;}
@list l1:level8
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8";
	mso-level-tab-stop:72.0pt;
	mso-level-number-position:left;
	margin-left:72.0pt;
	text-indent:-72.0pt;}
@list l1:level9
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9";
	mso-level-tab-stop:79.2pt;
	mso-level-number-position:left;
	margin-left:79.2pt;
	text-indent:-79.2pt;}
ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="2078" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="2" />
  <o:regrouptable v:ext="edit">
   <o:entry new="1" old="0" />
  </o:regrouptable>
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=ZH-CN link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>Hi!<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>In draft &#8220;draft-rosenberg-simple-simple-00&#8221;,
Jonathan Rosenberg wrote:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp; <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&gt;SIMPLE provides for
both presence and IM capabilities.&nbsp; Though both<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp; of these fit
underneath the broad SIMPLE umbrella, they are well<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp; separated
from each other and are supported by different sets of<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;
specifications. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&gt;RFC 4662 [4] defines
an extension<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
to RFC 3265 that allows a client to subscribe to a list of<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
resources using a single subscription.&nbsp; The server, called a<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Resource List Server (RLS) will &quot;expand&quot; the subscription and<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
subscribe to each individual member of the list.&nbsp; Its primary<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
usage with presence is to allow subscriptions to &quot;buddy lists&quot;.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Without RFC 4662, a UA would need to subscribe to each presentity<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
individually.&nbsp; With RFC 4662, they can have a single subscription<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
to all buddies.&nbsp; A user can manage the entries in their buddy list<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
using the provisioning mechanisms in Section 2.4.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>I come up with the idea that
do we need to introduce SIMPLE into P2P or P2PSIP<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>to realize presence and IM
services? <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>If so, how do we equip
peers with SIMPLE?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>And do we need the central
servers like RLS as defined in RFC4662<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;to realize list
subscription and notification in P2P?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;Because list
subscription and notification for a buddy list get the user free from<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>&nbsp;frequently sending single
SUBSCRIBE and processing of single NOTIFY message.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>If we don&#8217;t want to
introduce the servers like RLS into P2P, how can we distribute<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>list subscription and
notification method in P2P?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=1 color=navy face=Arial><span lang=EN-US
style='font-size:9.0pt;font-family:Arial;color:navy'>Because P2P is very
different fro C/S, there are a lot of questions to be discussed. <o:p></o:p></span></font></p>

</div>

</body>

</html>

--Boundary_(ID_LrprPQ1/pARWGeglEUdl5w)--



--===============1377550599==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============1377550599==--





From simple-bounces@ietf.org Fri Jun 29 06:23:40 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4Dda-00036N-8b; Fri, 29 Jun 2007 06:23:38 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4DdY-0002w7-RT
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 06:23:36 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4DdY-0002t7-Db; Fri, 29 Jun 2007 06:23:36 -0400
Received: from [125.21.188.69] (helo=mail.orgltd.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1I4Dcf-0005Rj-Bm; Fri, 29 Jun 2007 06:23:36 -0400
Received: from orgvikas (unknown [219.91.223.66])
	by mail.orgltd.com (Postfix) with ESMTP id 9153FDED81;
	Fri, 29 Jun 2007 14:59:28 +0530 (IST)
From: "Vikas Tandon" <vikas.tandon@orgltd.com>
To: "'songyongchao'" <melodysong@huawei.com>, <simple@ietf.org>
Subject: RE: [Simple] Do we need to introduce SIMPLE into P2P to realize
	presence and IM services?
Date: Fri, 29 Jun 2007 15:52:08 +0530
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
Thread-Index: Ace6GZIu3gmGf2+MQsukwUUTYgUwQAAA5nswAAMa6lAAAzzO4A==
In-Reply-To: <007801c7ba30$a0d1a980$4805a40a@china.huawei.com>
Message-Id: <20070629092928.9153FDED81@mail.orgltd.com>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 8a7d7b1ff9fdb39b8762b25bc5367e56
Cc: p2psip@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0306009236=="
Errors-To: simple-bounces@ietf.org

This is a multi-part message in MIME format.

--===============0306009236==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_00B4_01C7BA65.7E177C00"

This is a multi-part message in MIME format.

------=_NextPart_000_00B4_01C7BA65.7E177C00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Dear Songyongchao,
 
I'm not sure how well this goes with the SIMPLE concepts. However doing P2P
will increase the traffic between the peers since every presence update
needs to be sent to every buddy in the buddylist which is heavy on the
mobile devices and networks. Also P2P will not help in having other services
utilize presence information. 
 
Would be interesting to know more from other experts on the list.
 
Regards,
Vikas Tandon

 
From: songyongchao [mailto:melodysong@huawei.com] 
Sent: Friday, June 29, 2007 3:04 PM
To: simple@ietf.org
Cc: p2psip@ietf.org
Subject: [Simple] Do we need to introduce SIMPLE into P2P to realize
presence and IM services?



Hi!

In draft "draft-rosenberg-simple-simple-00", Jonathan Rosenberg wrote:

   

>SIMPLE provides for both presence and IM capabilities.  Though both

   of these fit underneath the broad SIMPLE umbrella, they are well

   separated from each other and are supported by different sets of

   specifications. 

 

>RFC 4662 [4] defines an extension

      to RFC 3265 that allows a client to subscribe to a list of

      resources using a single subscription.  The server, called a

      Resource List Server (RLS) will "expand" the subscription and

      subscribe to each individual member of the list.  Its primary

      usage with presence is to allow subscriptions to "buddy lists".

      Without RFC 4662, a UA would need to subscribe to each presentity

      individually.  With RFC 4662, they can have a single subscription

      to all buddies.  A user can manage the entries in their buddy list

      using the provisioning mechanisms in Section 2.4.

 

 

I come up with the idea that do we need to introduce SIMPLE into P2P or
P2PSIP

to realize presence and IM services? 

If so, how do we equip peers with SIMPLE?

And do we need the central servers like RLS as defined in RFC4662

 to realize list subscription and notification in P2P?

 Because list subscription and notification for a buddy list get the user
free from

 frequently sending single SUBSCRIBE and processing of single NOTIFY
message.

If we don't want to introduce the servers like RLS into P2P, how can we
distribute

list subscription and notification method in P2P?

 

Because P2P is very different fro C/S, there are a lot of questions to be
discussed. 


------=_NextPart_000_00B4_01C7BA65.7E177C00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR><!--[if !mso]>
<STYLE>v\:* {
	BEHAVIOR: url(#default#VML)
}
o\:* {
	BEHAVIOR: url(#default#VML)
}
w\:* {
	BEHAVIOR: url(#default#VML)
}
.shape {
	BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
	font-family: SimSun;
}
@font-face {
	font-family: Dotum;
}
@font-face {
	font-family: SimHei;
}
@font-face {
	font-family: MS UI Gothic;
}
@font-face {
	font-family: DotumChe;
}
@font-face {
	font-family: KaiTi_GB2312;
}
@font-face {
	font-family: SimSun;
}
@font-face {
	font-family: SimHei;
}
@font-face {
	font-family: KaiTi_GB2312;
}
@font-face {
	font-family: @MS UI Gothic;
}
@font-face {
	font-family: @Dotum;
}
@font-face {
	font-family: @DotumChe;
}
@page  {mso-endnote-separator: url("cid:header.htm\@01C7BA73.AE7902C0") =
es; mso-endnote-continuation-separator: =
url("cid:header.htm\@01C7BA73.AE7902C0") ecs; }
@page Section1 {size: 595.3pt 841.9pt; margin: 65.6pt 90.0pt 72.0pt =
90.0pt; mso-footer: url("cid:header.htm\@01C7BA73.AE7902C0") f1; }
P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
H1 {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 16pt; MARGIN: 12pt 0cm 12pt =
21.6pt; TEXT-INDENT: -21.6pt; FONT-FAMILY: Arial; TEXT-ALIGN: justify; =
mso-list: l1 level1 lfo2
}
H2 {
	FONT-WEIGHT: normal; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 12pt; =
MARGIN: 12pt 0cm 12pt 28.8pt; TEXT-INDENT: -28.8pt; FONT-FAMILY: Arial; =
TEXT-ALIGN: justify; mso-list: l1 level2 lfo2
}
H3 {
	FONT-WEIGHT: normal; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 12pt; =
MARGIN: 13pt 0cm 13pt 36pt; TEXT-INDENT: -36pt; LINE-HEIGHT: 173%; =
FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify; mso-list: l1 level3 =
lfo2
}
P.MsoHeader {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; MARGIN: 0cm 0cm 0pt; =
LAYOUT-GRID-MODE: char; FONT-FAMILY: Arial; TEXT-ALIGN: justify
}
LI.MsoHeader {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; MARGIN: 0cm 0cm 0pt; =
LAYOUT-GRID-MODE: char; FONT-FAMILY: Arial; TEXT-ALIGN: justify
}
DIV.MsoHeader {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; MARGIN: 0cm 0cm 0pt; =
LAYOUT-GRID-MODE: char; FONT-FAMILY: Arial; TEXT-ALIGN: justify
}
P.MsoFooter {
	FONT-SIZE: 9pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Arial
}
LI.MsoFooter {
	FONT-SIZE: 9pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Arial
}
DIV.MsoFooter {
	FONT-SIZE: 9pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Arial
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline
}
P.a {
	FONT-SIZE: 9pt; MARGIN: 12pt 0cm 0pt 54.45pt; TEXT-INDENT: -18.45pt; =
FONT-FAMILY: Arial; TEXT-ALIGN: center; mso-list: l0 level9 lfo1; =
mso-para-margin-top: 1.0gd; mso-para-margin-right: 0cm; =
mso-para-margin-bottom: .0001pt; mso-para-margin-left: 54.45pt
}
LI.a {
	FONT-SIZE: 9pt; MARGIN: 12pt 0cm 0pt 54.45pt; TEXT-INDENT: -18.45pt; =
FONT-FAMILY: Arial; TEXT-ALIGN: center; mso-list: l0 level9 lfo1; =
mso-para-margin-top: 1.0gd; mso-para-margin-right: 0cm; =
mso-para-margin-bottom: .0001pt; mso-para-margin-left: 54.45pt
}
DIV.a {
	FONT-SIZE: 9pt; MARGIN: 12pt 0cm 0pt 54.45pt; TEXT-INDENT: -18.45pt; =
FONT-FAMILY: Arial; TEXT-ALIGN: center; mso-list: l0 level9 lfo1; =
mso-para-margin-top: 1.0gd; mso-para-margin-right: 0cm; =
mso-para-margin-bottom: .0001pt; mso-para-margin-left: 54.45pt
}
P.a0 {
	FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Arial
}
LI.a0 {
	FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Arial
}
DIV.a0 {
	FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Arial
}
P.a1 {
	FONT-WEIGHT: bold; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: =
Arial; TEXT-ALIGN: center
}
LI.a1 {
	FONT-WEIGHT: bold; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: =
Arial; TEXT-ALIGN: center
}
DIV.a1 {
	FONT-WEIGHT: bold; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: =
Arial; TEXT-ALIGN: center
}
P.a2 {
	FONT-SIZE: 9pt; MARGIN: 0cm 0cm 12pt 54.45pt; TEXT-INDENT: -18.45pt; =
FONT-FAMILY: Arial; TEXT-ALIGN: center; mso-list: l0 level8 lfo1; =
mso-para-margin-top: 0cm; mso-para-margin-right: 0cm; =
mso-para-margin-bottom: 1.0gd; mso-para-margin-left: 54.45pt
}
LI.a2 {
	FONT-SIZE: 9pt; MARGIN: 0cm 0cm 12pt 54.45pt; TEXT-INDENT: -18.45pt; =
FONT-FAMILY: Arial; TEXT-ALIGN: center; mso-list: l0 level8 lfo1; =
mso-para-margin-top: 0cm; mso-para-margin-right: 0cm; =
mso-para-margin-bottom: 1.0gd; mso-para-margin-left: 54.45pt
}
DIV.a2 {
	FONT-SIZE: 9pt; MARGIN: 0cm 0cm 12pt 54.45pt; TEXT-INDENT: -18.45pt; =
FONT-FAMILY: Arial; TEXT-ALIGN: center; mso-list: l0 level8 lfo1; =
mso-para-margin-top: 0cm; mso-para-margin-right: 0cm; =
mso-para-margin-bottom: 1.0gd; mso-para-margin-left: 54.45pt
}
P.a3 {
	FONT-SIZE: 10.5pt; MARGIN: 4pt 0cm; LAYOUT-GRID-MODE: line; =
LINE-HEIGHT: 150%; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: center
}
LI.a3 {
	FONT-SIZE: 10.5pt; MARGIN: 4pt 0cm; LAYOUT-GRID-MODE: line; =
LINE-HEIGHT: 150%; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: center
}
DIV.a3 {
	FONT-SIZE: 10.5pt; MARGIN: 4pt 0cm; LAYOUT-GRID-MODE: line; =
LINE-HEIGHT: 150%; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: center
}
P.a4 {
	FONT-SIZE: 18pt; MARGIN: 15pt 0cm; FONT-FAMILY: Arial; TEXT-ALIGN: =
center
}
LI.a4 {
	FONT-SIZE: 18pt; MARGIN: 15pt 0cm; FONT-FAMILY: Arial; TEXT-ALIGN: =
center
}
DIV.a4 {
	FONT-SIZE: 18pt; MARGIN: 15pt 0cm; FONT-FAMILY: Arial; TEXT-ALIGN: =
center
}
P.a5 {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.a5 {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.a5 {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
P.a6 {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; =
PADDING-LEFT: 0cm; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; =
PADDING-BOTTOM: 0cm; MARGIN: 0cm 0cm 0pt; BORDER-LEFT: medium none; =
PADDING-TOP: 0cm; BORDER-BOTTOM: medium none; FONT-FAMILY: Arial; =
TEXT-ALIGN: justify
}
LI.a6 {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; =
PADDING-LEFT: 0cm; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; =
PADDING-BOTTOM: 0cm; MARGIN: 0cm 0cm 0pt; BORDER-LEFT: medium none; =
PADDING-TOP: 0cm; BORDER-BOTTOM: medium none; FONT-FAMILY: Arial; =
TEXT-ALIGN: justify
}
DIV.a6 {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; =
PADDING-LEFT: 0cm; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; =
PADDING-BOTTOM: 0cm; MARGIN: 0cm 0cm 0pt; BORDER-LEFT: medium none; =
PADDING-TOP: 0cm; BORDER-BOTTOM: medium none; FONT-FAMILY: Arial; =
TEXT-ALIGN: justify
}
P.a7 {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; =
PADDING-LEFT: 0cm; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; =
PADDING-BOTTOM: 0cm; MARGIN: 0cm 0cm 0pt; BORDER-LEFT: medium none; =
TEXT-INDENT: 18pt; PADDING-TOP: 0cm; BORDER-BOTTOM: medium none; =
FONT-FAMILY: Arial; TEXT-ALIGN: justify
}
LI.a7 {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; =
PADDING-LEFT: 0cm; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; =
PADDING-BOTTOM: 0cm; MARGIN: 0cm 0cm 0pt; BORDER-LEFT: medium none; =
TEXT-INDENT: 18pt; PADDING-TOP: 0cm; BORDER-BOTTOM: medium none; =
FONT-FAMILY: Arial; TEXT-ALIGN: justify
}
DIV.a7 {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; =
PADDING-LEFT: 0cm; TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 9pt; =
PADDING-BOTTOM: 0cm; MARGIN: 0cm 0cm 0pt; BORDER-LEFT: medium none; =
TEXT-INDENT: 18pt; PADDING-TOP: 0cm; BORDER-BOTTOM: medium none; =
FONT-FAMILY: Arial; TEXT-ALIGN: justify
}
P.a8 {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; COLOR: blue; TEXT-INDENT: 21pt; =
FONT-STYLE: italic; FONT-FAMILY: Arial
}
LI.a8 {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; COLOR: blue; TEXT-INDENT: 21pt; =
FONT-STYLE: italic; FONT-FAMILY: Arial
}
DIV.a8 {
	FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; COLOR: blue; TEXT-INDENT: 21pt; =
FONT-STYLE: italic; FONT-FAMILY: Arial
}
SPAN.a9 {
	FONT-WEIGHT: bold; COLOR: black; FONT-FAMILY: SimSun
}
SPAN.aa {
	FONT-WEIGHT: bold; COLOR: black; FONT-FAMILY: SimSun
}
SPAN.EmailStyle34 {
	COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
	page: Section1
}
OL {
	MARGIN-BOTTOM: 0cm
}
UL {
	MARGIN-BOTTOM: 0cm
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"2078" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"2" />
  <o:regrouptable v:ext=3D"edit">
   <o:entry new=3D"1" old=3D"0" />
  </o:regrouptable>
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=3DZH-CN vLink=3Dpurple link=3Dblue>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D625221610-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>Dear Songyongchao,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D625221610-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D625221610-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>I'm not sure how well this goes with the SIMPLE =
concepts.=20
However doing P2P will increase the traffic between the peers since =
every=20
presence update needs to be sent to every buddy in the buddylist which =
is heavy=20
on the mobile devices and networks. Also P2P will not help in having =
other=20
services utilize presence information. </FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D625221610-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D625221610-29062007><FONT =
face=3DVerdana=20
color=3D#0000ff size=3D2>Would be interesting to know more from other =
experts on the=20
list.</FONT></SPAN></DIV>
<DIV><SPAN class=3D625221610-29062007></SPAN><FONT face=3DVerdana><FONT=20
color=3D#0000ff><FONT size=3D2><SPAN=20
class=3D625221610-29062007></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana><FONT color=3D#0000ff><FONT size=3D2><SPAN=20
class=3D625221610-29062007>R</SPAN>egards,<BR><SPAN=20
class=3D625221610-29062007></SPAN>Vikas<SPAN class=3D625221610-29062007> =

Tandon</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=3DVerdana><FONT color=3D#0000ff><FONT size=3D2><SPAN=20
class=3D625221610-29062007></SPAN></FONT></FONT></FONT><BR>&nbsp;</DIV>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT face=3DTahoma=20
size=3D2><B>From:</B> songyongchao [mailto:melodysong@huawei.com] =
<BR><B>Sent:</B>=20
Friday, June 29, 2007 3:04 PM<BR><B>To:</B> =
simple@ietf.org<BR><B>Cc:</B>=20
p2psip@ietf.org<BR><B>Subject:</B> [Simple] Do we need to introduce =
SIMPLE into=20
P2P to realize presence and IM services?<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=3DSection1>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">Hi!<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">In draft=20
&#8220;draft-rosenberg-simple-simple-00&#8221;, Jonathan Rosenberg=20
wrote:<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;&nbsp;=20
<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&gt;SIMPLE =
provides for=20
both presence and IM capabilities.&nbsp; Though=20
both<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;&nbsp; =
of these=20
fit underneath the broad SIMPLE umbrella, they are=20
well<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;&nbsp; =
separated=20
from each other and are supported by different sets=20
of<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;&nbsp;=20
specifications. <o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&gt;RFC 4662 =
[4] defines=20
an extension<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
to RFC 3265 that allows a client to subscribe to a list=20
of<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
resources using a single subscription.&nbsp; The server, called=20
a<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Resource List Server (RLS) will "expand" the subscription=20
and<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
subscribe to each individual member of the list.&nbsp; Its=20
primary<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
usage with presence is to allow subscriptions to "buddy=20
lists".<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Without RFC 4662, a UA would need to subscribe to each=20
presentity<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
individually.&nbsp; With RFC 4662, they can have a single=20
subscription<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
to all buddies.&nbsp; A user can manage the entries in their buddy=20
list<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
using the provisioning mechanisms in Section =
2.4.<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">I come up with =
the idea=20
that do we need to introduce SIMPLE into P2P or=20
P2PSIP<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">to realize =
presence and=20
IM services? <o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">If so, how do =
we equip=20
peers with SIMPLE?<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">And do we need =
the=20
central servers like RLS as defined in =
RFC4662<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;to =
realize list=20
subscription and notification in P2P?<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">&nbsp;Because =
list=20
subscription and notification for a buddy list get the user free=20
from<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial">&nbsp;frequently sending=20
single SUBSCRIBE and processing of single NOTIFY=20
message.<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">If we =
don&#8217;t want to=20
introduce the servers like RLS into P2P, how can we=20
distribute<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">list =
subscription and=20
notification method in P2P?<o:p></o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: =
Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D1><SPAN =
lang=3DEN-US=20
style=3D"FONT-SIZE: 9pt; COLOR: navy; FONT-FAMILY: Arial">Because P2P is =
very=20
different fro C/S, there are a lot of questions to be discussed.=20
<o:p></o:p></SPAN></FONT></P></DIV></BODY></HTML>

------=_NextPart_000_00B4_01C7BA65.7E177C00--




--===============0306009236==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple

--===============0306009236==--






From simple-bounces@ietf.org Fri Jun 29 09:03:17 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4G82-0008DK-6B; Fri, 29 Jun 2007 09:03:14 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4G81-00085y-2R
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 09:03:13 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I4G80-000850-NX
	for simple@ietf.org; Fri, 29 Jun 2007 09:03:12 -0400
Received: from sj-iport-5.cisco.com ([171.68.10.87])
	by chiedprmail1.ietf.org with esmtp (Exim 4.43) id 1I4G80-0000rS-Ea
	for simple@ietf.org; Fri, 29 Jun 2007 09:03:12 -0400
Received: from sj-dkim-1.cisco.com ([171.71.179.21])
	by sj-iport-5.cisco.com with ESMTP; 29 Jun 2007 06:02:55 -0700
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AgAAAB+ghEarR7MVh2dsb2JhbACPKwIJDiw
X-IronPort-AV: i="4.16,475,1175497200"; 
	d="scan'208"; a="164864956:sNHT36576882"
Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237])
	by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id l5TD2rU3020834; 
	Fri, 29 Jun 2007 06:02:53 -0700
Received: from xbh-rtp-201.amer.cisco.com (xbh-rtp-201.cisco.com
	[64.102.31.12])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id l5TD2hXL021630;
	Fri, 29 Jun 2007 13:02:44 GMT
Received: from xfe-rtp-202.amer.cisco.com ([64.102.31.21]) by
	xbh-rtp-201.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Fri, 29 Jun 2007 09:02:44 -0400
Received: from [161.44.174.150] ([161.44.174.150]) by
	xfe-rtp-202.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Fri, 29 Jun 2007 09:02:43 -0400
Message-ID: <468502F0.7020905@cisco.com>
Date: Fri, 29 Jun 2007 09:02:40 -0400
From: Paul Kyzivat <pkyzivat@cisco.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: Vikas Tandon <vikas.tandon@orgltd.com>
Subject: Re: [Simple] Subscription pending for authorization
	and	laterauthorization fails
References: <20070629062330.E8061DEDD7@mail.orgltd.com>
In-Reply-To: <20070629062330.E8061DEDD7@mail.orgltd.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 29 Jun 2007 13:02:43.0813 (UTC)
	FILETIME=[C83E6950:01C7BA4D]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=1698; t=1183122173;
	x=1183986173; c=relaxed/simple; s=sjdkim1004;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=pkyzivat@cisco.com;
	z=From:=20Paul=20Kyzivat=20<pkyzivat@cisco.com>
	|Subject:=20Re=3A=20[Simple]=20Subscription=20pending=20for=20authorizati
	on=20and=09laterauthorization=0A=20fails |Sender:=20;
	bh=Ck3IO3tNrxpSjF4mO7bCk6t6c5oHh9SvsIdQrUsoCsI=;
	b=TXDuncM+IXTq6BcJVPHZSxn1dQQ6r9+CpWt07tl1UuIgsjGzzSHDnPCFsLncYZJCU/IRVZuJ
	IHptrLsl4FUKuRqe/esbmJeu46Ouy4Iym71zxM7G2x3SO4QmFh5U360SqSD1aZuJAxEnWu4wOC
	9cNFlr+Thste0qF7uw7MgyqDE=;
Authentication-Results: sj-dkim-1; header.From=pkyzivat@cisco.com; dkim=pass (
	sig from cisco.com/sjdkim1004 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: cab78e1e39c4b328567edb48482b6a69
Cc: simple@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

I think if the intent is a soft reject then its more likely that the 
subscriber will get out of pending and get a status that is a lie.

	Paul

Vikas Tandon wrote:
> Is it something to do with Soft REJECT. In this case the subscriber will 
> always get the status as pending.
> regards,
> Vikas
> 
> ------------------------------------------------------------------------
> *From:* ajay.kasam@wipro.com [mailto:ajay.kasam@wipro.com]
> *Sent:* Friday, June 29, 2007 12:18 PM
> *To:* simple@ietf.org
> *Subject:* [Simple] Subscription pending for authorization and 
> laterauthorization fails
> 
> Hi,
>  
>   As per RFC 3856
>     In the case of a pending subscription, when final authorization is
>    determined, a NOTIFY can be sent.  If the result of the authorization
>    decision was success, a NOTIFY SHOULD be sent and SHOULD contain a
>    presence document with the current state of the presentity.*  If the
>    subscription is rejected, a NOTIFY MAY be sent.*  As described in RFC
>    3265 [2], the Subscription-State header field indicates the state of
>    the subscription.
> After receiving 202 for the initial SUBSCRIBE, the Notifier SHOULD send 
> NOTIFY with terminated state with reason as 'rejected'. RFC says 'MAY', 
> in case of authorization rejection how would subscriber know the 
> rejection if no NOTIFY is sent after initial NOTIFY with pending state.
>  
> Regards
> Ajay Kasam
> 9986016520
>     
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Simple mailing list
> Simple@ietf.org
> https://www1.ietf.org/mailman/listinfo/simple


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From jzisn@hydroaire.com Fri Jun 29 09:05:32 2007
Return-path: <jzisn@hydroaire.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4GAG-0002gr-Iw
	for simple-archive@lists.ietf.org; Fri, 29 Jun 2007 09:05:32 -0400
Received: from dsl-242-83-225.telkomadsl.co.za ([41.242.83.225])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I4G4a-0001u6-6Z
	for simple-archive@lists.ietf.org; Fri, 29 Jun 2007 09:00:00 -0400
Received: from vvxnn ([171.200.209.38]) by dsl-242-83-225.telkomadsl.co.za with Microsoft SMTPSVC(5.0.2195.6713); Fri, 29 Jun 2007 14:59:37 +0200
Message-ID: <46850239.2000401@hydroaire.com>
Date: Fri, 29 Jun 2007 14:59:37 +0200
From: Kramer <jzisn@hydroaire.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: I then put them together, edit, add more, take some out, and voila!
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.9 (+)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581

Everyone Is Watching SREA! UP Again!

Score One Inc. (SREA)
$0.41 UP 2.5%

SREA continues its steady climb for the second week. UP nearly 400% in
the last two weeks, Stock reporting sites across the board are issuing
stock watch notices. Read the news, look at the numbers, and get on SREA
Friday!

Video footage will be available soon. Alicia's oral obsession with fake
cigarettes remains.

For example, they offer survey templates and even sample survey styles
to guide you along the way. They even allow users to leave and complete
the survey at any time, without losing their place.
It may be, say, about how well do they sleep, how do they feel, how are
their productivity levels.

I will register also.




From simple-bounces@ietf.org Fri Jun 29 10:02:12 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4H34-0000sx-J9; Fri, 29 Jun 2007 10:02:10 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4H32-0000r8-V9
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 10:02:09 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I4H31-0000hF-Qu
	for simple@ietf.org; Fri, 29 Jun 2007 10:02:07 -0400
Received: from rtp-iport-1.cisco.com ([64.102.122.148])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1I4Gxo-0000BS-7A
	for simple@ietf.org; Fri, 29 Jun 2007 09:57:37 -0400
Received: from rtp-dkim-1.cisco.com ([64.102.121.158])
	by rtp-iport-1.cisco.com with ESMTP; 29 Jun 2007 09:56:44 -0400
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ao8CAAKshEZAZnme/2dsb2JhbAA
X-IronPort-AV: i="4.16,475,1175486400"; 
	d="scan'208"; a="64003223:sNHT29596380"
Received: from rtp-core-1.cisco.com (rtp-core-1.cisco.com [64.102.124.12])
	by rtp-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id l5TDuhKc011142; 
	Fri, 29 Jun 2007 09:56:43 -0400
Received: from xbh-rtp-201.amer.cisco.com (xbh-rtp-201.cisco.com
	[64.102.31.12])
	by rtp-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id l5TDug6m012550; 
	Fri, 29 Jun 2007 13:56:42 GMT
Received: from xfe-rtp-202.amer.cisco.com ([64.102.31.21]) by
	xbh-rtp-201.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Fri, 29 Jun 2007 09:56:42 -0400
Received: from [161.44.174.150] ([161.44.174.150]) by
	xfe-rtp-202.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); 
	Fri, 29 Jun 2007 09:56:42 -0400
Message-ID: <46850F9B.8090007@cisco.com>
Date: Fri, 29 Jun 2007 09:56:43 -0400
From: Paul Kyzivat <pkyzivat@cisco.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: howard wang <howard.wang@huawei.com>
Subject: Re: [Simple] I-D (Updated): Clarification for 'off-line' Status
	Assigned by Presence Application
References: <000601c7ba2d$2cdffd40$3e6c460a@china.huawei.com>
In-Reply-To: <000601c7ba2d$2cdffd40$3e6c460a@china.huawei.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 29 Jun 2007 13:56:42.0150 (UTC)
	FILETIME=[52716C60:01C7BA55]
DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=1450; t=1183125403;
	x=1183989403; c=relaxed/simple; s=rtpdkim1001;
	h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version;
	d=cisco.com; i=pkyzivat@cisco.com;
	z=From:=20Paul=20Kyzivat=20<pkyzivat@cisco.com>
	|Subject:=20Re=3A=20[Simple]=20I-D=20(Updated)=3A=20Clarification=20for=2
	0'off-line'=20Status=20Assigned=0A=20by=20Presence=20Application
	|Sender:=20 |To:=20howard=20wang=20<howard.wang@huawei.com>;
	bh=4AFCAaCLWl8g2aK39DA03NCI024JaTAEGrIyrYbYKeI=;
	b=JPOi1QQek0M/BbgHttG+MSxJCGsAbFwODW9Vp4SEaAnI50ib/biK8+TA4zgVbhalfD6O6M0p
	ngvxkt7krda1NcPuqbAmKYjPTDGE7ZxSAvwnd/N9eHzaVwW+MtMFyh0B;
Authentication-Results: rtp-dkim-1; header.From=pkyzivat@cisco.com; dkim=pass (
	sig from cisco.com/rtpdkim1001 verified; ); 
X-Spam-Score: 0.0 (/)
X-Scan-Signature: e1e48a527f609d1be2bc8d8a70eb76cb
Cc: 'Robert Sparks' <RjS@estacado.net>, krisztian.kiss@nokia.com,
	simple@ietf.org
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

I'm having a little difficulty understanding this draft. I have a few 
basic questions that might help:

- What is a "Fetcher"?

- What is "IOP"

- Are you assuming a situation where the "buddies" and the UAs
   are cooperative, or where they are not?
   (By this I mean - will a watcher try to infer a buddy
   is online even when it is clear that the buddy doesn't *want*
   the watcher to draw that conclusion?)

	Thanks,
	Paul

howard wang wrote:
> Hello,
> 
> I have submitted a new draft to summarize previous discussion on Clarification for 'off-line' Status Assigned by Presence Application. Hope state completely about the leak in specifications of SIMPLE presence.
> 
> Till it appears on the list, http://sdsunqian.googlepages.com/draft-howard-SIMPLE-offline-status-0.txt
> 
> Comments are welcome.
> 
> 
> Best regards
> Howard
> Aaron
> 
> Abstract:
> 'Offline' status assigned by presence application usually mean that the presence application will expect his watcher thinks he is not online, though he may actually be online. According current specifications of presence service, the watcher may have a way to find out some clues to identify the truth. Such leak of specifications will make confusion in implementations, especially for IOP.
> 
> 
> 
> 
> _______________________________________________
> Simple mailing list
> Simple@ietf.org
> https://www1.ietf.org/mailman/listinfo/simple
> 


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From simple-bounces@ietf.org Fri Jun 29 11:12:34 2007
Return-path: <simple-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4I99-0007jg-QX; Fri, 29 Jun 2007 11:12:31 -0400
Received: from simple by megatron.ietf.org with local (Exim 4.43)
	id 1I4I98-0007i1-Pc
	for simple-confirm+ok@megatron.ietf.org; Fri, 29 Jun 2007 11:12:30 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1I4I98-0007fY-Dq
	for simple@ietf.org; Fri, 29 Jun 2007 11:12:30 -0400
Received: from usagi.ingate.se ([193.180.23.12])
	by chiedprmail1.ietf.org with esmtp (Exim 4.43) id 1I4I95-0001Ix-6W
	for simple@ietf.org; Fri, 29 Jun 2007 11:12:30 -0400
Received: from eeek.ingate.se (eeek.ingate.se [193.180.23.45])
	by usagi.ingate.se (8.12.11.20060308/8.12.11) with ESMTP id
	l5TFB727028362
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 29 Jun 2007 17:11:07 +0200
Received: from eeek.ingate.se (localhost.localdomain [127.0.0.1])
	by eeek.ingate.se (8.13.1/8.12.11) with ESMTP id l5TFB224018656;
	Fri, 29 Jun 2007 17:11:02 +0200
Received: (from hasse@localhost)
	by eeek.ingate.se (8.13.1/8.13.1/Submit) id l5TFAmOY018652;
	Fri, 29 Jun 2007 17:10:48 +0200
X-Authentication-Warning: eeek.ingate.se: hasse set sender to hasse@ingate.com
	using -f
From: Hans Persson <hasse@ingate.com>
To: simple@ietf.org, fluffy@cisco.com, rohan@ekabal.com, adam@estacado.net
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Organization: Ingate Systems
Date: Fri, 29 Jun 2007 17:10:47 +0200
Message-Id: <1183129848.3601.106.camel@eeek.ingate.se>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.2 (2.0.2-35.0.2.el4) 
X-Virus-Scanned: ClamAV version 0.90.3,
	clamav-milter version 0.90.3 on usagi.ingate.se
X-Virus-Status: Clean
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6
	(usagi.ingate.se [193.180.23.12]);
	Fri, 29 Jun 2007 17:11:07 +0200 (CEST)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 2ed806e2f53ff1a061ad4f97e00345ac
Cc: 
Subject: [Simple] Comments and nits on draft-ietf-simple-msrp-relays-10.txt
X-BeenThere: simple@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SIP for Instant Messaging and Presence Leveraging Extensions
	<simple.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/simple>
List-Post: <mailto:simple@ietf.org>
List-Help: <mailto:simple-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/simple>,
	<mailto:simple-request@ietf.org?subject=subscribe>
Errors-To: simple-bounces@ietf.org

I just did a long-overdue rereading of the msrp-relays draft. Here are
some comments and nits for your enjoyment.


=== Comments ===

Section 5.1, para 2:

This talks about discovery and should give a reference to section 8.

I'm having trouble figuring out how I would manage to find a relay that
isn't "my own". The time when I'm most likely to want to automatically
discover the relay I need is when I'm in someone else's network
(visiting another company, at a hotel, in a hotspot, etc). 

Assume this setup:

    me ----- company X relay ----- internet ----- my home relay

How can the discovery process help me find company X's relay? Let's
assume that they are a security-conscious company that only allows known
traffic out through designated proxies, so ICE won't help me.


Section 7:

>    quoted-string       = QUOTE *( %x20-21 / %x23-7E ) QUOTE

Designed by Americans, apparently. Is this really enough? There could be
international characters in domain names (realms), for instance.


Section 9.4, first para:

> A client can use unprotected TCP for peer-to-peer MSRP, but any time
>   a client communicates with a relay, it MUST use TLS.

The last bit is not true. See the note at the end of 9.2.



=== Editorial nits ===

In general: RFC references are sometimes written "RFC-XXXX", sometimes
"RFC XXXX" and sometimes "RFCXXXX". Decide on one alternative.


Section 3, the para split over pages 6 and 7: 

A number of occurences of "Failure-Report" should be "Failure-Report
header".


Section 3, para just before ladder diagram (which doesn't have a "Figure
X" legend, BTW):

> The following example show a typical MSRP session.

"shows"


Section 3, second para before second ladder diagram (also lacking
legend):

> (Receivers still need to be prepared to receive out-of-order
>   chunks however.)  

Insert comma after "chunks".


Section 3.1, para 3:

> A typical challenge response flow is shown below:

"challenge-reponse"


Section 6.1:

This starts out by describing how to accept a TLS connection, but then
halfway through we may suddenly have a TCP connection. I know that's
valid, but the language is confusing.


Section 6.4.1, para 2:

> If there is a problem further processing the SEND request, or in the

Move "further" further ahead, to after "request".


Section 6.4.1, para 2:

> hop.  If after 32 seconds, the next hop has not sent any response,

Insert comma after "If".


Section 6.4.1, para 2:

> If after 32 seconds, the next hop has not sent any response,
>   then the relay MUST construct a REPORT with a status code of 408 to
>   indicate a timeout error happened sending the message, and send the
>   REPORT to the original sender of the message.

This means, presumably, addressing the REPORT to the original sender but
sending it to the last hop.


Section 6.4.3, para 2:

> If the response is a non 200 response, and the original request was a

"non-200"


Section 8, first para:

> (The only message in this specification that can have an MSRP URL
>    without an explicit port number is in the To-Path header in an AUTH
>   request.)

Change "message" to "header" and change "is in" to "is".


Section 8, para 3:

> defined, since AUTH are only sent over TLS.)  If no SRV records are

Insert "requests" after "AUTH".


Section 11, second SDP:

All other examples with folded lines have a note about that line folding
isn't really part of MSRP, but only for readability, but that's missing
here.


Hans

-- 
Hans Persson <hasse@ingate.com>    Ingate - Firewalls with SIP & NAT
Ingate Systems AB  +46 13 210857   http://www.ingate.com/

Private: <unicorn@lysator.liu.se>  http://www.lysator.liu.se/~unicorn/


_______________________________________________
Simple mailing list
Simple@ietf.org
https://www1.ietf.org/mailman/listinfo/simple



From jiain't@inbox.com Fri Jun 29 13:18:24 2007
Return-path: <jiain't@inbox.com>
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4K6y-0004u9-Cm
	for simple-archive@lists.ietf.org; Fri, 29 Jun 2007 13:18:24 -0400
Received: from abordeaux-253-1-159-109.w90-11.abo.wanadoo.fr ([90.11.46.109] helo=inbox.com)
	by chiedprmail1.ietf.org with smtp (Exim 4.43)
	id 1I4K6x-0000nY-El
	for simple-archive@lists.ietf.org; Fri, 29 Jun 2007 13:18:24 -0400
Message-ID: <001b01c7ba82$42cd8af0$00fafb5c@dinety8vuckz8w>
From: "Nona Sosa" <jiain't@inbox.com>
To: "simple-archive" <simple-archive@lists.ietf.org>
Subject: Fwd: Thank you, we accepted your loan request
Date: Fri, 29 Jun 2007 19:15:29 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_0018_01C7BA82.42CD8AF0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 52f7a77164458f8c7b36b66787c853da

------=_NextPart_000_0018_01C7BA82.42CD8AF0
Content-Type: text/plain;
        charset="windows-1251"
Content-Transfer-Encoding: quoted-printable


Your credit history does not matter to us!

If your family OWN real estate and want IMMEDIATE pin money to spend ANY =
way you like, or simply wish to LOWER your entire payment by a third or =
more, here is the deal we can offer you TONIGHT (hurry, this lot will =
expire NOW):

$477,000+ loan

AND EVEN MORE: After further review, our lenders have established the =
lowest monthly payments!

Hurry, when the deal is gone, it is gone. Simply complete this easy =
form... 

Don't worry about approval, your credit will not disqualify you!

http://trylapjkfdterz.com/
------=_NextPart_000_0018_01C7BA82.42CD8AF0
Content-Type: text/html;
        charset="windows-1251"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3D=
windows-1251">
<META content=3D"MSHTML 6.00.2800.2963" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Your credit history =
doesn't matter to us!</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>If your family OWN real =
estate and want IMMEDIATE ready money to spend ANY way you like, or =
simply require to LOWER your payments by a third or more, here is best =
deal we can offer you THIS NIGHT (hurry, this lot will expire =
TONIGHT):</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>$470,000+ =
debt</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>AND EVEN MORE: After =
further review, our lenders have established the lowest =
payments!</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><B>Hurry, when our best =
deal is gone, it is gone. Simply fill this one-minute form... =
</B></FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>Do not worry about =
approval, your credit will not disqualify you!</FONT></DIV>
<DIV align=3Dcenter>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><a href=3D=
"http://trylapjkfdterz.com/">http://trylapjkfdterz.com/</a></FONT></DIV>
</BODY></HTML>

------=_NextPart_000_0018_01C7BA82.42CD8AF0--



From tpnu@lilassociates.com Sat Jun 30 13:56:55 2007
Return-path: <tpnu@lilassociates.com>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4hBn-0002mJ-Af
	for simple-archive@lists.ietf.org; Sat, 30 Jun 2007 13:56:55 -0400
Received: from [88.238.118.135] (helo=dsl88.238-30343.ttnet.net.tr)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I4hBa-0002f9-Uj
	for simple-archive@lists.ietf.org; Sat, 30 Jun 2007 13:56:55 -0400
Received: from rvbde.tnco ([153.106.125.225]) by dsl88.238-30343.ttnet.net.tr with Microsoft SMTPSVC(5.0.2195.6713); Sat, 30 Jun 2007 20:56:41 +0300
Message-ID: <002801c7bb40$036b6760$e17d6a99@rvbde.tnco>
From: "postcardsfrom.com" <tpnu@lilassociates.com>
To: <simple-archive@lists.ietf.org>
Subject: You've received a greeting card from a partner!
Date: Sat, 30 Jun 2007 20:56:41 +0300
MIME-Version: 1.0
Content-Type: text/plain;
        format=flowed;
        charset="Windows-1252";
        reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4927.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200
X-Spam-Score: 3.7 (+++)
X-Scan-Signature: 97adf591118a232206bdb5a27b217034

Good day.

Your partner has sent you a greeting card from postcardsfrom.com.

Send free ecards from postcardsfrom.com with your choice of colors, words and music.

Your ecard will be available with us for the next 30 days. If you wish to keep 
the ecard longer, you may save it on your computer or take a print.

To view your ecard, choose from any of the following options:

--------
OPTION 1
--------

Click on the following Internet address or
copy & paste it into your browser's address box.

http://67.181.2.142/?117868911e6c36a4bc955099675c50080d0229e

--------
OPTION 2
--------

Copy & paste the ecard number in the "View Your Card" box at 
http://67.181.2.142/

Your ecard number is
117868911e6c36a4bc955099675c50080d0229e

Best wishes,
Postmaster,
postcardsfrom.com




From dgr@gmx.net Sat Jun 30 16:52:47 2007
Return-path: <dgr@gmx.net>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I4jvz-0000OU-Ph
	for simple-archive@lists.ietf.org; Sat, 30 Jun 2007 16:52:47 -0400
Received: from 5ac9d7fc.bb.sky.com ([90.201.215.252])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1I4jvv-0000Ik-3C
	for simple-archive@lists.ietf.org; Sat, 30 Jun 2007 16:52:47 -0400
Received: from [48.205.183.89] (helo=naa)
	by 5ac9d7fc.bb.sky.com with smtp (Exim 4.62 (FreeBSD))
	id 1I5y3-0006gK-8Z; Sat, 30 Jun 2007 21:54:55 +0100
Message-ID: <4686C298.8060502@gmx.net>
Date: Sat, 30 Jun 2007 21:52:40 +0100
From: Austin <dgr@gmx.net>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: simple-archive@lists.ietf.org
Subject: fringe decimate
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.7 (+)
X-Scan-Signature: 7aafa0432175920a4b3e118e16c5cb64

ERMX Jumps Into Huge Advanced Nitride Super Conductors!

EntreMetrix Inc. (ERMX)
$0.16

ERMX has just announced it involvement in a joint venture to manufacture
Advanced Nitride Devices. These have Military application as well as
Energy Super Conductors. This takes ERMX to a whole new level. Google
"Nitride Devices" and get on ERMX first thing Monday!

The  extras are  also  fun  to watch including the  bonus scene from
Fleshbacks.

This series features several fresh new faces to porn, who bare all and
have a good time doing it.

, including some solid anal love from both women and even a hard hitting
double penetration performance from Morgan Moon. Like the prior scene,
the director joins into the fun. Pete Nadi Phuket Nakia D I R E C T O R
Mr. Summer Sex Job in Guadalupe offers a very minor plot line that might
have been made up on the fly, but the overall quality of the DVD and the
sex will put it easily into my  Recommended  category.
The young blonde has just completed a ROPES course and is now on one of
the landings with two of the instructors, above the jungle floor.

A story line which has been done repeatedly but this time with a sexual
twist.
The  girls fondle  and  caress her body to get Sophia  all  hot and 
bothered.

The action is clean and straightforward, but Sakura looks good during it
all.

Cast: Anthony Hardwood, Aubrey Addams, Ava Rose, Daniel Dakota, Daniel
Dakota, James Deen, Jezebelle Bond, Marco Banderas, Mindy Main, Steven
St. The rest of the scene is also really good. Joey  removes the white 
robe and  works  his way  to her  waiting  clit. I'm happy to say I
wasn't disappointed.

The sex is also enjoyable, but not quite as good.
Toys come out from no where, and explore both sets of skin folds
including some excellent looking double dong action with both girls
ramming themselves on this fake dick in rhythm.

One of the other  girls is  getting off  feeling her  up and  fondling
her  breast. In this scene, she does everything from anal, double
penetration, and ass-to-mouth.
Give in while your fantasies explode, and let the chips fall where they
may.

Extras: The extras include trailers and a photo gallery, but I wasn't
really expecting too much since it is a compilation.
Pete Nadi Phuket Nakia D I R E C T O R Mr.




