From notifications-bounces@ietf.org Fri Feb 09 14:12:50 2007
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HFbAq-0006cZ-Mg; Fri, 09 Feb 2007 14:12:44 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43) id 1HFbAp-0006cU-Ph
	for notifications@ietf.org; Fri, 09 Feb 2007 14:12:43 -0500
Received: from usremg02.bea.com ([66.248.192.22])
	by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HFbAp-00070q-5E
	for notifications@ietf.org; Fri, 09 Feb 2007 14:12:43 -0500
Received: from usremr02.bea.com (mailrelay.bea.com [10.160.29.92])
	by usremg02.bea.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id
	l19JCfFV032743
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);
	Fri, 9 Feb 2007 11:12:41 -0800
Received: from repbex01.amer.bea.com (repbex01.bea.com [10.160.26.98])
	by usremr02.bea.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id
	l19JCSu5023355; Fri, 9 Feb 2007 11:12:40 -0800
Received: from 172.24.30.126 ([172.24.30.126]) by repbex01.amer.bea.com
	([10.160.26.98]) with Microsoft Exchange Server HTTP-DAV ; 
	Fri,  9 Feb 2007 19:12:35 +0000
User-Agent: Microsoft-Entourage/11.3.3.061214
Date: Fri, 09 Feb 2007 08:12:34 -0600
Subject: Re: [Notifications] Setting up email event streams
From: Eric Burger <eburger@bea.com>
To: Lisa Dusseault <lisa@osafoundation.org>,
	Message Notifications interest group discussion list
	<notifications@ietf.org>
Message-ID: <C1F1DD72.12F6%eburger@bea.com>
Thread-Topic: [Notifications] Setting up email event streams
Thread-Index: AcdMZRt+WgB3iLhYEdutlQAWy4mm/w==
Mime-version: 1.0
Content-type: text/plain;
	charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.0.283055,
	Antispam-Data: 2007.1.2.131432
X-Spam-Score: 0.0 (/)
X-Scan-Signature: a8041eca2a724d631b098c15e9048ce9
Cc: 
X-BeenThere: notifications@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Message Notifications interest group discussion list
	<notifications.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/notifications>,
	<mailto:notifications-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/notifications>
List-Post: <mailto:notifications@ietf.org>
List-Help: <mailto:notifications-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/notifications>,
	<mailto:notifications-request@ietf.org?subject=subscribe>
Errors-To: notifications-bounces@ietf.org

I would offer Model B, the user contacts the server directly and provisions
it, is a way to go for now.

First, it is very simple - we do not need to build a protocol today.

Second, it meets the needs of lemonade.

Third, if the market / researchers / industry figures out how to provision
notification filters "in band," (Model A), then it is instantly
backwards-compatible with Model B.

We can always kick-off an IRTF WG on figuring out how Model A would work.


On 1/15/07 3:16 PM, "Lisa Dusseault" <lisa@osafoundation.org> wrote:

> I've been meaning to send this out more broadly after a bit of private
> comment: two quite different models for setting up event streams based on
> what's easier to authenticate -- the event stream "owner" (in this case t=
he
> mailbox owner) or the stream recipient.=A0 I hope it helps compare differ=
ent
> approaches.
>=20
> Lisa
>=20
> ---
>=20
> The goal is to start (and stop) events flowing from an event source (in o=
ur
> case, an email server) to the event sink, frequently using a system with =
an
> explicit event relay. =A0 Because there are often three parties required =
in an
> event flow , we have to pick some way for the three parties to coordinate.
>=20
> The three parties are the event source (an email server), the event sink =
(a
> client, perhaps not an email client)=A0 and an event relay.=A0 The event =
relay has
> many users thus it has addresses for each user and possibly also addresse=
s for
> devices/clients.=A0 Two kinds of application-layer explicit event relays =
are
> starting to be common: XMPP and SIP.=A0 For the purposes of considering a=
n event
> feed setup model, we do not want to be concerned about the mostly orthogo=
nal
> issue of what protocol to use to talk to event relay.=A0 So for now we as=
sume
> that event relays have all features common to XMPP and SIP (addresses, pu=
b/sub
> features, event stream aggregation).
>=20
> Choosing between two event stream setup models requires assumptions about
> - what kind of authorization is easier or more important to provide
> - whether there are a lot of different event sink addressess
> - whether direct access to the event source is always/usually available (=
can
> be affected by whether the event source is publicly available)
> - whether event flows stop and start frequently, or can simply be turned =
on
> for a very long term
>=20
> MODEL A.=A0 SUBSCRIBE Chain
>=20
> A-1 Description
>=20
> In this model, when a user decides to get an email event flow to a partic=
ular
> device or piece of software, the user typically works with the event sink
> interface to indicate where to get the events from.=A0 Then a SUBSCRIBE m=
essage
> of some kind gets generated by the event sink, sent to the event relay an=
d is
> handled by the event source.
>=20
> A-2 Authorization issue
>=20
> The authorization problem here is to determine if the address that the
> SUBSCRIBE message comes from is permitted to receive these events.=A0 In =
the
> case of a publicly-subscribable resource this problem disappears.=A0 In m=
any
> email use cases, only a small number of event sink addresses will be
> authorized to receive event notifications -- perhaps the event source (the
> email server) can simply be configured with a short allowed list of event
> recipients that doesn't change often (e.g. my personal IM address, my work
> address, and the one used by my phone provided by my phone service provid=
er).
>=20
> Some SUBSCRIBE systems have the ability to provide a PENDING response to a
> subscription.=A0 This is used when an out-of-band mechanism is initiated =
to
> authorize the subscribing address.=A0 In an email event source use case, =
one
> obvious out-of-band mechanism is for the email server to create an email =
with
> a link saying "Click here to authorize this subscription".
>=20
> It's also possible to use a mechanism like URLAUTH to prove authorization=
 --
> in this approach, the subscriber provides a URL that has a secret token i=
n it
> authorizing the subscription.=A0 It's possible that this would authorize =
the
> subscribing address for future subscriptions as well, or only for a limit=
ed
> period.
>=20
> A-3 Drawbacks:
> =A0=A0 a)=A0 Only some notification protocols support SUBSCRIBE semantics.
>=20
> =A0=A0 b)=A0 Complicated filters and event types (to support use cases li=
ke "Alert
> me on event type 'email arrives' if it is from my boss, has my full email
> address or the address of the developer list on the to line, and the subj=
ect
> does not begin with 'FUNNY'..." )=A0 might need a little extra work.=A0 B=
oth SIP
> and XMPP subscriptions can be extended in such a way that existing
> notification relays would pass on a filter specification in whatever
> language/format most appropriate for email.=A0 It might even be possible =
to send
> SIEVE conditionals in the body of the SUBSCRIBE message.=A0 XMPP has
> notification nodes in XEP-0060 and notification filters in XEP-0163.
>=20
> A-4 Advantages
> =A0=A0 b) Allows for frequent starting and stopping of subscriptions, pos=
sibly an
> efficiency/scaling concern
>=20
>=20
> MODEL B. Sender RULES
>=20
> B-1 Description
>=20
> In this model, the user typically works with the event source in order to
> configure it to send events to a given set of addresses.=A0 For example, =
the
> user might have access to a Web interface to an email server where it can=
 say
> "Send new message notifications to xmpp://lisa@psg.com <xmpp://lisa@psg.c=
om> "
> or someday use MANAGESIEVE.
>=20
> B-2 Authorization issue
>=20
> The authorization problem here is to determine if the user creating the
> sending rule is authorized to send an event stream to the receiving addre=
ss.=A0
> If anybody can send to the receiving address (e.g. email) then it's publi=
cly
> addressable and the problem disappears.=A0 Many kinds of addresses are pu=
blicly
> addressable and use whitelisting together with asking permission ("do you=
 wish
> to allow messages from this source in the future").
>=20
> B-3 Drawbacks:
> =A0=A0 a) Only some event sources support RULE systems.=A0 We are buildin=
g SIEVE for
> email clients and servers but it may be harder to generalize this beyond =
email
> clients and servers.=A0 Even sticking strictly the proposed scope of email
> server sources, we have to consider whether a client such as a calendar c=
lient
> (subscribing for IMIP messages) or a time-management dashboard (subscribe=
s to
> "unread" counts but doesn't otherwise read email) are going to be able to
> implement SIEVE, authenticate to mail servers etc.
>=20
> =A0=A0 b) If sender rules are setup through Web interfaces, users are def=
initely
> not going to turn them on and off frequently.
>=20
> =A0=A0 c) Failure feedback: how does the event source let the user know t=
hat some
> address keeps bouncing?
> =A0=20
>=20
>=20
>=20
>=20
>=20
>=20
> _______________________________________________
> Notifications mailing list
> Notifications@ietf.org
> https://www1.ietf.org/mailman/listinfo/notifications


_______________________________________________________________________
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.

_______________________________________________
Notifications mailing list
Notifications@ietf.org
https://www1.ietf.org/mailman/listinfo/notifications



From notifications-bounces@ietf.org Fri Feb 23 17:27:38 2007
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HKisw-0002c3-Be; Fri, 23 Feb 2007 17:27:26 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1HKist-0002bn-Bd; Fri, 23 Feb 2007 17:27:23 -0500
Received: from zrtps0kp.nortel.com ([47.140.192.56])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1HKisr-0008NZ-Tb; Fri, 23 Feb 2007 17:27:23 -0500
Received: from zcarhxm0.corp.nortel.com (zcarhxm0.corp.nortel.com
	[47.129.230.95])
	by zrtps0kp.nortel.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id
	l1NMR7s14893; Fri, 23 Feb 2007 17:27:07 -0500 (EST)
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Fri, 23 Feb 2007 17:26:44 -0500
Message-ID: <085091CB2CA14E4B8B163FFC37C84E9D0E88A7CA@zcarhxm0.corp.nortel.com>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Notes from the Jan 25th jabber chat on notifications
Thread-Index: AcdXmbLw1QT+xFbaT6SO+bULR2p0/A==
From: "Glenn Parsons" <gparsons@nortel.com>
To: <notifications@ietf.org>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: a0ecb232550b38fd41a3cf6a312fbabc
Cc: lemonade@ietf.org
Subject: [Notifications] Notes from the Jan 25th jabber chat on notifications
X-BeenThere: notifications@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Message Notifications interest group discussion list
	<notifications.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/notifications>,
	<mailto:notifications-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/notifications>
List-Post: <mailto:notifications@ietf.org>
List-Help: <mailto:notifications-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/notifications>,
	<mailto:notifications-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1981068551=="
Errors-To: notifications-bounces@ietf.org

This is a multi-part message in MIME format.

--===============1981068551==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C75799.B38A86E7"

This is a multi-part message in MIME format.

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


LEMONADE Notifications chat
January 25, 2007
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D

Full log:
http://www.ietf.org/meetings/ietf-logs/lemonade/2007-01-25.html

Online personalities:
		bernard.desruisseaux=20
		eburger - Eric Burger
		alexeymelnikov
		Glenn Parsons
		Dave Cridland
		Ams -  Abhijit Menon-Sen
		Lisa - Lisa Dusseault
		Arnt - Arnt Gulbrandsen
		Rohan - Rohan Mahy


Discussion
-------------

Current documents:
		draft-newman-lemonade-msgevent-00
		draft-ietf-lemonade-notifications-03
		OMA MEM REQ & AD
		draft-mahy-sieve-notify-sip-00

Types of notifications
*	out of band
*	real time
*	various transport mechanisms - SIEVE, IMAP events, ...

Types of out of band notifications
*	new message notification
*	new message notification with different degrees of details
*	mailbox state change notification
*	file updated

Things to decide about notifications:
*	how to send=20
*	who to send to
*	what to send

Concern about clients avoiding sync really being a subvertive IMAPv5

Concern on frequency of SIEVE messages for notifications has been
alleviated, however there is still an issue on how to deal with multiple
devices.

SIEVE scripts (for mobile devices) will tend to be semi-permanent, there
was a concern noted that designing for this might prohibit dynamic
scripts.  SIEVE is obvious for 'user oriented' notifications, but it is
overkill for MWI.  MWI is already defined using SIP (RFC 3842) but is
that necessary for email?

Notifications are best-effort.  And account related notifications are
also out of scope.
=20
Consensus:  We are only talking about email-related notifications, not
calendar notifications, and these can be sent with a number of
protocols. =20

Structured notifications or free text?

Use cases?

Security needed for notifications

Focus on MWI first (e.g., using IMAP IDLE), leave the user details to
SIEVE draft.  That is no subject or other data.  However, the SIP MWI
already does this - counts are reliable, the other data is not.  =20

Consensus:  Reuse RFC 3842 - or an XMPP clone of it if necessary, unless
a good argument is made to the contrary.


Summary:
1.	notifications scope is e-mail
2.	follow _model_ of RFC 3842
3.	figure out transport later
...
4.	find a 6 year old editor...



------_=_NextPart_001_01C75799.B38A86E7
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.7651.14">
<TITLE>Notes from the Jan 25th jabber chat on notifications</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT FACE=3D"Times New Roman">LEMONADE Notifications chat</FONT>

<BR><FONT FACE=3D"Times New Roman">January 25, 2007</FONT>

<BR><FONT FACE=3D"Times New =
Roman">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D</FONT>
</P>

<P><FONT FACE=3D"Times New Roman">Full log:</FONT>

<BR><A =
HREF=3D"http://www.ietf.org/meetings/ietf-logs/lemonade/2007-01-25.html">=
<U><FONT COLOR=3D"#0000FF" FACE=3D"Times New =
Roman">http://www.ietf.org/meetings/ietf-logs/lemonade/2007-01-25.html</F=
ONT></U></A>
</P>

<P><FONT FACE=3D"Times New Roman">Online personalities:</FONT>
<UL><UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">bernard.desruisseaux<BR>
eburger &#8211; Eric Burger<BR>
alexeymelnikov<BR>
Glenn Parsons</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Dave =
Cridland</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Ams -&nbsp; Abhijit =
Menon-Sen</FONT></SPAN>

<BR><SPAN LANG=3D"fi"><FONT FACE=3D"Times New Roman">Lisa &#8211; Lisa =
Dusseault</FONT></SPAN>

<BR><SPAN LANG=3D"fi"><FONT FACE=3D"Times New Roman">Arnt &#8211; Arnt =
Gulbrandsen</FONT></SPAN>

<BR><SPAN LANG=3D"fi"><FONT FACE=3D"Times New Roman">Rohan &#8211; Rohan =
Mahy</FONT></SPAN>
<BR>
</P>
</UL></UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">Discussion</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">-------------</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Current =
documents:</FONT></SPAN>
<UL><UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">draft-newman-lemonade-msgevent-00</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">draft-ietf-lemonade-notifications-03</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">OMA MEM REQ &amp; =
AD</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">draft-mahy-sieve-notify-sip-00</FONT></SPAN>
</P>
</UL></UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Types of =
notifications</FONT></SPAN>

<UL>
<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">out of =
band</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">real =
time</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">various transport =
mechanisms &#8211; SIEVE, IMAP events, &#8230;</FONT></SPAN></LI>
<BR>
</UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Types of out of band =
notifications</FONT></SPAN>

<UL>
<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">new message =
notification</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">new message =
notification with different degrees of details</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">mailbox state =
change notification</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">file =
updated</FONT></SPAN></LI>
<BR>
</UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Things to decide =
about notifications:</FONT></SPAN>

<UL>
<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">how to send =
</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">who to send =
to</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">what to =
send</FONT></SPAN></LI>
<BR>
</UL>
<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Concern about =
clients avoiding sync really being a subvertive IMAPv5</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Concern on frequency =
of SIEVE messages for notifications has been alleviated, however there =
is still an issue on how to deal with multiple =
devices.</FONT></SPAN></P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">SIEVE scripts (for =
mobile devices) will tend to be semi-permanent, there was a concern =
noted that designing for this might prohibit dynamic scripts.&nbsp; =
SIEVE is obvious for &#8216;user oriented&#8217; notifications, but it =
is overkill for MWI.&nbsp; MWI is already defined using SIP (RFC 3842) =
but is that necessary for email?</FONT></SPAN></P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Notifications are =
best-effort.&nbsp; And account related notifications are also out of =
scope.</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">&nbsp;</FONT></SPAN>

<BR><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Consensus:&nbsp; We =
are only talking about email-related notifications, not calendar =
notifications, and these can be sent with a number of protocols.&nbsp; =
</FONT></SPAN></P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Structured =
notifications or free text?</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Use =
cases?</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Security needed for =
notifications</FONT></SPAN>
</P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Focus on MWI first =
(e.g., using IMAP IDLE), leave the user details to SIEVE draft.&nbsp; =
That is no subject or other data.&nbsp; However, the SIP MWI already =
does this &#8211; counts are reliable, the other data is =
not.&nbsp;&nbsp; </FONT></SPAN></P>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">Consensus:&nbsp; =
Reuse RFC 3842 &#8211; or an XMPP clone of it if necessary, unless a =
good argument is made to the contrary.</FONT></SPAN>
</P>
<BR>

<P><SPAN LANG=3D"en"><FONT FACE=3D"Times New =
Roman">Summary:</FONT></SPAN>

<OL TYPE=3D1>
<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">notifications scope =
is e-mail</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">follow _model_ of =
RFC 3842</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">figure out =
transport later<BR>
&#8230;</FONT></SPAN></LI>

<LI><SPAN LANG=3D"en"><FONT FACE=3D"Times New Roman">find a 6 year old =
editor&#8230;</FONT></SPAN></LI>
<BR>
<BR>
</OL>
</BODY>
</HTML>
------_=_NextPart_001_01C75799.B38A86E7--


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

_______________________________________________
Notifications mailing list
Notifications@ietf.org
https://www1.ietf.org/mailman/listinfo/notifications

--===============1981068551==--




