
From ipp-bounces@pwg.org  Thu Nov  1 04:21:59 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0867A21F84D9 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 04:21:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tRVvCmOdPWYz for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 04:21:58 -0700 (PDT)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 2545121F84CD for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 04:21:57 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id DAF04791F6; Thu,  1 Nov 2012 07:21:43 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from USA7109MR001.ACS-INC.COM (usa7109mr001.acs-inc.com [63.101.151.9]) by pwg.org (Postfix) with ESMTP id DEB68791F5 for <ipp@pwg.org>; Thu,  1 Nov 2012 07:21:30 -0400 (EDT)
Received: from usa7109ht003.na.xerox.net ([13.41.230.29]) by USA7109MR001.ACS-INC.COM with ESMTP/TLS/AES128-SHA; 01 Nov 2012 06:21:19 -0500
Received: from USA7109MB004.na.xerox.net ([169.254.3.100]) by USA7109HT003.na.xerox.net ([13.41.230.29]) with mapi id 14.01.0355.002; Thu, 1 Nov 2012 06:21:18 -0500
From: "Zehler, Peter" <Peter.Zehler@xerox.com>
To: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>, "ipp@pwg.org" <ipp@pwg.org>
Thread-Topic: IPP FaxOut  and "resource constrained MFDs"?
Thread-Index: AQHNt6K7A0MHclC15Em6jplcdsiW15fUy+8g
Date: Thu, 1 Nov 2012 11:21:17 +0000
Message-ID: <A4DE324D317E4F40A82CF077C7A9E1E301DBCF@USA7109MB004.na.xerox.net>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com>
In-Reply-To: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [13.41.230.87]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] RE: IPP FaxOut  and "resource constrained MFDs"?
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: DAF04791F6.A85F5
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Smith,

I don't think there is an assumption that the MFD must cache the entire fax=
 job locally to handle retransmissions.  An MFD that cannot handle retransm=
issions would represent that in its capabilities.  The FaxOutJobProcessing =
element RetryInfo element is optional.  An MFD implementation unable to cac=
he an entire fax job would not advertise that capability.  Standard MustHon=
or (i.e. ipp-attribute-fidelity in IPP) handles this limitation on job subm=
ission.  A fax job submission with MustHonor on RetryInfo would be rejected=
.  A job without MustHonor would omit RetryInfo or substitute '0' for the v=
alues of the constituent elements.

DestinationUris is a bit different.  Currently there is no way to determine=
 before submitting a job if the MFD is capable of delivering a fax job to m=
ultiple destinations.  In the FaxOutJobProcessingCapabilities element Desti=
nationUris we covered the supported URL schemes to enable support for vario=
us flavors of fax such as ITU and IETF.  Also covered is the support of fie=
lds from rfc2806 that were dropped in rfc3966 but are needed to route a fax=
  (e.g., preDialString, postDialString and T33Subaddress).  There is no ele=
ment to indicate if multi-destination jobs are supported.  The element shou=
ld be a peer of DestinationUris and not contained within. Pity you weren't =
around a year and a half ago so there would be one.  An MFD that handles on=
ly single destination jobs is supported during job submission through the s=
tandard MustHonor processing.

The PWG Semantic Model will allows such extensions.  Since an IPP protocol =
binding of fax and scan are being discussed I would think that the fax spec=
ification would be a good place to define the element and have it included =
in the semantic model schema.=20=20

Peter Zehler,


Xerox Research Center Webster
Email: Peter.Zehler@Xerox.com
Voice: (585) 265-8755
FAX: (585) 265-7441
US Mail: Peter Zehler
Xerox Corp.
800 Phillips Rd.
M/S 128-25E
Webster NY, 14580-9701=20


-----Original Message-----
From: ipp-bounces@pwg.org [mailto:ipp-bounces@pwg.org] On Behalf Of Kennedy=
, Smith (Wireless Architect)
Sent: Wednesday, October 31, 2012 4:03 PM
To: ipp@pwg.org
Subject: [IPP] IPP FaxOut and "resource constrained MFDs"?

Greetings,

In reading the IPP FaxOut specification, it seems that there is an assumpti=
on that the MFD must cache the entire fax job locally to handle retransmiss=
ions and to also support multiple destinations.  Obviously for those MFDs t=
hat have enough RAM or secondary storage, this is not a problem.  But what =
of those MFD type devices that may not have such resources?  It seems prett=
y clear to me that resource-constrained MFDs were not considered in the IPP=
 FaxOut specification.  It seems clear to me that additional attributes and=
 use discussion will be needed to the IPP FaxOut specification if this clas=
s of devices is to be supported.

Will the semantic model upon which IPP FaxOut is based allow for such exten=
sions?  I will begin reading 5108.5 and 5108.1 more closely, but if those t=
hat were authors of those specifications or the draft of IPP FaxOut could c=
omment on this, it would be appreciated.

Cheers,
Smith

/**
    Smith Kennedy
    Hewlett-Packard Co.
    smith.kennedy@hp.com
*/


--
This message has been scanned for viruses and dangerous content by MailScan=
ner, and is believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 04:57:45 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E820821F84C5 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 04:57:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YQ4vn3+q6PMu for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 04:57:45 -0700 (PDT)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 0124721F84C4 for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 04:57:45 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id F146C791FC; Thu,  1 Nov 2012 07:57:29 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from atl4mhob09.myregisteredsite.com (atl4mhob09.myregisteredsite.com [209.17.115.47]) by pwg.org (Postfix) with ESMTP id D0072791FB for <ipp@pwg.org>; Thu,  1 Nov 2012 07:57:17 -0400 (EDT)
Received: from mailpod.hostingplatform.com (mail.networksolutionsemail.com [205.178.146.50]) by atl4mhob09.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qA1BvGnb020278 for <ipp@pwg.org>; Thu, 1 Nov 2012 07:57:16 -0400
Received: (qmail 17553 invoked by uid 0); 1 Nov 2012 11:57:15 -0000
Received: from unknown (HELO ?192.168.1.104?) (98.151.18.90) by 0 with ESMTPS (AES128-SHA encrypted); 1 Nov 2012 11:57:15 -0000
Content-Type: text/plain; charset=windows-1252
Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
Subject: Re: [IPP] RE: IPP FaxOut  and "resource constrained MFDs"?
From: Randy Turner <rturner@amalfisystems.com>
In-Reply-To: <A4DE324D317E4F40A82CF077C7A9E1E301DBCF@USA7109MB004.na.xerox.net>
Date: Thu, 1 Nov 2012 04:57:12 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <94076B4F-F4E9-4B6A-9BCC-27D5FE804CAF@amalfisystems.com>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com> <A4DE324D317E4F40A82CF077C7A9E1E301DBCF@USA7109MB004.na.xerox.net>
To: "Zehler, Peter" <Peter.Zehler@xerox.com>
X-Mailer: Apple Mail (2.1499)
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: F146C791FC.A8147
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Hi Pete,

I think Smith's assertion is correct - from my reading of your first paragr=
aph below, if you support retransmissions, the assumption is you can cache =
the entire job.  Advertising the capability is a separate issue.  So the an=
swer is "yes", the assumption is that the device can cache the entire job. =
 If a device can't do this, then the recommendation is not to advertise the=
 capability.

At least that's how I interpreted the first paragraph of your email below=
=85

Randy

On Nov 1, 2012, at 4:21 AM, "Zehler, Peter" <Peter.Zehler@xerox.com> wrote:

> Smith,
>=20
> I don't think there is an assumption that the MFD must cache the entire f=
ax job locally to handle retransmissions.  An MFD that cannot handle retran=
smissions would represent that in its capabilities.  The FaxOutJobProcessin=
g element RetryInfo element is optional.  An MFD implementation unable to c=
ache an entire fax job would not advertise that capability.  Standard MustH=
onor (i.e. ipp-attribute-fidelity in IPP) handles this limitation on job su=
bmission.  A fax job submission with MustHonor on RetryInfo would be reject=
ed.  A job without MustHonor would omit RetryInfo or substitute '0' for the=
 values of the constituent elements.
>=20
> DestinationUris is a bit different.  Currently there is no way to determi=
ne before submitting a job if the MFD is capable of delivering a fax job to=
 multiple destinations.  In the FaxOutJobProcessingCapabilities element Des=
tinationUris we covered the supported URL schemes to enable support for var=
ious flavors of fax such as ITU and IETF.  Also covered is the support of f=
ields from rfc2806 that were dropped in rfc3966 but are needed to route a f=
ax  (e.g., preDialString, postDialString and T33Subaddress).  There is no e=
lement to indicate if multi-destination jobs are supported.  The element sh=
ould be a peer of DestinationUris and not contained within. Pity you weren'=
t around a year and a half ago so there would be one.  An MFD that handles =
only single destination jobs is supported during job submission through the=
 standard MustHonor processing.
>=20
> The PWG Semantic Model will allows such extensions.  Since an IPP protoco=
l binding of fax and scan are being discussed I would think that the fax sp=
ecification would be a good place to define the element and have it include=
d in the semantic model schema.=20=20
>=20
> Peter Zehler,
>=20
>=20
> Xerox Research Center Webster
> Email: Peter.Zehler@Xerox.com
> Voice: (585) 265-8755
> FAX: (585) 265-7441
> US Mail: Peter Zehler
> Xerox Corp.
> 800 Phillips Rd.
> M/S 128-25E
> Webster NY, 14580-9701=20
>=20
>=20
> -----Original Message-----
> From: ipp-bounces@pwg.org [mailto:ipp-bounces@pwg.org] On Behalf Of Kenne=
dy, Smith (Wireless Architect)
> Sent: Wednesday, October 31, 2012 4:03 PM
> To: ipp@pwg.org
> Subject: [IPP] IPP FaxOut and "resource constrained MFDs"?
>=20
> Greetings,
>=20
> In reading the IPP FaxOut specification, it seems that there is an assump=
tion that the MFD must cache the entire fax job locally to handle retransmi=
ssions and to also support multiple destinations.  Obviously for those MFDs=
 that have enough RAM or secondary storage, this is not a problem.  But wha=
t of those MFD type devices that may not have such resources?  It seems pre=
tty clear to me that resource-constrained MFDs were not considered in the I=
PP FaxOut specification.  It seems clear to me that additional attributes a=
nd use discussion will be needed to the IPP FaxOut specification if this cl=
ass of devices is to be supported.
>=20
> Will the semantic model upon which IPP FaxOut is based allow for such ext=
ensions?  I will begin reading 5108.5 and 5108.1 more closely, but if those=
 that were authors of those specifications or the draft of IPP FaxOut could=
 comment on this, it would be appreciated.
>=20
> Cheers,
> Smith
>=20
> /**
>    Smith Kennedy
>    Hewlett-Packard Co.
>    smith.kennedy@hp.com
> */
>=20
>=20
> --
> This message has been scanned for viruses and dangerous content by MailSc=
anner, and is believed to be clean.
>=20
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>=20
> --=20
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>=20
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>=20


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 05:00:00 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B876421F84DA for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:00:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level: 
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vkiM5Ur2zX+a for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 04:59:58 -0700 (PDT)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 6B87221F84CF for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 04:59:58 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id B46DC79202; Thu,  1 Nov 2012 07:59:44 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 4584B79202 for <ipp@pwg.org>; Thu,  1 Nov 2012 07:59:31 -0400 (EDT)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay13.apple.com ([17.128.113.29]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0MCT0084K5AFEPQ0@mail-out.apple.com> for ipp@pwg.org; Thu, 01 Nov 2012 04:59:18 -0700 (PDT)
X-AuditID: 1180711d-b7fe16d00000096a-ba-509264141a77
Received: from [17.153.25.126] (Unknown_Domain [17.153.25.126]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay13.apple.com (Apple SCV relay) with SMTP id EC.53.02410.51462905; Thu, 01 Nov 2012 04:59:18 -0700 (PDT)
Subject: Re: [IPP] IPP FaxOut  and "resource constrained MFDs"?
From: Michael Sweet <msweet@apple.com>
In-reply-to: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com>
Date: Thu, 01 Nov 2012 07:59:16 -0400
Message-id: <D829F9E7-6526-475D-83E0-260D54B59BD1@apple.com>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com>
To: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrDLMWRmVeSWpSXmKPExsUiOFOyTlcsZVKAwZR2CYtj+16yWBz5Fmvx qmsXswOzx9aTP9g8dm3byeQxb/F0pgDmKC6blNSczLLUIn27BK6M6fsmshZ8E6540LaRsYGx UaCLkYNDQsBE4vR0pS5GTiBTTOLCvfVsXYxcHEICU5kkNl56wQySEBawl2g8cJYVxOYV0JM4 3LkdzGYW0JK48e8lE4jNJqAm8XtSH1icU8BKYuaFmYwgNouAisT7R1dZIOrlJRruXIGytSWW LXzNDDHTRmL33E52EFtIwFJibm8fWI2IgIPE8yWfWCCOk5VYMbWXaQIj/ywkZ8xCcsYsJGMX MDKvYhQsSs1JrDQ01kssKMhJ1UvOz93ECArDhkLZHYz7f/IfYhTgYFTi4dXNmxggxJpYVlyZ e4hRgoNZSYT3cTdQiDclsbIqtSg/vqg0J7X4EKM0B4uSOG/CdKCUQHpiSWp2ampBahFMlomD U6qB8RTHhPfGmerOpqu027/GrQ6SsJibtXmxB2fNhNm/q6amahj9eb6w070hju1fTMWbThv2 1yKTDprUyiUeDDq24VuGlShzeuXDTzoPr9f2flrVnPE/eYLdHqPN8TwGU10/s05xLWm7U828 7fS6mc0qLxLcHl+OOtrP2nryQ92pyW8ZddZ33uZeoMRSnJFoqMVcVJwIAOFzVhA/AgAA
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: B46DC79202.A8CA6
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Smith,

Aside from Pete's excellent comments, I'll throw in my $0.02CDN as the editor for the document:

- IPP and the Semantic Model are all about extensions, and we have lots of them... :)

- I had actually thought that MFDs would be able to handle storing and retransmitting documents, mainly because I figured that fax-in and fax-out go hand-in-hand and most of the MFDs I've used have been able to store incoming documents to deal with "out of paper" issues.  But you raise an important point and I will add text explicitly covering that use case/type of printer.  On the print side we already support stream-only printers so it should be straight-forward to expose this for FaxOut.

- Regarding multiple destinations, I think it makes sense to add a "multiple-destination-uris-supported" Printer attribute so that a printer can advertise whether they support more than 1 destination URI.  I will add this to the next draft.


On 2012-10-31, at 4:03 PM, "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com> wrote:
> Greetings,
> 
> In reading the IPP FaxOut specification, it seems that there is an assumption that the MFD must cache the entire fax job locally to handle retransmissions and to also support multiple destinations.  Obviously for those MFDs that have enough RAM or secondary storage, this is not a problem.  But what of those MFD type devices that may not have such resources?  It seems pretty clear to me that resource-constrained MFDs were not considered in the IPP FaxOut specification.  It seems clear to me that additional attributes and use discussion will be needed to the IPP FaxOut specification if this class of devices is to be supported.
> 
> Will the semantic model upon which IPP FaxOut is based allow for such extensions?  I will begin reading 5108.5 and 5108.1 more closely, but if those that were authors of those specifications or the draft of IPP FaxOut could comment on this, it would be appreciated.
> 
> Cheers,
> Smith
> 
> /**
>    Smith Kennedy
>    Hewlett-Packard Co.
>    smith.kennedy@hp.com
> */
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 05:09:41 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C0C3121F8726 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:09:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ozv4v0RLoRY1 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:09:41 -0700 (PDT)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id D85B821F86B2 for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 05:09:40 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id C03F179201; Thu,  1 Nov 2012 08:09:27 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from atl4mhob08.myregisteredsite.com (atl4mhob08.myregisteredsite.com [209.17.115.46]) by pwg.org (Postfix) with ESMTP id C7CDC791EF for <ipp@pwg.org>; Thu,  1 Nov 2012 08:09:15 -0400 (EDT)
Received: from mailpod.hostingplatform.com (mail.networksolutionsemail.com [205.178.146.50]) by atl4mhob08.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qA1C9Ecd001853 for <ipp@pwg.org>; Thu, 1 Nov 2012 08:09:14 -0400
Received: (qmail 30999 invoked by uid 0); 1 Nov 2012 12:09:14 -0000
Received: from unknown (HELO ?192.168.1.104?) (98.151.18.90) by 0 with ESMTPS (AES128-SHA encrypted); 1 Nov 2012 12:09:14 -0000
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
Subject: Re: [IPP] IPP FaxOut  and "resource constrained MFDs"?
From: Randy Turner <rturner@amalfisystems.com>
In-Reply-To: <D829F9E7-6526-475D-83E0-260D54B59BD1@apple.com>
Date: Thu, 1 Nov 2012 05:09:14 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <39580828-F5DA-4CFD-B4BE-32A48E968ED0@amalfisystems.com>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com> <D829F9E7-6526-475D-83E0-260D54B59BD1@apple.com>
To: Michael Sweet <msweet@apple.com>
X-Mailer: Apple Mail (2.1499)
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: C03F179201.A9490
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Historically, I think the assumption for fax machines is that CCITT error h=
andling mechanisms REQUIRED that fax machines be able to cache a single "PA=
GE" of information.  In my experience, there is no such thing as a fax mach=
ine so resource constrained that it cannot cache a single page, so maybe we=
 should think about this in our discussion of assumed caching requirements.=
  If you had a 50-page job, you received confirmation on a page-by-page bas=
is, so there was no reason to cache an entire job.

R.

On Nov 1, 2012, at 4:59 AM, Michael Sweet <msweet@apple.com> wrote:

> Smith,
>=20
> Aside from Pete's excellent comments, I'll throw in my $0.02CDN as the ed=
itor for the document:
>=20
> - IPP and the Semantic Model are all about extensions, and we have lots o=
f them... :)
>=20
> - I had actually thought that MFDs would be able to handle storing and re=
transmitting documents, mainly because I figured that fax-in and fax-out go=
 hand-in-hand and most of the MFDs I've used have been able to store incomi=
ng documents to deal with "out of paper" issues.  But you raise an importan=
t point and I will add text explicitly covering that use case/type of print=
er.  On the print side we already support stream-only printers so it should=
 be straight-forward to expose this for FaxOut.
>=20
> - Regarding multiple destinations, I think it makes sense to add a "multi=
ple-destination-uris-supported" Printer attribute so that a printer can adv=
ertise whether they support more than 1 destination URI.  I will add this t=
o the next draft.
>=20
>=20
> On 2012-10-31, at 4:03 PM, "Kennedy, Smith (Wireless Architect)" <smith.k=
ennedy@hp.com> wrote:
>> Greetings,
>>=20
>> In reading the IPP FaxOut specification, it seems that there is an assum=
ption that the MFD must cache the entire fax job locally to handle retransm=
issions and to also support multiple destinations.  Obviously for those MFD=
s that have enough RAM or secondary storage, this is not a problem.  But wh=
at of those MFD type devices that may not have such resources?  It seems pr=
etty clear to me that resource-constrained MFDs were not considered in the =
IPP FaxOut specification.  It seems clear to me that additional attributes =
and use discussion will be needed to the IPP FaxOut specification if this c=
lass of devices is to be supported.
>>=20
>> Will the semantic model upon which IPP FaxOut is based allow for such ex=
tensions?  I will begin reading 5108.5 and 5108.1 more closely, but if thos=
e that were authors of those specifications or the draft of IPP FaxOut coul=
d comment on this, it would be appreciated.
>>=20
>> Cheers,
>> Smith
>>=20
>> /**
>>   Smith Kennedy
>>   Hewlett-Packard Co.
>>   smith.kennedy@hp.com
>> */
>>=20
>>=20
>> --=20
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>=20
>> _______________________________________________
>> ipp mailing list
>> ipp@pwg.org
>> https://www.pwg.org/mailman/listinfo/ipp
>=20
> __________________________________________________
> Michael Sweet, Senior Printing System Engineer, PWG Chair
>=20
>=20
> --=20
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>=20
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>=20


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 05:13:10 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5C5A121F84E6 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:13:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level: 
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1K1713dzbfJd for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:13:09 -0700 (PDT)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 72A3421F8510 for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 05:13:09 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id D83F27920D; Thu,  1 Nov 2012 08:12:48 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.51]) by pwg.org (Postfix) with ESMTP id CA04E79201 for <ipp@pwg.org>; Thu,  1 Nov 2012 08:12:35 -0400 (EDT)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay14.apple.com ([17.128.113.52]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0MCT00A205SL0TJ0@mail-out.apple.com> for ipp@pwg.org; Thu, 01 Nov 2012 05:12:35 -0700 (PDT)
X-AuditID: 11807134-b7fe96d000000e2b-13-5092673146c5
Received: from [17.153.25.126] (Unknown_Domain [17.153.25.126]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay14.apple.com (Apple SCV relay) with SMTP id F0.BE.03627.23762905; Thu, 01 Nov 2012 05:12:35 -0700 (PDT)
Subject: Re: [IPP] IPP FaxOut  and "resource constrained MFDs"?
From: Michael Sweet <msweet@apple.com>
In-reply-to: <39580828-F5DA-4CFD-B4BE-32A48E968ED0@amalfisystems.com>
Date: Thu, 01 Nov 2012 08:12:33 -0400
Message-id: <4FF83D21-9E36-48F2-85A8-8DFF33692E4D@apple.com>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com> <D829F9E7-6526-475D-83E0-260D54B59BD1@apple.com> <39580828-F5DA-4CFD-B4BE-32A48E968ED0@amalfisystems.com>
To: Randy Turner <rturner@amalfisystems.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrBLMWRmVeSWpSXmKPExsUiOFOyTtc4fVKAwa+tAhbH9r1ksTjyLdZi z9o/bBavunYxO7B4LD/5hdlj68kfbB67tu1k8pi3eDpTAEsUl01Kak5mWWqRvl0CV8az96cZ C1rlKh7uWcrSwLhGoouRk0NCwESi++g+NghbTOLCvfVANheHkMBUJolnG+YygSSEBewlGg+c ZQWxeQX0JA53bgezmQW0JG78ewlWwyagJvF7Uh9YnFPAVeL1smMsIDaLgIrE74MfWCDq4yVu rVkIZWtLLFv4mhlipo3E4XdLmCEWL2aUOH14ByNIQkRAR6Lt6TkWiOtkJVZM7WWawMg/C8kd s5DcMQvJ3AWMzKsYBYtScxIrDU30EgsKclL1kvNzNzGCwrOh0GQH48Gf/IcYBTgYlXh4NfMm BgixJpYVV+YeYpTgYFYS4X3cDRTiTUmsrEotyo8vKs1JLT7EKM3BoiTOmzIdKCWQnliSmp2a WpBaBJNl4uCUamC0ns8c5J3zi/0L982vD/bLe9ZnuyQ7OE0OWBioHqE2wUpdY0parmZnwyXd XI4Vx0yjCrhudE5pusp8sSv/zURpp4/vEkou/ohdUThtk/PUygo9752/91hcknCO2WO6Ypr3 T9mip3+tgsynqR85dYo3ZuK0HXbPlr4om2HwuC5RwVXV2CRTPkqJpTgj0VCLuag4EQAhwSvR SwIAAA==
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: D83F27920D.A8892
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Randy,

Thanks, I will include this in the updated draft as well.


On 2012-11-01, at 8:09 AM, Randy Turner <rturner@amalfisystems.com> wrote:

> 
> Historically, I think the assumption for fax machines is that CCITT error handling mechanisms REQUIRED that fax machines be able to cache a single "PAGE" of information.  In my experience, there is no such thing as a fax machine so resource constrained that it cannot cache a single page, so maybe we should think about this in our discussion of assumed caching requirements.  If you had a 50-page job, you received confirmation on a page-by-page basis, so there was no reason to cache an entire job.
> 
> R.
> 
> On Nov 1, 2012, at 4:59 AM, Michael Sweet <msweet@apple.com> wrote:
> 
>> Smith,
>> 
>> Aside from Pete's excellent comments, I'll throw in my $0.02CDN as the editor for the document:
>> 
>> - IPP and the Semantic Model are all about extensions, and we have lots of them... :)
>> 
>> - I had actually thought that MFDs would be able to handle storing and retransmitting documents, mainly because I figured that fax-in and fax-out go hand-in-hand and most of the MFDs I've used have been able to store incoming documents to deal with "out of paper" issues.  But you raise an important point and I will add text explicitly covering that use case/type of printer.  On the print side we already support stream-only printers so it should be straight-forward to expose this for FaxOut.
>> 
>> - Regarding multiple destinations, I think it makes sense to add a "multiple-destination-uris-supported" Printer attribute so that a printer can advertise whether they support more than 1 destination URI.  I will add this to the next draft.
>> 
>> 
>> On 2012-10-31, at 4:03 PM, "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com> wrote:
>>> Greetings,
>>> 
>>> In reading the IPP FaxOut specification, it seems that there is an assumption that the MFD must cache the entire fax job locally to handle retransmissions and to also support multiple destinations.  Obviously for those MFDs that have enough RAM or secondary storage, this is not a problem.  But what of those MFD type devices that may not have such resources?  It seems pretty clear to me that resource-constrained MFDs were not considered in the IPP FaxOut specification.  It seems clear to me that additional attributes and use discussion will be needed to the IPP FaxOut specification if this class of devices is to be supported.
>>> 
>>> Will the semantic model upon which IPP FaxOut is based allow for such extensions?  I will begin reading 5108.5 and 5108.1 more closely, but if those that were authors of those specifications or the draft of IPP FaxOut could comment on this, it would be appreciated.
>>> 
>>> Cheers,
>>> Smith
>>> 
>>> /**
>>>  Smith Kennedy
>>>  Hewlett-Packard Co.
>>>  smith.kennedy@hp.com
>>> */
>>> 
>>> 
>>> -- 
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>> 
>>> _______________________________________________
>>> ipp mailing list
>>> ipp@pwg.org
>>> https://www.pwg.org/mailman/listinfo/ipp
>> 
>> __________________________________________________
>> Michael Sweet, Senior Printing System Engineer, PWG Chair
>> 
>> 
>> -- 
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>> 
>> _______________________________________________
>> ipp mailing list
>> ipp@pwg.org
>> https://www.pwg.org/mailman/listinfo/ipp
>> 
> 

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 05:13:44 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0768B21F86B2 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:13:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aSPXJtk3wSVH for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:13:42 -0700 (PDT)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id CBD8221F860B for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 05:13:41 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id F385E79213; Thu,  1 Nov 2012 08:13:08 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from USA7109MR001.ACS-INC.COM (usa7109mr001.acs-inc.com [63.101.151.9]) by pwg.org (Postfix) with ESMTP id 2ECCF79201 for <ipp@pwg.org>; Thu,  1 Nov 2012 08:12:47 -0400 (EDT)
Received: from usa7109ht001.na.xerox.net ([13.41.230.31]) by USA7109MR001.ACS-INC.COM with ESMTP/TLS/AES128-SHA; 01 Nov 2012 07:12:47 -0500
Received: from USA7109MB004.na.xerox.net ([169.254.3.100]) by USA7109HT001.na.xerox.net ([13.41.230.31]) with mapi id 14.01.0355.002; Thu, 1 Nov 2012 07:12:37 -0500
From: "Zehler, Peter" <Peter.Zehler@xerox.com>
To: Randy Turner <rturner@amalfisystems.com>
Subject: RE: [IPP] RE: IPP FaxOut  and "resource constrained MFDs"?
Thread-Topic: [IPP] RE: IPP FaxOut  and "resource constrained MFDs"?
Thread-Index: AQHNt6K7A0MHclC15Em6jplcdsiW15fUy+8ggABoqwD//6zSoA==
Date: Thu, 1 Nov 2012 12:12:36 +0000
Message-ID: <A4DE324D317E4F40A82CF077C7A9E1E301DC1E@USA7109MB004.na.xerox.net>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com> <A4DE324D317E4F40A82CF077C7A9E1E301DBCF@USA7109MB004.na.xerox.net> <94076B4F-F4E9-4B6A-9BCC-27D5FE804CAF@amalfisystems.com>
In-Reply-To: <94076B4F-F4E9-4B6A-9BCC-27D5FE804CAF@amalfisystems.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [13.41.230.87]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: F385E79213.A8CDE
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Randy,

The point of my first paragraph below is that an MFD is not REQUIRED to sup=
port caching the entire job.  This is true not only of Fax but also of prin=
t.  Fax might need to cache the job for retries and print might need to cac=
he the job for multiple copies.   Of course fax and print could accomplish =
their tasks without caching the documents if the documents were submitted b=
y reference (i.e. using a document URI).=20

Peter Zehler

Xerox Research Center Webster
Email: Peter.Zehler@Xerox.com
Voice: (585) 265-8755
FAX: (585) 265-7441
US Mail: Peter Zehler
Xerox Corp.
800 Phillips Rd.
M/S 128-25E
Webster NY, 14580-9701=20



-----Original Message-----
From: Randy Turner [mailto:rturner@amalfisystems.com]=20
Sent: Thursday, November 01, 2012 7:57 AM
To: Zehler, Peter
Cc: Kennedy, Smith (Wireless Architect); ipp@pwg.org
Subject: Re: [IPP] RE: IPP FaxOut and "resource constrained MFDs"?


Hi Pete,

I think Smith's assertion is correct - from my reading of your first paragr=
aph below, if you support retransmissions, the assumption is you can cache =
the entire job.  Advertising the capability is a separate issue.  So the an=
swer is "yes", the assumption is that the device can cache the entire job. =
 If a device can't do this, then the recommendation is not to advertise the=
 capability.

At least that's how I interpreted the first paragraph of your email below...

Randy

On Nov 1, 2012, at 4:21 AM, "Zehler, Peter" <Peter.Zehler@xerox.com> wrote:

> Smith,
>=20
> I don't think there is an assumption that the MFD must cache the entire f=
ax job locally to handle retransmissions.  An MFD that cannot handle retran=
smissions would represent that in its capabilities.  The FaxOutJobProcessin=
g element RetryInfo element is optional.  An MFD implementation unable to c=
ache an entire fax job would not advertise that capability.  Standard MustH=
onor (i.e. ipp-attribute-fidelity in IPP) handles this limitation on job su=
bmission.  A fax job submission with MustHonor on RetryInfo would be reject=
ed.  A job without MustHonor would omit RetryInfo or substitute '0' for the=
 values of the constituent elements.
>=20
> DestinationUris is a bit different.  Currently there is no way to determi=
ne before submitting a job if the MFD is capable of delivering a fax job to=
 multiple destinations.  In the FaxOutJobProcessingCapabilities element Des=
tinationUris we covered the supported URL schemes to enable support for var=
ious flavors of fax such as ITU and IETF.  Also covered is the support of f=
ields from rfc2806 that were dropped in rfc3966 but are needed to route a f=
ax  (e.g., preDialString, postDialString and T33Subaddress).  There is no e=
lement to indicate if multi-destination jobs are supported.  The element sh=
ould be a peer of DestinationUris and not contained within. Pity you weren'=
t around a year and a half ago so there would be one.  An MFD that handles =
only single destination jobs is supported during job submission through the=
 standard MustHonor processing.
>=20
> The PWG Semantic Model will allows such extensions.  Since an IPP protoco=
l binding of fax and scan are being discussed I would think that the fax sp=
ecification would be a good place to define the element and have it include=
d in the semantic model schema.=20=20
>=20
> Peter Zehler,
>=20
>=20
> Xerox Research Center Webster
> Email: Peter.Zehler@Xerox.com
> Voice: (585) 265-8755
> FAX: (585) 265-7441
> US Mail: Peter Zehler
> Xerox Corp.
> 800 Phillips Rd.
> M/S 128-25E
> Webster NY, 14580-9701
>=20
>=20
> -----Original Message-----
> From: ipp-bounces@pwg.org [mailto:ipp-bounces@pwg.org] On Behalf Of=20
> Kennedy, Smith (Wireless Architect)
> Sent: Wednesday, October 31, 2012 4:03 PM
> To: ipp@pwg.org
> Subject: [IPP] IPP FaxOut and "resource constrained MFDs"?
>=20
> Greetings,
>=20
> In reading the IPP FaxOut specification, it seems that there is an assump=
tion that the MFD must cache the entire fax job locally to handle retransmi=
ssions and to also support multiple destinations.  Obviously for those MFDs=
 that have enough RAM or secondary storage, this is not a problem.  But wha=
t of those MFD type devices that may not have such resources?  It seems pre=
tty clear to me that resource-constrained MFDs were not considered in the I=
PP FaxOut specification.  It seems clear to me that additional attributes a=
nd use discussion will be needed to the IPP FaxOut specification if this cl=
ass of devices is to be supported.
>=20
> Will the semantic model upon which IPP FaxOut is based allow for such ext=
ensions?  I will begin reading 5108.5 and 5108.1 more closely, but if those=
 that were authors of those specifications or the draft of IPP FaxOut could=
 comment on this, it would be appreciated.
>=20
> Cheers,
> Smith
>=20
> /**
>    Smith Kennedy
>    Hewlett-Packard Co.
>    smith.kennedy@hp.com
> */
>=20
>=20
> --
> This message has been scanned for viruses and dangerous content by MailSc=
anner, and is believed to be clean.
>=20
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>=20
> --
> This message has been scanned for viruses and dangerous content by=20
> MailScanner, and is believed to be clean.
>=20
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>=20


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 05:28:47 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 11CD021F89AE for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:28:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cIZteFgTVwCo for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 05:28:46 -0700 (PDT)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 6902521F89FD for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 05:28:44 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 867FE79213; Thu,  1 Nov 2012 08:28:26 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from atl4mhob08.myregisteredsite.com (atl4mhob08.myregisteredsite.com [209.17.115.46]) by pwg.org (Postfix) with ESMTP id 6033F7920D for <ipp@pwg.org>; Thu,  1 Nov 2012 08:28:12 -0400 (EDT)
Received: from mailpod.hostingplatform.com (mail.networksolutionsemail.com [205.178.146.50]) by atl4mhob08.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qA1CSBqT001841 for <ipp@pwg.org>; Thu, 1 Nov 2012 08:28:11 -0400
Received: (qmail 22410 invoked by uid 0); 1 Nov 2012 12:28:11 -0000
Received: from unknown (HELO ?192.168.1.104?) (98.151.18.90) by 0 with ESMTPS (AES128-SHA encrypted); 1 Nov 2012 12:28:11 -0000
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
Subject: Re: [IPP] RE: IPP FaxOut  and "resource constrained MFDs"?
From: Randy Turner <rturner@amalfisystems.com>
In-Reply-To: <A4DE324D317E4F40A82CF077C7A9E1E301DC1E@USA7109MB004.na.xerox.net>
Date: Thu, 1 Nov 2012 05:28:10 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <17700420-58C5-4B46-91D8-CDFF3C939F97@amalfisystems.com>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com> <A4DE324D317E4F40A82CF077C7A9E1E301DBCF@USA7109MB004.na.xerox.net> <94076B4F-F4E9-4B6A-9BCC-27D5FE804CAF@amalfisystems.com> <A4DE324D317E4F40A82CF077C7A9E1E301DC1E@USA7109MB004.na.xerox.net>
To: "Zehler, Peter" <Peter.Zehler@xerox.com>
X-Mailer: Apple Mail (2.1499)
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 867FE79213.A8FD7
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Should we include (enumerate) some examples of how to accomplish advertised=
 functionality WITHOUT device-local caching?

This would correct any false assumptions about job caching being required t=
o accomplish certain advertised functionality.

print(fax out) by reference is a good example whereby my device can support=
 complete job retries without local caching (as you say below)

R.


On Nov 1, 2012, at 5:12 AM, "Zehler, Peter" <Peter.Zehler@xerox.com> wrote:

> Randy,
>=20
> The point of my first paragraph below is that an MFD is not REQUIRED to s=
upport caching the entire job.  This is true not only of Fax but also of pr=
int.  Fax might need to cache the job for retries and print might need to c=
ache the job for multiple copies.   Of course fax and print could accomplis=
h their tasks without caching the documents if the documents were submitted=
 by reference (i.e. using a document URI).=20
>=20
> Peter Zehler
>=20
> Xerox Research Center Webster
> Email: Peter.Zehler@Xerox.com
> Voice: (585) 265-8755
> FAX: (585) 265-7441
> US Mail: Peter Zehler
> Xerox Corp.
> 800 Phillips Rd.
> M/S 128-25E
> Webster NY, 14580-9701=20
>=20
>=20
>=20
> -----Original Message-----
> From: Randy Turner [mailto:rturner@amalfisystems.com]=20
> Sent: Thursday, November 01, 2012 7:57 AM
> To: Zehler, Peter
> Cc: Kennedy, Smith (Wireless Architect); ipp@pwg.org
> Subject: Re: [IPP] RE: IPP FaxOut and "resource constrained MFDs"?
>=20
>=20
> Hi Pete,
>=20
> I think Smith's assertion is correct - from my reading of your first para=
graph below, if you support retransmissions, the assumption is you can cach=
e the entire job.  Advertising the capability is a separate issue.  So the =
answer is "yes", the assumption is that the device can cache the entire job=
.  If a device can't do this, then the recommendation is not to advertise t=
he capability.
>=20
> At least that's how I interpreted the first paragraph of your email below=
...
>=20
> Randy
>=20
> On Nov 1, 2012, at 4:21 AM, "Zehler, Peter" <Peter.Zehler@xerox.com> wrot=
e:
>=20
>> Smith,
>>=20
>> I don't think there is an assumption that the MFD must cache the entire =
fax job locally to handle retransmissions.  An MFD that cannot handle retra=
nsmissions would represent that in its capabilities.  The FaxOutJobProcessi=
ng element RetryInfo element is optional.  An MFD implementation unable to =
cache an entire fax job would not advertise that capability.  Standard Must=
Honor (i.e. ipp-attribute-fidelity in IPP) handles this limitation on job s=
ubmission.  A fax job submission with MustHonor on RetryInfo would be rejec=
ted.  A job without MustHonor would omit RetryInfo or substitute '0' for th=
e values of the constituent elements.
>>=20
>> DestinationUris is a bit different.  Currently there is no way to determ=
ine before submitting a job if the MFD is capable of delivering a fax job t=
o multiple destinations.  In the FaxOutJobProcessingCapabilities element De=
stinationUris we covered the supported URL schemes to enable support for va=
rious flavors of fax such as ITU and IETF.  Also covered is the support of =
fields from rfc2806 that were dropped in rfc3966 but are needed to route a =
fax  (e.g., preDialString, postDialString and T33Subaddress).  There is no =
element to indicate if multi-destination jobs are supported.  The element s=
hould be a peer of DestinationUris and not contained within. Pity you weren=
't around a year and a half ago so there would be one.  An MFD that handles=
 only single destination jobs is supported during job submission through th=
e standard MustHonor processing.
>>=20
>> The PWG Semantic Model will allows such extensions.  Since an IPP protoc=
ol binding of fax and scan are being discussed I would think that the fax s=
pecification would be a good place to define the element and have it includ=
ed in the semantic model schema.=20=20
>>=20
>> Peter Zehler,
>>=20
>>=20
>> Xerox Research Center Webster
>> Email: Peter.Zehler@Xerox.com
>> Voice: (585) 265-8755
>> FAX: (585) 265-7441
>> US Mail: Peter Zehler
>> Xerox Corp.
>> 800 Phillips Rd.
>> M/S 128-25E
>> Webster NY, 14580-9701
>>=20
>>=20
>> -----Original Message-----
>> From: ipp-bounces@pwg.org [mailto:ipp-bounces@pwg.org] On Behalf Of=20
>> Kennedy, Smith (Wireless Architect)
>> Sent: Wednesday, October 31, 2012 4:03 PM
>> To: ipp@pwg.org
>> Subject: [IPP] IPP FaxOut and "resource constrained MFDs"?
>>=20
>> Greetings,
>>=20
>> In reading the IPP FaxOut specification, it seems that there is an assum=
ption that the MFD must cache the entire fax job locally to handle retransm=
issions and to also support multiple destinations.  Obviously for those MFD=
s that have enough RAM or secondary storage, this is not a problem.  But wh=
at of those MFD type devices that may not have such resources?  It seems pr=
etty clear to me that resource-constrained MFDs were not considered in the =
IPP FaxOut specification.  It seems clear to me that additional attributes =
and use discussion will be needed to the IPP FaxOut specification if this c=
lass of devices is to be supported.
>>=20
>> Will the semantic model upon which IPP FaxOut is based allow for such ex=
tensions?  I will begin reading 5108.5 and 5108.1 more closely, but if thos=
e that were authors of those specifications or the draft of IPP FaxOut coul=
d comment on this, it would be appreciated.
>>=20
>> Cheers,
>> Smith
>>=20
>> /**
>>   Smith Kennedy
>>   Hewlett-Packard Co.
>>   smith.kennedy@hp.com
>> */
>>=20
>>=20
>> --
>> This message has been scanned for viruses and dangerous content by MailS=
canner, and is believed to be clean.
>>=20
>> _______________________________________________
>> ipp mailing list
>> ipp@pwg.org
>> https://www.pwg.org/mailman/listinfo/ipp
>>=20
>> --
>> This message has been scanned for viruses and dangerous content by=20
>> MailScanner, and is believed to be clean.
>>=20
>> _______________________________________________
>> ipp mailing list
>> ipp@pwg.org
>> https://www.pwg.org/mailman/listinfo/ipp
>>=20
>=20
>=20


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Thu Nov  1 06:32:11 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6AE1121F8DB7 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 06:32:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.299
X-Spam-Level: 
X-Spam-Status: No, score=-102.299 tagged_above=-999 required=5 tests=[AWL=-0.300, BAYES_00=-2.599, J_CHICKENPOX_53=0.6, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E2oTG-UndmF7 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 06:32:10 -0700 (PDT)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 96F7D21F8DB4 for <ipp-archive@lists.ietf.org>; Thu,  1 Nov 2012 06:32:10 -0700 (PDT)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 0EEC179222; Thu,  1 Nov 2012 09:31:57 -0400 (EDT)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (crispin.apple.com [17.151.62.50]) by pwg.org (Postfix) with ESMTP id 1377379220 for <ipp@pwg.org>; Thu,  1 Nov 2012 09:31:44 -0400 (EDT)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay14.apple.com ([17.128.113.52]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0MCT003XW9KDGRO1@mail-out.apple.com> for ipp@pwg.org; Thu, 01 Nov 2012 06:31:30 -0700 (PDT)
X-AuditID: 11807134-b7fe96d000000e2b-4b-509279b0ea62
Received: from [17.153.25.126] (Unknown_Domain [17.153.25.126]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay14.apple.com (Apple SCV relay) with SMTP id F0.3E.03627.1B972905; Thu, 01 Nov 2012 06:31:30 -0700 (PDT)
Subject: Re: [IPP] RE: IPP FaxOut  and "resource constrained MFDs"?
From: Michael Sweet <msweet@apple.com>
In-reply-to: <17700420-58C5-4B46-91D8-CDFF3C939F97@amalfisystems.com>
Date: Thu, 01 Nov 2012 09:31:28 -0400
Message-id: <9A686A03-B87B-40B8-ABCC-899964CD99A1@apple.com>
References: <C73B49CC-4B90-4AB2-9077-4693341CA748@hp.com> <A4DE324D317E4F40A82CF077C7A9E1E301DBCF@USA7109MB004.na.xerox.net> <94076B4F-F4E9-4B6A-9BCC-27D5FE804CAF@amalfisystems.com> <A4DE324D317E4F40A82CF077C7A9E1E301DC1E@USA7109MB004.na.xerox.net> <17700420-58C5-4B46-91D8-CDFF3C939F97@amalfisystems.com>
To: Randy Turner <rturner@amalfisystems.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrBLMWRmVeSWpSXmKPExsUiOFOyTndT5aQAgzdbhCyO7XvJYnHkW6xF x5OVrBZ71v5hc2DxWH7yC7PH1pM/2DzmLZ7O5LH81Hq2AJYoLpuU1JzMstQifbsEroytC9oY C1pFKxYc+c3YwNgm2MXIySEhYCLxafszRghbTOLCvfVsXYxcHEICU5kkZq35ygqSEBZwljjx ZisTiM0roCdxuHM7WJxZQEvixr+XYHE2ATWJ35P6wOKcAq4Slx63gcVZBFQkbn9dyQRR7y0x 8VknlK0tsWzha2aImTYSuz59YIdYvJFJouXCPXaQhIiAjkTb03MsENfJSqyY2ss0gZF/FpI7 ZiG5YxaSuQsYmVcxChal5iRWGproJRYU5KTqJefnbmIEhWdDockOxoM/+Q8xCnAwKvHwauZN DBBiTSwrrsw9xCjBwawkwvu4GyjEm5JYWZValB9fVJqTWnyIUZqDRUmcN2U6UEogPbEkNTs1 tSC1CCbLxMEp1cDI8r5wrdp8vVs/Vy2+p/7hQ67N7Kqjszamckr+mOWWyRzy7DvfxqR4DofJ hpLSt/TvHD5R4tXH8m+W90zhYq33j3JsD6dv2fak88OSrPwrOR/rJK35X034H2a3mb9qLdPa 4kPGB4XnntZVP/fM/4kgR9lnPk3RSPW0xbWzWeMLNNnMmHfkz1mnxFKckWioxVxUnAgAWkzm vksCAAA=
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 0EEC179222.A7FD6
X-pwg-MailScanner-From: ipp-bounces@pwg.org

Randy,

On 2012-11-01, at 8:28 AM, Randy Turner <rturner@amalfisystems.com> wrote:
> 
> Should we include (enumerate) some examples of how to accomplish advertised functionality WITHOUT device-local caching?

I think it is important to address the stream vs. spool use cases, but I *don't* think we need to enumerate the implementation options for each type of printer.  As Pete pointed out, IPP already handles such things as copies and duplex where at least some content needs to either be cached by the printer or the job has to be aborted so that the client can resubmit when an exception occurs.  I don't see fax retransmission as any different, aside from some new job-state-reasons values to tell the client what happened.

> This would correct any false assumptions about job caching being required to accomplish certain advertised functionality.
> 
> print(fax out) by reference is a good example whereby my device can support complete job retries without local caching (as you say below)

That isn't really true in the general case, since the printer needs to cache at least some of the remote content in order to render/print/fax it and not all remote stores allow random access to the data making retries potentially resource intensive.

I often see "print by reference" being heralded as the fix for all of our woes, but in reality little has changed since we introduced it some 15 years ago - it works for certain specific use cases but is no substitute for the client supplying the print data because a URI generally does not contain all of the information needed to reproduce what the client would supply to the printer (beyond credentials/cookies/etc., the software used to generate the printable content and any client-side processing intent).  Having the client be the server for the reference solves some of those issues but places an undue burden on the client implementations and introduces a lot of issues on mobile devices (fax, then walk away and the printer cannot access the document to be faxed) - better to just make sure direct, streamed printing/fax can be supported by both sides and let print/fax-by-reference be a bonus/optimization option that is available.

Also, for fax-out we can't assume that the printer can produce a cover sheet or that the client would want it to.  More than likely the client will want to supply the cover sheet for the fax, which means direct printing or print-by-reference with the client as the server.

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From geral@explicacoes4you.com  Thu Nov  1 08:08:45 2012
Return-Path: <geral@explicacoes4you.com>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9CBEA21F8D01 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 08:08:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.558
X-Spam-Level: 
X-Spam-Status: No, score=-2.558 tagged_above=-999 required=5 tests=[AWL=0.041, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mIiWvxji+Eug for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 08:08:44 -0700 (PDT)
Received: from iberweb18a.ibername.com (iberweb18a.ibername.com [188.93.230.140]) by ietfa.amsl.com (Postfix) with ESMTP id 6FCB321F8CE7 for <ipp-archive@megatron.ietf.org>; Thu,  1 Nov 2012 08:08:44 -0700 (PDT)
Received: from bl14-52-114.dsl.telepac.pt ([85.247.52.114]:62417 helo=fos-5mkgugpcpfe) by iberweb18a.ibername.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from <geral@explicacoes4you.com>) id 1TTwNu-0003iG-F3; Thu, 01 Nov 2012 15:08:42 +0000
Message-ID: <671081.54296875-sendEmail@fos-5mkgugpcpfe>
From: "geral@explicacoes4you.com" <geral@explicacoes4you.com>
Reply-To: "geral@explicacoes4you.com" <geral@explicacoes4you.com>
To: "geral@explicacoes4you.com" <geral@explicacoes4you.com>
Subject: <><> CENTRO DE EXPLICACOES ONLINE -> Todos os niveis de escolaridade (NR/463025)
Date: Thu, 1 Nov 2012 15:08:31 +0000
X-Mailer: sendEmail-1.56
MIME-Version: 1.0
Content-Type: multipart/related; boundary="----MIME delimiter for sendEmail-440551.7578125"
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - iberweb18a.ibername.com
X-AntiAbuse: Original Domain - megatron.ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - explicacoes4you.com
X-Get-Message-Sender-Via: iberweb18a.ibername.com: authenticated_id: geral@explicacoes4you.com
X-Source: 
X-Source-Args: 
X-Source-Dir:

This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.

------MIME delimiter for sendEmail-440551.7578125
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Explicações4You
Centro de Explicações Online

www.explicacoes4you.com
explicacoes4you@gmail.com

Explicações Online, de todos os níveis de escolaridade.

Centro de Estudos Online, de todos os níveis de escolaridade, dedicado ao ensino à distância onde poderá, com toda a rapidez e comodidade, encontrar as soluções para as suas dúvidas dos testes, exames e trabalhos através do seu computador.

Preparação Para:
- Testes ensino secundário
- Provas Globais
- Exames Nacionais
- Exames ensino superior
- Dúvidas pontuais
- Exercicios diversos
- Testes e Exames
- TPC
- Etc ...

Se já estudou e tem apenas dúvidas na resolução de alguns exercícios de um exame ou de um trabalho, ou dificuldade na compreensão da matéria e não consegue resolver os exercícios mais básicos, então necessita de um acompanhamento personalizado e deve optar pelo modo mais eficaz, económico e cómodo de Explicações Online.

Os Professores são Licenciados/Mestres e com vasta experiência de ensino. Caso o aluno não entenda a solução enviada, pode pedir que seja explicado de maneira mais clara. A nossa equipa não medirá esforços para que você entenda a solução da questão.

Para mais informações, entre em contacto connosco: 

Explicações4You - Centro de Estudos Online

Rua Filipe Folque Nº 10G - Apartado 12058
1061-001 Lisboa - Portugal

E-Mail: explicacoes4you@gmail.com
Website: http://www.explicacoes4you.com


Nota: Esta mensagem está de acordo com a legislação nacional (Decreto-Lei nº 7/2004) sobre o envio de mensagens comerciais: Qualquer mensagem deverá estar claramente identificada com os dados do emissor e deverá proporcionar ao destinatário a hipótese de ser removido da lista. Para ser removido desta lista clique no link seguinte: http://www.explicacoes4you.com/retirar.htm

Note: If don't want to receive more e-mails from us, you will be able to remove your address from this distribution list in the following address http://www.explicacoes4you.com/retirar.htm

------MIME delimiter for sendEmail-440551.7578125--


From geral@aulas4you.com  Thu Nov  1 08:08:52 2012
Return-Path: <geral@aulas4you.com>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C0FE321F8C82 for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 08:08:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.549
X-Spam-Level: 
X-Spam-Status: No, score=-2.549 tagged_above=-999 required=5 tests=[AWL=0.050, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IO1a7yhenRzI for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 08:08:52 -0700 (PDT)
Received: from iberweb18a.ibername.com (iberweb18a.ibername.com [188.93.230.140]) by ietfa.amsl.com (Postfix) with ESMTP id 0731F21F8C5E for <ipp-archive@megatron.ietf.org>; Thu,  1 Nov 2012 08:08:52 -0700 (PDT)
Received: from bl14-52-114.dsl.telepac.pt ([85.247.52.114]:62435 helo=fos-5mkgugpcpfe) by iberweb18a.ibername.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from <geral@aulas4you.com>) id 1TTwO2-0003kx-Et; Thu, 01 Nov 2012 15:08:50 +0000
Message-ID: <863220.21484375-sendEmail@fos-5mkgugpcpfe>
From: "geral@aulas4you.com" <geral@aulas4you.com>
Reply-To: "geral@aulas4you.com" <geral@aulas4you.com>
To: "geral@aulas4you.com" <geral@aulas4you.com>
Subject: /\/\AULAS DE GUITARRA ONLINE -> Sem sair de casa, e ao seu ritmo - (NR/463082)
Date: Thu, 1 Nov 2012 15:08:38 +0000
X-Mailer: sendEmail-1.56
MIME-Version: 1.0
Content-Type: multipart/related; boundary="----MIME delimiter for sendEmail-103759.765625"
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - iberweb18a.ibername.com
X-AntiAbuse: Original Domain - megatron.ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - aulas4you.com
X-Get-Message-Sender-Via: iberweb18a.ibername.com: authenticated_id: geral@aulas4you.com
X-Source: 
X-Source-Args: 
X-Source-Dir:

This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.

------MIME delimiter for sendEmail-103759.765625
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Aulas de Guitarra Acústica Online
sem sair de casa, e ao seu ritmo

Aulas básicas de guitarra acústica, on-line, para iniciantes, aulas e dicas para quem quer aprender a tocar guitarra de modo rápido, prático e sem complicações! 

Podemos trabalhar consigo as músicas que mais gosta e têm um significado especial para si, através de um método muito simples, eficiente, eficaz, e que produz resultados rápidos.

Aulas de guitarra para iniciantes. Aprenda a tocar sem sair de casa. Dicas de afinação, notas, acordes, ritmos, escalas, musicas, exercicios, dedilhados, video-aulas e muito mais para praticar no seu instrumento.

Para mais informações, entre em contacto connosco: 

Explicações4You - Centro de Estudos Online

Rua Filipe Folque Nº 10G - Apartado 12058
1061-001 Lisboa - Portugal

E-Mail: explicacoes4you@gmail.com
Website: http://guitarra4you.blogspot.pt

Nota: Esta mensagem está de acordo com a legislação nacional (Decreto-Lei nº 7/2004) sobre o envio de mensagens comerciais: Qualquer mensagem deverá estar claramente identificada com os dados do emissor e deverá proporcionar ao destinatário a hipótese de ser removido da lista. Para ser removido desta lista clique no link seguinte: http://www.explicacoes4you.com/retirar.htm

Note: If don't want to receive more e-mails from us, you will be able to remove your address from this distribution list in the following address http://www.explicacoes4you.com/retirar.htm

------MIME delimiter for sendEmail-103759.765625--


From geral@explicacoes4you.com  Thu Nov  1 08:08:59 2012
Return-Path: <geral@explicacoes4you.com>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4056121F8C8C for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 08:08:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.558
X-Spam-Level: 
X-Spam-Status: No, score=-2.558 tagged_above=-999 required=5 tests=[AWL=0.041, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mmUA6WpP0OXN for <ietfarch-ipp-archive@ietfa.amsl.com>; Thu,  1 Nov 2012 08:08:58 -0700 (PDT)
Received: from iberweb18a.ibername.com (iberweb18a.ibername.com [188.93.230.140]) by ietfa.amsl.com (Postfix) with ESMTP id 9D7A421F8C82 for <ipp-archive@megatron.ietf.org>; Thu,  1 Nov 2012 08:08:58 -0700 (PDT)
Received: from bl14-52-114.dsl.telepac.pt ([85.247.52.114]:62453 helo=fos-5mkgugpcpfe) by iberweb18a.ibername.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from <geral@explicacoes4you.com>) id 1TTwO9-0003pA-2f; Thu, 01 Nov 2012 15:08:57 +0000
Message-ID: <376708.984375-sendEmail@fos-5mkgugpcpfe>
From: "geral@explicacoes4you.com" <geral@explicacoes4you.com>
Reply-To: "geral@explicacoes4you.com" <geral@explicacoes4you.com>
To: "geral@explicacoes4you.com" <geral@explicacoes4you.com>
Subject: /\/\/\15 euros: Aprenda Idiomas sem Mestre -> Ingles, Frances, Alemao, Espanhol, e Italiano - (NR/463082)
Date: Thu, 1 Nov 2012 15:08:46 +0000
X-Mailer: sendEmail-1.56
MIME-Version: 1.0
Content-Type: multipart/related; boundary="----MIME delimiter for sendEmail-116180.419921875"
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - iberweb18a.ibername.com
X-AntiAbuse: Original Domain - megatron.ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - explicacoes4you.com
X-Get-Message-Sender-Via: iberweb18a.ibername.com: authenticated_id: geral@explicacoes4you.com
X-Source: 
X-Source-Args: 
X-Source-Dir:

This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.

------MIME delimiter for sendEmail-116180.419921875
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit


Por apenas 15 euros (cada idioma) pode aprender novos idiomas (Inglês, Francês, Alemão, Espanhol, e Italiano) nestes cursos, com este sistema inovador, aproveitando o tempo enquanto faz outras tarefas rotineiras:

• Simples
• Eficaz
• Resultados Imediatos

Curso para Iniciantes em MP3

•  No Radio do Automovel
•  No Telemóvel 
•  No Leitor de MP3
•  No Computador
•  Etc ...

Aproveite o tempo 
enquanto faz tarefas rotineiras

•  Ao Volante
•  Enquanto Caminha
•  Enquanto Espera
•  Enquanto está no Computador
•  Enquanto faz outras tarefas
•  Etc ...

Para mais informações, entre em contacto connosco: 

ou consulte o nosso Site: http://idiomas4you.blogspot.pt


Com os nossos melhores cumprimentos,

Explicações4You - Centro de Estudos Online

Rua Filipe Folque Nº 10G - Apartado 12058
1061-001 Lisboa - Portugal

E-Mail: explicacoes4you@gmail.com
Website: http://idiomas4you.blogspot.pt

Nota: Esta mensagem está de acordo com a legislação nacional (Decreto-Lei nº 7/2004) sobre o envio de mensagens comerciais: Qualquer mensagem deverá estar claramente identificada com os dados do emissor e deverá proporcionar ao destinatário a hipótese de ser removido da lista. Para ser removido desta lista clique no link seguinte: http://www.explicacoes4you.com/retirar.htm

Note: If don't want to receive more e-mails from us, you will be able to remove your address from this distribution list in the following address http://www.explicacoes4you.com/retirar.htm

------MIME delimiter for sendEmail-116180.419921875--


From pwg-announce-bounces@pwg.org  Sun Nov  4 10:32:41 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1035321F874A for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun,  4 Nov 2012 10:32:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.143
X-Spam-Level: 
X-Spam-Status: No, score=-0.143 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FRT_ADOBE2=2.455, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IJmmk-JgFTFR for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun,  4 Nov 2012 10:32:40 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id BABE221F8741 for <ipp-archive@lists.ietf.org>; Sun,  4 Nov 2012 10:32:39 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 2F1C0791DD; Sun,  4 Nov 2012 13:32:20 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by pwg.org (Postfix) with ESMTP id 8DE81791DC for <pwg-announce@pwg.org>; Sun,  4 Nov 2012 13:32:04 -0500 (EST)
Received: by mail-lb0-f174.google.com with SMTP id n3so4162115lbo.5 for <pwg-announce@pwg.org>; Sun, 04 Nov 2012 10:32:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bsBx79FY5enApt3s385+iYQ56c0VSQPBU0Fn9J3Pamc=; b=KsGISfyqpX6OEEUu5/AYPR7jv2CGkPhFpCEQ+JsOvOEZ1GTO6iA/p1u3qpdV1A0NMr nWSY2VG+J2yFPqRXCX3snQgLmJwKUHHspc1hQe9UBTNIkwfEnREPDFFedYiou+bNV/78 SiF61Uws6BP40eO+15KuY2yDW9ayg3gGWxVaiLFglBhXoLcLBMgwq4c7574BFZ7RRSd6 y0WHYy9vtxo7qSGQv1TAsAbUVi0FfQJd6Gv5nzbBFiDnwOh1nzlEW5A8RWWdEXjqKQhR Qkhw0a6yE2nSQgC9kf9HPc8nWu2159lp+GfwjHyDnyMXOObx2QlmYU/pSfvjDZjDTiuy f87A==
MIME-Version: 1.0
Received: by 10.152.48.111 with SMTP id k15mr7147109lan.17.1352053923320; Sun, 04 Nov 2012 10:32:03 -0800 (PST)
Received: by 10.112.81.168 with HTTP; Sun, 4 Nov 2012 10:32:03 -0800 (PST)
Date: Sun, 4 Nov 2012 13:32:03 -0500
Message-ID: <CAN40gStEkB9y-xztsSUiWBbouEnM3OxROCwCgDqanEiERi6wOw@mail.gmail.com>
From: Ira McDonald <blueroofmusic@gmail.com>
To: pwg-announce@pwg.org, Ira McDonald <blueroofmusic@gmail.com>
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [Pwg-Announce] Fwd: Obsoleting RFC 3986/3987 -- what would it look like?
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0272624455=="
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 2F1C0791DD.ACD54
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

--===============0272624455==
Content-Type: multipart/alternative; boundary=bcaec55243b0d113bb04cdaf95fe


--bcaec55243b0d113bb04cdaf95fe
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Interesting new thread on a complete rewrite of the IETF
RFCs that define URI/IRI, initated by Larry Masinter.

This would have very wide-ranging impact (from protocols
to parsing libraries).  The overall reason is to add back the
real parsing rules that were lost from the first URL RFCs.

Humorously (to me), note the proposal to revert to "URL"
(what the rest of the non-techie world uses anyway).

Cheers,
- Ira

Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG IPP WG
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - TCG Embedded Systems Hardcopy SG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music/High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto:blueroofmusic@gmail.com
Winter  579 Park Place  Saline, MI  48176  734-944-0094
Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
Temporary Cabin *** 2012 only *** 906-494-2523



---------- Forwarded message ----------
From: Larry Masinter <masinter@adobe.com>
Date: Sat, Nov 3, 2012 at 4:59 PM
Subject: Re: obsoleting 3986 -- what would it look like?
To: Erik Wilde <dret@berkeley.edu>
Cc: "uri@w3.org" <uri@w3.org>, James M Snell <jasnell@gmail.com>


 uri should remain as restricted syntax as compatible as possible with 3986
(same strings legal)  and iri too. along with leiri, for that matter. but
they are depricated in that new protocols should expect the broader range
of urls if possible.

 *Sent from mobile Larry*
*--*
*http://larry.masinter.net* <http://larry.masinter.net>


Erik Wilde <dret@berkeley.edu> wrote:

 hello.

On Nov 2, 2012, at 8:27, James M Snell <jasnell@gmail.com> wrote:

 On Fri, Nov 2, 2012 at 12:24 AM, Larry Masinter <masinter@adobe.com> wrote:

> Initially as a thought experiment, I've started to sketch out what it
> would look like to obsolete 3986 (URI) with a document that combined it
> with 3987 (IRI), reverts to the "URL" name, and gave updated parsing advice.
> Doing so is pretty ambitious, of course, and likely to lead to all sorts
> of controversies, but I thought I'd give it a try.

Seems to be a reasonable effort to undertake... you had me at combining
3986 and 3987. I'll happily help any way I can.


 same here, and i think it makes a lot of sense to consolidate things as
much as possible. some refactoring, plus some new parts such as the parsing
rules. not sure i'd like to deprecate the URI name, which is what i have
been using religiously, but in the end, we should pick the name that works
best.

  *  how much of the introductory and explanatory material from 3896 and
> 3897 to retain. While it's philosophically and historically interesting,
> it's also a fertile ground for philosophical debates over whether
> http://larry.masinter.net#the_person could  identify, locate, or name me
> rather than a paragraph of my home page. So I'm tempted to leave all that
> behind.

+1 ... I can't see any reason why the updated spec should delve into any of
that.


 yes, i agree to this one. any conventions should be left to define and
describe for those who want to use them.

  * Include URNs? I'm tempted to include at least a pointer to URNbis, but
> I'm not sure which one.

Not convinced it would be necessary to include but could be wrong.


 isn't it really yet another scheme? a little different because it's a
scheme for schemes, but it really is nothing but a scheme.

  * I'm having trouble resisting the temptation to put a stake into the
> httpRange-14 by removing any basis for support of using http URLs to "mean"
> abstractions or people. Right now I'm considering putting that in a "URLs
> and Semantic Web" appendix.

Hmm.. not sure this really needs to be touched on at all really. Why not
simply focus on the mechanics of the syntax, parsing, and error handling
and avoid the semantics completely.


 i think avoiding semantics would be the way to go, and the httpRange-14
debate might be one that's best deferred to those layers where people
introduce and then need to solve those problems.

  * I'll accept sincere offers of co-authorship as long as you're willing
> to accept the requirements that to obsolete 3986 we need to address current
> use cases that make reference to 3986, 3987, etc.

Happy to help where I can.


 same here. it'll be quite a bit of work, but it would be worth it.

 cheers,

 dret.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--bcaec55243b0d113bb04cdaf95fe
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>Interesting new thread on a complete rewrite of the IETF <br>RFC=
s that define URI/IRI, initated by Larry Masinter.<br><br>This would have v=
ery wide-ranging impact (from protocols<br>to parsing libraries).=A0 The ov=
erall reason is to add back the<br>
real parsing rules that were lost from the first URL RFCs.<br><br>Humorousl=
y (to me), note the proposal to revert to &quot;URL&quot;<br>(what the rest=
 of the non-techie world uses anyway).<br><br>Cheers,<br>- Ira<br><br clear=
=3D"all">
Ira McDonald (Musician / Software Architect)<br>Chair - Linux Foundation Op=
en Printing WG<br>Secretary - IEEE-ISTO Printer Working Group<br>Co-Chair -=
 IEEE-ISTO PWG IPP WG<br>Co-Chair - TCG Trusted Mobility Solutions WG<br>
Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &a=
mp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style=3D"color:rgb(=
51,51,255)" href=3D"http://sites.google.com/site/blueroofmusic" target=3D"_=
blank">http://sites.google.com/site/blueroofmusic</a><br>
<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>
Winter=A0 579 Park Place=A0 Saline, MI=A0 48176=A0 734-944-0094<br>Summer=
=A0 PO Box 221=A0 Grand Marais, MI 49839=A0 906-494-2434<br>Temporary Cabin=
 *** 2012 only *** 906-494-2523<br><div style=3D"display:inline"></div><div=
 style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br><br><div class=3D"gmail_quote">---------- Forwarded message ----------<=
br>From: <b class=3D"gmail_sendername">Larry Masinter</b> <span dir=3D"ltr"=
>&lt;<a href=3D"mailto:masinter@adobe.com">masinter@adobe.com</a>&gt;</span=
><br>
Date: Sat, Nov 3, 2012 at 4:59 PM<br>Subject: Re: obsoleting 3986 -- what w=
ould it look like?<br>To: Erik Wilde &lt;<a href=3D"mailto:dret@berkeley.ed=
u">dret@berkeley.edu</a>&gt;<br>Cc: &quot;<a href=3D"mailto:uri@w3.org">uri=
@w3.org</a>&quot; &lt;<a href=3D"mailto:uri@w3.org">uri@w3.org</a>&gt;, Jam=
es M Snell &lt;<a href=3D"mailto:jasnell@gmail.com">jasnell@gmail.com</a>&g=
t;<br>
<br><br>


<div dir=3D"auto">
<div>
<div>uri should remain as restricted syntax as compatible as possible with =
3986 (same strings legal)=A0 and iri too. along with leiri, for that matter=
. but they are depricated in that new protocols should expect the broader r=
ange of urls if possible.</div>

<div><br>
</div>
<div><font style=3D"color:#333333"><i>Sent from mobile Larry</i></font></di=
v>
<div><font style=3D"color:#333333"><i>--</i></font></div>
<div><a href=3D"http://larry.masinter.net" target=3D"_blank"><font style=3D=
"color:#333333"><i>http://larry.masinter.net</i></font></a></div>
</div><div><div class=3D"h5">
<br>
<br>
Erik Wilde &lt;<a href=3D"mailto:dret@berkeley.edu" target=3D"_blank">dret@=
berkeley.edu</a>&gt; wrote:<br>
<br>
<div>
<div>hello.<br>
<br>
On Nov 2, 2012, at 8:27, James M Snell &lt;<a href=3D"mailto:jasnell@gmail.=
com" target=3D"_blank">jasnell@gmail.com</a>&gt; wrote:<br>
</div>
<blockquote type=3D"cite">
<div>
<div class=3D"gmail_quote">On Fri, Nov 2, 2012 at 12:24 AM, Larry Masinter =
<span dir=3D"ltr">
&lt;<a href=3D"mailto:masinter@adobe.com" target=3D"_blank">masinter@adobe.=
com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
Initially as a thought experiment, I&#39;ve started to sketch out what it w=
ould look like to obsolete 3986 (URI) with a document that combined it with=
 3987 (IRI), reverts to the &quot;URL&quot; name, and gave updated parsing =
advice.<br>

Doing so is pretty ambitious, of course, and likely to lead to all sorts of=
 controversies, but I thought I&#39;d give it a try.</blockquote>
<div>Seems to be a reasonable effort to undertake... you had me at combinin=
g 3986 and 3987. I&#39;ll happily help any way I can.=A0</div>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>same here, and i think it makes a lot of sense to consolidate things a=
s much as possible. some refactoring, plus some new parts such as the parsi=
ng rules. not sure i&#39;d like to deprecate the URI name, which is what i =
have been using religiously, but in
 the end, we should pick the name that works best.</div>
<div><br>
</div>
<blockquote type=3D"cite">
<div class=3D"gmail_quote">
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
* =A0how much of the introductory and explanatory material from 3896 and 38=
97 to retain. While it&#39;s philosophically and historically interesting, =
it&#39;s also a fertile ground for philosophical debates over whether
<a href=3D"http://larry.masinter.net#the_person" target=3D"_blank">http://l=
arry.masinter.net#the_person</a> could =A0identify, locate, or name me rath=
er than a paragraph of my home page. So I&#39;m tempted to leave all that b=
ehind.</blockquote>

<div>+1 ... I can&#39;t see any reason why the updated spec should delve in=
to any of that.</div>
</div>
</blockquote>
<div><br>
</div>
<div>yes, i agree to this one. any conventions should be left to define and=
 describe for those who want to use them.</div>
<div><br>
</div>
<blockquote type=3D"cite">
<div class=3D"gmail_quote">
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
* Include URNs? I&#39;m tempted to include at least a pointer to URNbis, bu=
t I&#39;m not sure which one.</blockquote>
<div>Not convinced it would be necessary to include but could be wrong.</di=
v>
</div>
</blockquote>
<div><br>
</div>
<div>isn&#39;t it really yet another scheme? a little different because it&=
#39;s a scheme for schemes, but it really is nothing but a scheme.</div>
<br>
<blockquote type=3D"cite">
<div class=3D"gmail_quote">
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
* I&#39;m having trouble resisting the temptation to put a stake into the h=
ttpRange-14 by removing any basis for support of using http URLs to &quot;m=
ean&quot; abstractions or people. Right now I&#39;m considering putting tha=
t in a &quot;URLs and Semantic Web&quot; appendix.</blockquote>

<div>Hmm.. not sure this really needs to be touched on at all really. Why n=
ot simply focus on the mechanics of the syntax, parsing, and error handling=
 and avoid the semantics completely.=A0</div>
</div>
</blockquote>
<div><br>
</div>
<div>i think avoiding semantics would be the way to go, and the httpRange-1=
4 debate might be one that&#39;s best deferred to those layers where people=
 introduce and then need to solve those problems.</div>
<div><br>
</div>
<blockquote type=3D"cite">
<div class=3D"gmail_quote">
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
* I&#39;ll accept sincere offers of co-authorship as long as you&#39;re wil=
ling to accept the requirements that to obsolete 3986 we need to address cu=
rrent use cases that make reference to 3986, 3987, etc.</blockquote>
<div>Happy to help where I can.</div>
</div>
</blockquote>
<div><br>
</div>
<div>same here. it&#39;ll be quite a bit of work, but it would be worth it.=
</div>
<div><br>
</div>
<div>cheers,</div>
<div><br>
</div>
<div>dret.</div>
</div>
</div></div></div>

</div><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--bcaec55243b0d113bb04cdaf95fe--

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

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

--===============0272624455==--

From ipp-bounces@pwg.org  Sun Nov  4 15:40:39 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 122BE21F87F7 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun,  4 Nov 2012 15:40:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.163
X-Spam-Level: 
X-Spam-Status: No, score=-0.163 tagged_above=-999 required=5 tests=[AWL=0.021, BAYES_40=-0.185, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EzQcaaQjV7o9 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun,  4 Nov 2012 15:40:38 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id ED5FF21F87FA for <ipp-archive@lists.ietf.org>; Sun,  4 Nov 2012 15:40:37 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 40BB9791E7; Sun,  4 Nov 2012 18:40:18 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) by pwg.org (Postfix) with ESMTP id 49A8B791AC for <ipp@pwg.org>; Sun,  4 Nov 2012 18:40:05 -0500 (EST)
Received: by mail-la0-f46.google.com with SMTP id h6so4239152lag.5 for <ipp@pwg.org>; Sun, 04 Nov 2012 15:40:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a9N3FBr3VREmEMgA7G8RFSC+vB7aMdLyUZkyVd6Uyt4=; b=t+x6FaqolfO6BUnW1pWFeLCTun/uk4sxxFKSMd2zgTDUgAiuR6RD7zRDChtQvbSiXV ZmtnPeYtpjas91gLwOJazsGyNRiY7bvU80F53BMuVQSFJyQNYeRTtNjMymkQkTE3k/ud loj5maCVVJPWHk/GHhMKGL+pn0YW0bfxEJX3GCms3aJZoTlV+Ft2SUPnnsItzZT7BZTq ybydZsdgaz6tFXcVGAZ7FXbImCdg4sx3xoSl/MDCUb7HQBiKTlaoNDodPBCqR1rJXKlV NM3tbW8rm2gSzjyWPgjMBZL6bSju0TH2+z448k1owZwhonTHdxFwZ2Se4pmtIEV8kHRc Ovgg==
MIME-Version: 1.0
Received: by 10.152.48.111 with SMTP id k15mr7610193lan.17.1352072405020; Sun, 04 Nov 2012 15:40:05 -0800 (PST)
Received: by 10.112.81.168 with HTTP; Sun, 4 Nov 2012 15:40:05 -0800 (PST)
Date: Sun, 4 Nov 2012 18:40:05 -0500
Message-ID: <CAN40gSuta=K-b38eNzTakEYgZAqg6VsexNfZz_LDbH6wZ00vdQ@mail.gmail.com>
From: Ira McDonald <blueroofmusic@gmail.com>
To: ipp@pwg.org, Ira McDonald <blueroofmusic@gmail.com>
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] IPP Agenda - 3-5pm Eastern Monday 5 November
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1754580153=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 40BB9791E7.A8915
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1754580153==
Content-Type: multipart/alternative; boundary=bcaec55243b0696ead04cdb3e3df


--bcaec55243b0696ead04cdb3e3df
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Our next IPP WG call will be this Monday!

Monday 5 November 12-2pm US Pacific / 3-5pm US Eastern

Call-in toll-free number (US/Canada): 1-866-469-3239
Call-in toll number (US/Canada): 1-650-429-3300 (Primary)
Call-in toll number (US/Canada): 1-408-856-9570 (Backup)

Attendee Access Code: *******#
Attendee ID Code: # (empty)

------------------------------ ------------------------
Meeting information
------------------------------
-------------------------
Topic: IPP/Cloud Imaging WG Telecon
Date: Every Monday, from Monday, July 9, 2012 to no end date
Time: 12:00 pm, Pacific Daylight Time (San Francisco)
Meeting Number: 624 587 312
Meeting Password: pwg123
-------------------------------------------------------
To start or join the online meeting
-------------------------------------------------------
Go to
https://appleinc.webex.com/appleinc/j.php?ED=204995427&UID=504472682&PW=NNzM5MmRlMzBl&RT=MiM0
-------------------------------------------------------

Agenda:

(1) PWG IP Policy and Minute Taker
- Mike?

(2) Approve IPP minutes from last meeting
- ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121022.pdf
- *date* in header and first line (September 24) is wrong

(3) Status of IPP Everywhere after SC approved PWG Last Call
- ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20120926-rev.pdf
- new draft?
- schedule for PWG Formal Vote?

(4) Status of MSN2 after F2F review
- ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20120923-rev.pdf
- new draft?
- schedule for IPP WG last call?

(5) IPP FaxOut and "resource constrained MFDs" (Smith Kennedy, et al)
- streaming inherently can't do document retries w/out saving whole file
- changes needed for IPP FaxOut (and PWG SM FaxOut)?

(6) Next steps
- IPP WG teleconference on Monday 19 November
-- Thanksgiving week?
- Cloud/IPP slides for F2F on Monday 26 November
- IPP WG session at PWG F2F on Thursday 6 December

Cheers,
- Ira

Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG IPP WG
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - TCG Embedded Systems Hardcopy SG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music/High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto:blueroofmusic@gmail.com
Winter  579 Park Place  Saline, MI  48176  734-944-0094
Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
Temporary Cabin *** 2012 only *** 906-494-2523

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--bcaec55243b0696ead04cdb3e3df
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>Our next <span class=3D"il">IPP</span> WG call will be this Mond=
ay!<br><br>Monday 5 November 12-2pm US Pacific / 3-5pm US Eastern<br><br>Ca=
ll-in toll-free number (US/Canada): <a href=3D"tel:1-866-469-3239" value=3D=
"+18664693239" target=3D"_blank">1-866-469-3239</a><br>



Call-in toll number (US/Canada): <a href=3D"tel:1-650-429-3300" value=3D"+1=
6504293300" target=3D"_blank">1-650-429-3300</a> (Primary)<br>
Call-in toll number (US/Canada): <a href=3D"tel:1-408-856-9570" value=3D"+1=
4088569570" target=3D"_blank">1-408-856-9570</a> (Backup)<br><br>Attendee A=
ccess Code: *******#<br>Attendee ID Code: # (empty)<br><br>----------------=
--------------
------------------------<br>
Meeting information<br>------------------------------<div>-----------------=
--------<br>Topic: <span class=3D"il">IPP</span>/Cloud Imaging WG Telecon<b=
r>Date: Every Monday, from Monday, July 9, 2012 to no end date<br>Time: 12:=
00 pm, Pacific Daylight Time (San Francisco)<br>


Meeting Number: 624 587 312<br>Meeting Password: pwg123<br>----------------=
---------------------------------------<br>To start or join the online meet=
ing<br>-------------------------------------------------------<br>Go to <a =
href=3D"https://appleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D=
504472682&amp;PW=3DNNzM5MmRlMzBl&amp;RT=3DMiM0" target=3D"_blank">https://a=
ppleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D504472682&amp;PW=
=3DNNzM5MmRlMzBl&amp;RT=3DMiM0</a><br>


-------------------------------------------------------<br><div><br><span c=
lass=3D"il">Agenda</span>:<br><br>(1) PWG IP Policy and Minute Taker<br>- M=
ike?<br>
<br>(2) Approve <span class=3D"il">IPP</span> minutes from last meeting<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20=
121022.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-c=
oncall-minutes-20121022.pdf</a><br>- *date* in header and first line (Septe=
mber 24) is wrong<br>

<br>(3) Status of <span class=3D"il">IPP</span> Everywhere after SC approve=
d PWG Last Call<br>

- <span style=3D"white-space:pre-wrap"></span><a href=3D"ftp://ftp.pwg.org/=
pub/pwg/ipp/wd/wd-ippeve10-20120926-rev.pdf" target=3D"_blank">ftp://ftp.pw=
g.org/pub/pwg/<span class=3D"il">ipp</span>/wd/wd-ippeve10-20120926-rev.pdf=
</a><br>
- new draft?<br>- schedule for PWG Formal Vote?<br>
<br>(4) Status of MSN2 after F2F review<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20120923-rev.pdf"=
 target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/<span class=3D"il">ipp</span>/=
wd/wd-pwgmsn20-20120923-rev.pdf</a><br>- new draft?<br>- schedule for <span=
 class=3D"il">IPP</span> WG last call?<br>
<br>(5) IPP FaxOut and &quot;resource constrained MFDs&quot; (Smith Kennedy=
, et al)<span class=3D"il"></span><br>- streaming inherently can&#39;t do d=
ocument retries w/out saving whole file<br>- changes needed for IPP FaxOut =
(and PWG SM FaxOut)?<br>

<br>(6) Next steps<br>- <span class=3D"il">IPP</span> WG teleconference on =
Monday 19 November <br>-- Thanksgiving week?<br>- Cloud/IPP slides for F2F =
on Monday 26 November<br></div></div>- <span class=3D"il">IPP</span> WG ses=
sion at PWG F2F on Thursday 6 December<br>
<br>Cheers,<br>- Ira<br><br clear=3D"all">Ira McDonald (Musician / Software=
 Architect)<br>Chair - Linux Foundation Open Printing WG<br>Secretary - IEE=
E-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-Chair=
 - TCG Trusted Mobility Solutions WG<br>
Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &a=
mp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style=3D"color:rgb(=
51,51,255)" href=3D"http://sites.google.com/site/blueroofmusic" target=3D"_=
blank">http://sites.google.com/site/blueroofmusic</a><br>
<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>
Winter=A0 579 Park Place=A0 Saline, MI=A0 48176=A0 734-944-0094<br>Summer=
=A0 PO Box 221=A0 Grand Marais, MI 49839=A0 906-494-2434<br>Temporary Cabin=
 *** 2012 only *** 906-494-2523<br><div style=3D"display:inline"></div><div=
 style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--bcaec55243b0696ead04cdb3e3df--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1754580153==--

From webmaster@braincourt.de  Sun Nov  4 16:51:56 2012
Return-Path: <webmaster@braincourt.de>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F074521F881B for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun,  4 Nov 2012 16:51:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 4.572
X-Spam-Level: ****
X-Spam-Status: No, score=4.572 tagged_above=-999 required=5 tests=[BAYES_99=3.5, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3, RCVD_IN_SORBS_WEB=0.619, SARE_SUB_ENC_UTF8=0.152]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OroXbS0WM1uH for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun,  4 Nov 2012 16:51:55 -0800 (PST)
Received: from h1387271.stratoserver.net (h1387271.stratoserver.net [85.214.111.43]) by ietfa.amsl.com (Postfix) with ESMTP id 5CADB21F8463 for <ipp-archive@ietf.org>; Sun,  4 Nov 2012 16:51:53 -0800 (PST)
Received: (qmail 1327 invoked from network); 5 Nov 2012 01:51:41 +0100
Received: from unknown (HELO hgvghkzq) (58.221.55.169) by h1387271.stratoserver.net with SMTP; 5 Nov 2012 01:51:39 +0100
Message-ID: <2A795944937191A59117ABE91CCFB1D6@hgvghkzq>
From: "pnjo" <webmaster@braincourt.de>
To: <5adgm016@keyaki.cc.u-tokai.ac.jp>
Subject: =?utf-8?B?Y3ljbGUgIG4u5ZGo5pyf77yb5b6q546v77yb6Ieq6KGMKOaRqeaJmA==?= =?utf-8?B?Kei9piB2aS7pqpHovabvvJvlvqrnjq8g?=
Date: Mon, 5 Nov 2012 08:50:39 +0800
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_01AC_01C1564D.14780CE0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.5512
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512

This is a multi-part message in MIME format.

------=_NextPart_000_01AC_01C1564D.14780CE0
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: base64

U2Nyb29nZSdzIGhvcnJvciwgbG9va2luZyBiYWNrLCBoZSBzYXcgdGhlIGxhc3Qgb2YgdGhlIGxh
bmQsIGEgZnJpZ2h0ZnVsDA0KZG8gYW5kIHdlbGwgZmVkLCBhbmQgYWxsIHRoYXQgZmluZSBoYXJu
ZXNzIHVwb24geW91LiIgTmV4dCBkYXksIGhvd2V2ZXIsIA0KDQogICAgICAgICAgICAgICAgICAg
ICAgICAg5LujICAgICAgICAgICAgICAgICAgICAgICAg6K+3ICAgICAgICAgICAgICAgICAgICDk
uJMgICAgICAgICAgICBRICAgICAgICAyICAgICAgICAgIOmCkyAgICAgICAgMQ0KICAgICAgICAg
ICAgICAgICAgICAgICAgIOW8gCAgICAgICAgICAgICAgICAgICAgICAgIOaDoCAgICAgICAgICAg
ICAgICAgICAg5LiaICAgICAgICAgICAgUSAgICAgICAgIDggICAgICAgICAg57uPICAgICAgICA1
DQogICAgICAgICAgICAgICAgICAgICAgICAg5Y+RICAgICAgICAgICAgICAgICAgICAgICAg5a2Y
ICAgICAgICAgICAgICAgICAgICAg77yBICAgICAgICAgICAgICAgICAgICAgIDAgICAgICAgICAg
55CGICAgICAgICA4DQogICAgICAgICAgICAgICAgICAgICAgICAg56WoICAgICAgICAgICAgICAg
ICAgICAgICAgIO+8gSAgICAgICAgICAgICAgICAgICDnnJ8gICAgICAgICAgICAgICAgICAgICAg
OSAgICAgICAgICDnlLUgICAgICAgIDENCiAgICAgICAgICAgICAgICAgICAgICAgICAgICDvvIEg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICDor5ogICAgICAgICAg
ICAgICAgICAgICAgIDkgICAgICAgICAg6K+dICAgICAgICAzDQogICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
77yBICAgICAgICAgICAgICAgICAgICAgICAwICAgICAgICAgICAgICAgICAgICAgIDMNCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDYgICAgICAgICAgICAgICAg
ICAgICAgNQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgNCAg
ICAgICAgICAgICAgICAgICAgICAxDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICA2ICAgICAgICAgICAgICAgICAgICAgIDcNCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIDQgICAgICAgICAgICAgICAgICAgICAgNw0KICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgMg==

------=_NextPart_000_01AC_01C1564D.14780CE0
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: base64

PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv
L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0
Zi04IiBodHRwLWVxdWl2PUNvbnRlbnQtVHlwZT4NCjxNRVRBIG5hbWU9R0VORVJBVE9SIGNvbnRl
bnQ9Ik1TSFRNTCA4LjAwLjYwMDEuMTkyNTgiPjwvSEVBRD4NCjxCT0RZIGJnQ29sb3I9d2hpdGU+
DQo8UD48Rk9OVCBjb2xvcj13aGl0ZSBzaXplPTE+U2Nyb29nZSdzIGhvcnJvciwgbG9va2luZyBi
YWNrLCBoZSBzYXcgdGhlIGxhc3Qgb2YgdGhlIGxhbmQsIGEgZnJpZ2h0ZnVsDDwvRk9OVD48L1A+
DQo8UD48Rk9OVCBjb2xvcj13aGl0ZSBzaXplPTE+ZG8gYW5kIHdlbGwgZmVkLCBhbmQgYWxsIHRo
YXQgZmluZSBoYXJuZXNzIHVwb24geW91LiIgTmV4dCBkYXksIGhvd2V2ZXIsIDwvRk9OVD48L1A+
DQo8UD48Rk9OVCBjb2xvcj0jZmYwMDAwPjwvRk9OVD4mbmJzcDs8L1A+DQo8UD48Rk9OVCANCmNv
bG9yPXJlZD4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQrku6MmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsgDQror7cmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsgDQrkuJMmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQpRJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KMiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyAmbmJzcDsgDQrpgpMmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsgMTwvRk9OVD48L1A+DQo8UD48Rk9OVCANCmNvbG9yPXJlZD4mbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsgDQrlvIAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDvmg6Am
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsg
DQrkuJombmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsgDQpRJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7IA0KJm5ic3A7OCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyANCiZuYnNwO+e7jyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOzU8L0ZPTlQ+PC9QPg0KPFA+PEZPTlQgDQpjb2xvcj1yZWQ+Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7IA0K5Y+RJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0K5a2YJm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
IA0K77yBJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7MCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO+eQhiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyANCjg8L0ZPTlQ+PC9QPg0KPFA+PEZPTlQgDQpjb2xvcj1yZWQ+Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0K56WoJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7IA0K77yBJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7IA0K55yfJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KOSZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO+eUtSZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyANCjE8L0ZPTlQ+PC9QPg0KPFA+PEZPTlQgY29sb3I9cmVkPiZu
YnNwOyZuYnNwOyANCiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCu+8gSZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO+ivmiZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOzkmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDvor50mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQombmJzcDsz
PC9GT05UPjwvUD4NCjxQPjxGT05UIA0KY29sb3I9cmVkPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCu+8gSZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OzAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDszPC9GT05UPjwvUD4NCjxQPjxGT05UIA0KY29sb3I9cmVkPiZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOzYmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQo1
PC9GT05UPjwvUD4NCjxQPjxGT05UIA0KY29sb3I9cmVkPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyANCjQmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQoxPC9GT05UPjwvUD4NCjxQPjxGT05UIA0K
Y29sb3I9cmVkPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCjYmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsgDQo3PC9GT05UPjwvUD4NCjxQPjxGT05UIA0KY29sb3I9cmVkPiZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCjQmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz
cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs3PC9GT05UPjwvUD4N
CjxQPjxGT05UIA0KY29sb3I9cmVkPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCjI8L0ZPTlQ+PC9QPjwvQk9EWT48L0hU
TUw+DQo=

------=_NextPart_000_01AC_01C1564D.14780CE0--


From ipp-bounces@pwg.org  Mon Nov  5 10:21:58 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2B87F21F8936 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon,  5 Nov 2012 10:21:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.366
X-Spam-Level: 
X-Spam-Status: No, score=-102.366 tagged_above=-999 required=5 tests=[AWL=0.233, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0x6-auOGH5v5 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon,  5 Nov 2012 10:21:57 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 7FBE721F8935 for <ipp-archive@lists.ietf.org>; Mon,  5 Nov 2012 10:21:57 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 348D0791EF; Mon,  5 Nov 2012 13:21:42 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 4364C791E7 for <ipp@pwg.org>; Mon,  5 Nov 2012 13:21:26 -0500 (EST)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay17.apple.com ([17.128.113.18]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0MD100B261K58XS0@mail-out.apple.com> for ipp@pwg.org; Mon, 05 Nov 2012 10:21:26 -0800 (PST)
X-AuditID: 11807112-b7f296d000001183-c7-509803a49bab
Received: from [17.151.77.45] (Unknown_Domain [17.151.77.45]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay17.apple.com (Apple SCV relay) with SMTP id 64.67.04483.5A308905; Mon, 05 Nov 2012 10:21:26 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Mon, 05 Nov 2012 13:22:17 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
Message-id: <414A969D-60BF-4BCC-9B79-2AC5FE29DC98@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrHJMWRmVeSWpSXmKPExsUiON1XV3cZ84wAg7fnmCyO7XvJYnHkW6wD k8fWkz/YPOYtns4UwBTFZZOSmpNZllqkb5fAldG6aytLwRrmiovXPjA2MP5i6mLk5JAQMJFo WveJHcIWk7hwbz1bFyMXh5DAZCaJGeuOgSXYBNQkfk/qYwWxmQW0JG78e8kEYctLbH87hxnE ZhFQkVi1cR0biC0sYCbROO0bWFwEqGZt21Sgeg4OXgEbicON8SBhXgE9icOd21kh9spKrJja yzSBkWcWkg2zkGyYhaRlASPzKkbBotScxEpDc73EgoKcVL3k/NxNjKBQaSgU2sF4f5feIUYB DkYlHt4ZYtMDhFgTy4orcw8xSnAwK4nwctwBCvGmJFZWpRblxxeV5qQWH2KU5mBREue92A+U EkhPLEnNTk0tSC2CyTJxcEo1MKqwCF08/D7VJvfaksd7BOu3vig9kbJr35d1olNnfN6zTHDP AS9v26rsVf6PPm1O+Lz59wLFR1l8sjpGRpa/rswpX1zMtS/18XneBd+iX8gIL5VYonE1kWeO cIHTikVNF5bpnpKf0Da39pm9TKl9Zs/T16d1w+w+n7ojH/JxKYNNkNm906tDzZyUWIozEg21 mIuKEwGzsqsgEQIAAA==
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] Updated stable draft of IPP Everywhere posted
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 348D0791EF.A7525
X-pwg-MailScanner-From: ipp-bounces@pwg.org

All,

I have posted another stable draft of IPP Everywhere to:

	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121105.docx
	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121105.pdf
	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121105-rev.pdf

For review at today's IPP concall.

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Mon Nov  5 12:48:30 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0174121F84DF for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon,  5 Nov 2012 12:48:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.498
X-Spam-Level: 
X-Spam-Status: No, score=-102.498 tagged_above=-999 required=5 tests=[AWL=0.099, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cg-BxoDr1Ic2 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon,  5 Nov 2012 12:48:29 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 3F0A621F84BA for <ipp-archive@lists.ietf.org>; Mon,  5 Nov 2012 12:48:29 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 4326F791E5; Mon,  5 Nov 2012 15:48:15 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (bramley.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 189AA791F1 for <ipp@pwg.org>; Mon,  5 Nov 2012 15:48:00 -0500 (EST)
MIME-version: 1.0
Received: from relay16.apple.com ([17.128.113.55]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0MD100BIT8DM8X91@mail-out.apple.com> for ipp@pwg.org; Mon, 05 Nov 2012 12:47:42 -0800 (PST)
X-AuditID: 11807137-b7f156d000005a91-9f-509825ec2276
Received: from [17.153.35.163] (Unknown_Domain [17.153.35.163]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay16.apple.com (Apple SCV relay) with SMTP id B1.3D.23185.EE528905; Mon, 05 Nov 2012 12:47:42 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Mon, 05 Nov 2012 15:47:40 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
Message-id: <6998E456-DEB4-468E-9A4E-13669CBD817F@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprELMWRmVeSWpSXmKPExsUiOFN5se471RkBBivfiFsc2/eSxeLIt1gH Jo+tJ3+wecxbPJ0pgCmKyyYlNSezLLVI3y6BK+PTtcqCe3wVL3vqGxiX83YxcnJICJhIdB08 wgZhi0lcuLcezBYSmMokMaElHsRmE1CT+D2pjxXEZhZIkDh7YB0LiM0ioCKx99MJsHphAR2J z3uvg9kiAvISa9umMnUxcnDwCthI/D5mBRLmFdCTONy5nRVilazEiqm9TBMYuWchmToLSRlE XF5i+9s5zLOAJjEDbZi8kBFVGMTWlvh4/gjTAka2VYyCRak5iZWGZnqJBQU5qXrJ+bmbGEEh 1VBovoNx+1+5Q4wCHIxKPLw7hWcECLEmlhVX5h5ilOBgVhLh5bgzPUCINyWxsiq1KD++qDQn tfgQozQHi5I4bxkvULVAemJJanZqakFqEUyWiYNTqoHRpG1ZuoCBdZSywOJVarU3GxbccA86 9VCL49M/H4GdH2qrsl+0cpr8Ohgw0zrpGWP63sg5x7iscrOFGS57KVwziLv9eMGDuNYfSVGH jXenNk/J+tKlcvxLm4GoRKoK5wPVZepf0ncs5/MunJenqSZ24c2jKq8TEdcafCouLBHbdbGp zfZvGL8SS3FGoqEWc1FxIgAo2EElJQIAAA==
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] Minutes from today's concall posted
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0283414677=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 4326F791E5.A89D4
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============0283414677==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_xQTPOjulXd8c44EgtdKxMA)"


--Boundary_(ID_xQTPOjulXd8c44EgtdKxMA)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

All,

I have posted the minutes from today's IPP WG conference call to:

	ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf

Our next conference call will be November 26, 2012 at 3pm ET.

New action item:

	- Mike to post clean version of IPP Everywhere and start PWG Formal Vote

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_xQTPOjulXd8c44EgtdKxMA)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>I have posted the minutes from today's IPP WG conference call to:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">	</span><a href="ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf</a></div><div><br></div><div>Our next conference call will be November 26, 2012 at 3pm ET.</div><div><br></div><div>New action item:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">	</span>-&nbsp;Mike to post clean version of IPP Everywhere and start PWG Formal Vote</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; border-spacing: 0px; "><div>__________________________________________________</div><div>Michael Sweet, Senior Printing System&nbsp;Engineer, PWG Chair<br></div></span>

</div>
<br></div><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_xQTPOjulXd8c44EgtdKxMA)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0283414677==--

From ipp-bounces@pwg.org  Fri Nov  9 05:34:45 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0396D21F8680 for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri,  9 Nov 2012 05:34:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.523
X-Spam-Level: 
X-Spam-Status: No, score=-102.523 tagged_above=-999 required=5 tests=[AWL=0.075, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YO7AAFNcSMHI for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri,  9 Nov 2012 05:34:43 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 7E49A21F85C0 for <ipp-archive@lists.ietf.org>; Fri,  9 Nov 2012 05:34:31 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 40E0C791CE; Fri,  9 Nov 2012 08:34:16 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id BC63E791CD for <ipp@pwg.org>; Fri,  9 Nov 2012 08:34:02 -0500 (EST)
MIME-version: 1.0
Received: from relay17.apple.com ([17.128.113.18]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0MD800AEF2ZG36P1@mail-out.apple.com> for ipp@pwg.org; Fri, 09 Nov 2012 05:33:33 -0800 (PST)
X-AuditID: 11807112-b7f296d000001183-28-509d062be559
Received: from [17.153.29.162] (Unknown_Domain [17.153.29.162]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay17.apple.com (Apple SCV relay) with SMTP id 98.8C.04483.D260D905; Fri, 09 Nov 2012 05:33:33 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Fri, 09 Nov 2012 08:33:31 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
Message-id: <72D4824B-1BE4-4845-BC22-8C1EDC16D944@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprGLMWRmVeSWpSXmKPExsUiOFN2ka4u29wAg9c92hbH9r1ksTjyLdaB yWPryR9sHvMWT2cKYIrisklJzcksSy3St0vgyjh/fSp7wQWeiu13tjM2MK7n7mLk5JAQMJHY cW4NK4QtJnHh3nq2LkYuDiGBqUwS144eZAZJsAmoSfye1AdWxCyQIDH31Q12EJtFQEVi2b0F YLawgLPEmmstbCC2iIC8xNq2qUwgNq+AjcTGtnvMELaexOHO7VDLZCVWTO1lmsDIPQvJ2FlI yiDi2hLLFr5mnsXIAWTrSExeyAgRlpfY/nYOM0zJx/NHmBYwsq1iFCxKzUmsNDTXSywoyEnV S87P3cQICq2GQqEdjPd36R1iFOBgVOLhTXwwO0CINbGsuDL3EKMEB7OSCO9kprkBQrwpiZVV qUX58UWlOanFhxilOViUxHkfbJkZICSQnliSmp2aWpBaBJNl4uCUamDkLTI5/ebFs7M7rxZH lvYEaE6TEJ/9ZNX9GsuUtZ+Fj0zZE3zPSffWqri/evky93dcm3DRakpiQ2Tx+1kmh3V0Iy5q ixxa/TNJP1Jvva/nxzXS4pNPJMWaHFrDeq+oM9Hu+bR5NammLcm1WdPc1kgdf/bysfklowTz X1+zIyO0PQPeX7cKczqrxFKckWioxVxUnAgAmM2ZSikCAAA=
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] New IETF working group proposed: MDNSEXT (mDNS Extensions)
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0065308723=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 40E0C791CE.A7FEE
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============0065308723==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_+VvlM/D0RTaunDBrP3zw1A)"


--Boundary_(ID_+VvlM/D0RTaunDBrP3zw1A)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

All,

In case you haven't seen this yet, it looks like there is progress towards forming a new working group to extend mDNS/DNS-SD to support different kinds of networks.  Information is available at:

	https://datatracker.ietf.org/wg/mdnsext/

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_+VvlM/D0RTaunDBrP3zw1A)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>In case you haven't seen this yet, it looks like there is progress towards forming a new working group to extend mDNS/DNS-SD to support different kinds of networks. &nbsp;Information is available at:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">	</span><a href="https://datatracker.ietf.org/wg/mdnsext/">https://datatracker.ietf.org/wg/mdnsext/</a></div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; border-spacing: 0px; "><div>__________________________________________________</div><div>Michael Sweet, Senior Printing System&nbsp;Engineer, PWG Chair<br></div></span>

</div>
<br></div><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_+VvlM/D0RTaunDBrP3zw1A)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0065308723==--

From ipp-bounces@pwg.org  Sat Nov 10 12:15:31 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3CA6021F852C for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 10 Nov 2012 12:15:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.381
X-Spam-Level: 
X-Spam-Status: No, score=-1.381 tagged_above=-999 required=5 tests=[AWL=1.217, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C0la9AHvUAyL for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 10 Nov 2012 12:15:30 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 5531E21F8507 for <ipp-archive@lists.ietf.org>; Sat, 10 Nov 2012 12:15:30 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 27F2B791A7; Sat, 10 Nov 2012 15:15:16 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) by pwg.org (Postfix) with ESMTP id 9C475791A6 for <ipp@pwg.org>; Sat, 10 Nov 2012 15:15:03 -0500 (EST)
Received: by mail-la0-f46.google.com with SMTP id h6so4297347lag.5 for <ipp@pwg.org>; Sat, 10 Nov 2012 12:15:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QREfL9aWUGnYqxFbqDHlTBqMyBWoJyViqQAi77MxCv0=; b=pNlvLlveSCfUPo5Y0SNhpXOBEjqhMln17u3AFmOI2nuag83k9alxKSixlqfOyBNvyJ 95JAWksNvWvwu9hQzzeRfvADjoWowsJiU4UNc6yES2njvfhWm28ic8YBBzt3MfL/oPJ9 XskMWogc6fEINfQxpBnu5JpZiLXDQIHAq8Xr6W1PsK5kO+yfmpW6OEdfpsrfdj9f/exo 0HCPS9GlyJ62uH+1qw/qm+/5Mj++W0Q4lur3vf2ji7dPlNFTvL/hlH7QGxjNYsBapff/ ZH85yRbVoWTnlQF7AlWKwMitqA803oAnkF5bJlct4S1w5SqREYDrJ+4Lzrb7vwnpFGy6 FedQ==
MIME-Version: 1.0
Received: by 10.152.48.111 with SMTP id k15mr14063781lan.17.1352578502132; Sat, 10 Nov 2012 12:15:02 -0800 (PST)
Received: by 10.112.81.168 with HTTP; Sat, 10 Nov 2012 12:15:02 -0800 (PST)
Date: Sat, 10 Nov 2012 15:15:02 -0500
Message-ID: <CAN40gSukhSGg+Fbc_qxyt=wb5zquRQaYG_9bH51Jwhuu4pmU+Q@mail.gmail.com>
From: Ira McDonald <blueroofmusic@gmail.com>
To: ipp@pwg.org, Michael R Sweet <msweet@apple.com>, Ira McDonald <blueroofmusic@gmail.com>
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] IPP over HTTP Transport Binding and 'ipps' URI Scheme (10 November 2012)
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0707121312=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 27F2B791A7.A8312
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============0707121312==
Content-Type: multipart/alternative; boundary=bcaec55243b026830304ce29b9bc


--bcaec55243b026830304ce29b9bc
Content-Type: text/plain; charset=ISO-8859-1

Hi,

I've just posted another Internet-Draft of IPP over HTTP Transport Binding
and
'ipps' URI Scheme to:


ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ipps-uri-scheme-06-20121110.txt
 - plaintext Internet-Draft format (warning - contains explicit formfeed
characters)


ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ipps-uri-scheme-06-20121110.pdf
 - PDF of plaintext w/ line numbers (review *this* one)


ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ipps-uri-scheme-06-20121110.htm
 - HTML format

This document has already been accepted and posted to the IETF I-D
repository.

This document was created by a complete rewrite of IPP URI Scheme
[RFC3510].

This version has minor editorial changes from our complete review during
the IPP WG call on 14 May 2012 and since then - see Change History below.

Comments?

Cheers,
- Ira

------------------------------------

Change History
   10 November 2012 - draft-mcdonald-ipps-uri-scheme-06.txt

   Editorial - Global - Fixed typos and indentation, per IPP WG review.

   Editorial - Global - changed 'generic drivers' to 'vendor-neutral
     Client software', per IPP WG review.

   Editorial - Revised section 8.2 (informative references, to correct
     title of "PWG IPP Everywhere" (i.e., delete version number), per
     IPP WG review.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--bcaec55243b026830304ce29b9bc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>I&#39;ve just posted another Internet-<span class=3D"il">Draft</=
span> of IPP over HTTP Transport Binding and<br>&#39;<span><span><span><spa=
n class=3D"il">ipps</span></span></span></span>&#39;<span></span> <span><sp=
an><span class=3D"il">URI</span></span></span> Scheme to:<br>


<br>
 =A0<a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ipps-uri-sch=
eme-06-20121110.txt" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/dra=
ft-mcdonald-ipps-uri-scheme-06-20121110.txt</a><br>
 =A0- plaintext Internet-<span class=3D"il">Draft</span> format (warning - =
contains explicit formfeed characters)<br>
<br>

 =A0<a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ipps-uri-sch=
eme-06-20121110.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/dra=
ft-mcdonald-ipps-uri-scheme-06-20121110.pdf</a><br>

 =A0- PDF of plaintext w/ line numbers (review *this* one)<br><br>
 =A0<a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ipps-uri-sch=
eme-06-20121110.htm" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/dra=
ft-mcdonald-ipps-uri-scheme-06-20121110.htm</a><br>
 =A0- HTML format<br><br>This document has already been accepted and posted=
 to the IETF I-D repository.<br>
<br>
This document was created by a complete rewrite of IPP <span><span><span cl=
ass=3D"il">URI</span></span></span> Scheme=A0
[RFC3510].<br><br>This version has minor editorial changes from our complet=
e review during <br>the IPP WG call on 14 May 2012 and since then - see Cha=
nge History below.<br><br>
Comments?<br><br>Cheers,<br>- Ira<br><br>----------------------------------=
--<br><div id=3D":4g"><br><div>Change History</div>=A0=A0 10 November 2012 =
- draft-mcdonald-ipps-uri-scheme-06.txt <br><br>=A0=A0 Editorial - Global -=
 Fixed typos and indentation, per IPP WG review.<br>
<br>=A0=A0 Editorial - Global - changed &#39;generic drivers&#39; to &#39;v=
endor-neutral<br>=A0=A0=A0=A0 Client software&#39;, per IPP WG review.=A0 <=
br><br>=A0=A0 Editorial - Revised section 8.2 (informative references, to c=
orrect<br>=A0=A0=A0=A0 title of &quot;PWG IPP Everywhere&quot; (i.e., delet=
e version number), per<br>
=A0=A0=A0=A0 IPP WG review.<br>
</div>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--bcaec55243b026830304ce29b9bc--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0707121312==--

From ipp-bounces@pwg.org  Sat Nov 10 20:44:45 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EAC9821F88DF for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 10 Nov 2012 20:44:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[AWL=-0.000, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gJrID0+xzIon for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 10 Nov 2012 20:44:45 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 0963121F88CC for <ipp-archive@lists.ietf.org>; Sat, 10 Nov 2012 20:44:44 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 67B33791AC; Sat, 10 Nov 2012 23:44:32 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from atl4mhob06.myregisteredsite.com (atl4mhob06.myregisteredsite.com [209.17.115.44]) by pwg.org (Postfix) with ESMTP id B1986791AA for <ipp@pwg.org>; Sat, 10 Nov 2012 23:44:18 -0500 (EST)
Received: from mailpod.hostingplatform.com (mail.networksolutionsemail.com [205.178.146.50]) by atl4mhob06.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qAB4iHkO028109 for <ipp@pwg.org>; Sat, 10 Nov 2012 23:44:17 -0500
Received: (qmail 30170 invoked by uid 0); 11 Nov 2012 04:44:17 -0000
Received: from unknown (HELO ?192.168.1.106?) (98.151.18.90) by 0 with SMTP; 11 Nov 2012 04:44:17 -0000
Subject: Re: [IPP] New IETF working group proposed: MDNSEXT (mDNS Extensions)
Mime-Version: 1.0 (Apple Message framework v1283)
From: Randy Turner <rturner@amalfisystems.com>
In-Reply-To: <72D4824B-1BE4-4845-BC22-8C1EDC16D944@apple.com>
Date: Sat, 10 Nov 2012 20:44:16 -0800
Message-Id: <FDBAD94A-41FD-439C-A3D3-88932C4C2F24@amalfisystems.com>
References: <72D4824B-1BE4-4845-BC22-8C1EDC16D944@apple.com>
To: Michael Sweet <msweet@apple.com>
X-Mailer: Apple Mail (2.1283)
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1915898928=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 67B33791AC.A7C44
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1915898928==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_75555162-1849-47CD-86CC-E4B16D684739"


--Apple-Mail=_75555162-1849-47CD-86CC-E4B16D684739
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252


This WG proposal may be in response to the work going on in the IETF HOMENE=
T WG, and the overall desire to have simple, decentralized naming work acro=
ss subnets=85.

R.

On Nov 9, 2012, at 5:33 AM, Michael Sweet wrote:

> All,
>=20
> In case you haven't seen this yet, it looks like there is progress toward=
s forming a new working group to extend mDNS/DNS-SD to support different ki=
nds of networks.  Information is available at:
>=20
> 	https://datatracker.ietf.org/wg/mdnsext/
>=20
> __________________________________________________
> Michael Sweet, Senior Printing System Engineer, PWG Chair
>=20
>=20
> --=20
> This message has been scanned for viruses and=20
> dangerous content by MailScanner, and is=20
> believed to be clean.
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Apple-Mail=_75555162-1849-47CD-86CC-E4B16D684739
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode:=
 space; -webkit-line-break: after-white-space; "><div><br></div>This WG pro=
posal may be in response to the work going on in the IETF HOMENET WG, and t=
he overall desire to have simple, decentralized naming work across subnets=
=85.<div><br></div><div>R.</div><div><br><div><div>On Nov 9, 2012, at 5:33 =
AM, Michael Sweet wrote:</div><br class=3D"Apple-interchange-newline"><bloc=
kquote type=3D"cite"><meta http-equiv=3D"Content-Type" content=3D"text/html=
 charset=3Dus-ascii"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode=
: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>I=
n case you haven't seen this yet, it looks like there is progress towards f=
orming a new working group to extend mDNS/DNS-SD to support different kinds=
 of networks. &nbsp;Information is available at:</div><div><br></div><div><=
span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span><a href=3D"=
https://datatracker.ietf.org/wg/mdnsext/">https://datatracker.ietf.org/wg/m=
dnsext/</a></div><div><br><div>
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; font-f=
amily: Helvetica; border-spacing: 0px; "><div>_____________________________=
_____________________</div><div>Michael Sweet, Senior Printing System&nbsp;=
Engineer, PWG Chair<br></div></span>

</div>
<br></div><br>--=20
<br>This message has been scanned for viruses and
<br>dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br>believed to be clean.
</div>
_______________________________________________<br>ipp mailing list<br><a h=
ref=3D"mailto:ipp@pwg.org">ipp@pwg.org</a><br>https://www.pwg.org/mailman/l=
istinfo/ipp<br></blockquote></div><br></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Apple-Mail=_75555162-1849-47CD-86CC-E4B16D684739--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1915898928==--

From ipp-bounces@pwg.org  Sat Nov 10 20:53:37 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B83FC21F84CC for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 10 Nov 2012 20:53:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level: 
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[AWL=-0.000, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1lki9DF+7Flx for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 10 Nov 2012 20:53:37 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id AA36F21F8445 for <ipp-archive@lists.ietf.org>; Sat, 10 Nov 2012 20:53:32 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id CCB63791CD; Sat, 10 Nov 2012 23:53:17 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from atl4mhob15.myregisteredsite.com (atl4mhob15.myregisteredsite.com [209.17.115.53]) by pwg.org (Postfix) with ESMTP id 7F03D791AC for <ipp@pwg.org>; Sat, 10 Nov 2012 23:53:06 -0500 (EST)
Received: from mailpod.hostingplatform.com (mail.networksolutionsemail.com [205.178.146.50]) by atl4mhob15.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qAB4r5gD028131 for <ipp@pwg.org>; Sat, 10 Nov 2012 23:53:05 -0500
Received: (qmail 16730 invoked by uid 0); 11 Nov 2012 04:53:05 -0000
Received: from unknown (HELO ?192.168.1.106?) (98.151.18.90) by 0 with SMTP; 11 Nov 2012 04:53:05 -0000
Subject: Re: [IPP] New IETF working group proposed: MDNSEXT (mDNS Extensions)
Mime-Version: 1.0 (Apple Message framework v1283)
From: Randy Turner <rturner@amalfisystems.com>
In-Reply-To: <72D4824B-1BE4-4845-BC22-8C1EDC16D944@apple.com>
Date: Sat, 10 Nov 2012 20:53:04 -0800
Message-Id: <A6FE5A3F-5ED3-4D9B-8FDF-190FCC2ABE56@amalfisystems.com>
References: <72D4824B-1BE4-4845-BC22-8C1EDC16D944@apple.com>
To: Michael Sweet <msweet@apple.com>
X-Mailer: Apple Mail (2.1283)
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "ipp@pwg.org" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1719215079=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: CCB63791CD.A8F5A
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1719215079==
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_1658F907-77B0-435A-8E3E-794932F0F01A"


--Apple-Mail=_1658F907-77B0-435A-8E3E-794932F0F01A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252


Thanks for the link Mike=85.just checked out the link and there's no propos=
ed charter, but there is a requirements document that paraphrases my earlie=
r email, but they have included a number of non-functional requirements as =
well (performance, scalability, etc.)

Should be interesting=85would like to see a charter, which may have been in=
cluded on an email - I will check the IETF-ANNOUNCE archive and publish her=
e if I find one.

R.

On Nov 9, 2012, at 5:33 AM, Michael Sweet wrote:

> All,
>=20
> In case you haven't seen this yet, it looks like there is progress toward=
s forming a new working group to extend mDNS/DNS-SD to support different ki=
nds of networks.  Information is available at:
>=20
> 	https://datatracker.ietf.org/wg/mdnsext/
>=20
> __________________________________________________
> Michael Sweet, Senior Printing System Engineer, PWG Chair
>=20
>=20
> --=20
> This message has been scanned for viruses and=20
> dangerous content by MailScanner, and is=20
> believed to be clean.
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Apple-Mail=_1658F907-77B0-435A-8E3E-794932F0F01A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode:=
 space; -webkit-line-break: after-white-space; "><div><br></div>Thanks for =
the link Mike=85.just checked out the link and there's no proposed charter,=
 but there is a requirements document that paraphrases my earlier email, bu=
t they have included a number of non-functional requirements as well (perfo=
rmance, scalability, etc.)<div><br></div><div>Should be interesting=85would=
 like to see a charter, which may have been included on an email - I will c=
heck the IETF-ANNOUNCE archive and publish here if I find one.<br><div><br>=
</div><div>R.</div><div><br><div><div>On Nov 9, 2012, at 5:33 AM, Michael S=
weet wrote:</div><br class=3D"Apple-interchange-newline"><blockquote type=
=3D"cite"><meta http-equiv=3D"Content-Type" content=3D"text/html charset=3D=
us-ascii"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -w=
ebkit-line-break: after-white-space; ">All,<div><br></div><div>In case you =
haven't seen this yet, it looks like there is progress towards forming a ne=
w working group to extend mDNS/DNS-SD to support different kinds of network=
s. &nbsp;Information is available at:</div><div><br></div><div><span class=
=3D"Apple-tab-span" style=3D"white-space:pre">	</span><a href=3D"https://da=
tatracker.ietf.org/wg/mdnsext/">https://datatracker.ietf.org/wg/mdnsext/</a=
></div><div><br><div>
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; font-f=
amily: Helvetica; border-spacing: 0px; "><div>_____________________________=
_____________________</div><div>Michael Sweet, Senior Printing System&nbsp;=
Engineer, PWG Chair<br></div></span>

</div>
<br></div><br>--=20
<br>This message has been scanned for viruses and
<br>dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br>believed to be clean.
</div>
_______________________________________________<br>ipp mailing list<br><a h=
ref=3D"mailto:ipp@pwg.org">ipp@pwg.org</a><br>https://www.pwg.org/mailman/l=
istinfo/ipp<br></blockquote></div><br></div></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Apple-Mail=_1658F907-77B0-435A-8E3E-794932F0F01A--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1719215079==--

From pwg-announce-bounces@pwg.org  Tue Nov 13 09:19:22 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EF42821F864D for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 13 Nov 2012 09:19:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.539
X-Spam-Level: 
X-Spam-Status: No, score=-102.539 tagged_above=-999 required=5 tests=[AWL=0.060, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JRChn0TbggL5 for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 13 Nov 2012 09:19:22 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 7615F21F863C for <ipp-archive@lists.ietf.org>; Tue, 13 Nov 2012 09:19:18 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 2DE2F791D9; Tue, 13 Nov 2012 12:19:01 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail-out.apple.com (bramley.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 73EA6791A4 for <pwg-announce@pwg.org>; Tue, 13 Nov 2012 12:18:48 -0500 (EST)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay14.apple.com ([17.128.113.52]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0MDF00AN0RU30U81@mail-out.apple.com> for pwg-announce@pwg.org; Tue, 13 Nov 2012 09:18:43 -0800 (PST)
X-AuditID: 11807134-b7fe96d000000e2b-04-50a280f2ef88
Received: from [17.153.34.176] (Unknown_Domain [17.153.34.176]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay14.apple.com (Apple SCV relay) with SMTP id 9D.69.03627.3F082A05; Tue, 13 Nov 2012 09:18:43 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Message-id: <67F8EC13-3BBD-4F59-9F72-14BFB26A937D@apple.com>
Date: Tue, 13 Nov 2012 12:18:42 -0500
To: pwg-announce@pwg.org
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrGJMWRmVeSWpSXmKPExsUiOFNpg+7nhkUBBvMPm1qsa13N7MDoMW/x dKYAxigum5TUnMyy1CJ9uwSujANfHzAVLOaomPZlPWsD4xO2LkZODgkBE4nbMxexQ9hiEhfu rQeKc3EICUxlktj18zsLSIJNQE3i96Q+VhCbWUBL4sa/l0wQtrbEsoWvmUFsYQEPiZPd38GG 8grYSEx7cJARxGYRUJVY8+c6WFxEQEJiWvc8VogaPYnDndtZIRbLSqyY2ss0gZFnFpIVs5Cs mIWkZQEj8ypGwaLUnMRKQxO9xIKCnFS95PzcTYyg0GgoNNnBePAn/yFGAQ5GJR5eQ/eFAUKs iWXFlbmHGCU4mJVEeKtLFgUI8aYkVlalFuXHF5XmpBYfYpTmYFES5331b36AkEB6Yklqdmpq QWoRTJaJg1OqgXH+NOvOae3bWXamFH/uLDy54OmEP8G5fyryrVSXeqwUrHrX1Pg/g6uVbd9c BTcrlxYlnxq7zw8vJ3HUzb30oSx7fZv/vVWXp2xS49zGGuSte/fqYd2KF0En99+tvFBhrBZo 51u0bP+89mjP6QF//53VCGlOl7rlxmzdUfbg3g+BqMnrzl3n91FiKc5INNRiLipOBACDVUFh CQIAAA==
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [Pwg-Announce] [REMINDER] PWG December 2012 Face-to-Face Meeting in Irvine, CA
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 2DE2F791D9.AB60E
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

[This is a reminder for those that have not yet visited the meeting page]

All,

The PWG face-to-face meeting page for December 2012 is now available. The agenda and venue information can be found at:

	http://www.pwg.org/chair/meeting-info/december_2012_irvine.html

This page will be updated with document links as the material becomes available.

Please visit the December 2012 survey page PRIOR TO November 30, 2012 and indicate whether you plan to participate in person or call in:

	http://www.surveymonkey.com/s/8Z86B2G

For those not able to attend in person, the usual telephone bridge number will be provided. The details of the conference call are:

Call-in toll-free number (US/Canada): +1 866 469-3239
Call-in toll number (US/Canada): +1 650 429-3300
Call-in toll number (US/Canada): +1 408 856-9570

Attendee access code: Please request from the PWG Chair (msweet@apple.com) if you need it.

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

From pwg-announce-bounces@pwg.org  Fri Nov 16 12:14:49 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BE75E21F8715 for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri, 16 Nov 2012 12:14:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.548
X-Spam-Level: 
X-Spam-Status: No, score=-102.548 tagged_above=-999 required=5 tests=[AWL=0.050, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Igquj6xuGilS for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri, 16 Nov 2012 12:14:48 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 71FA421F86DB for <ipp-archive@lists.ietf.org>; Fri, 16 Nov 2012 12:14:48 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id B5D79791F2; Fri, 16 Nov 2012 15:14:30 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail-out.apple.com (crispin.apple.com [17.151.62.50]) by pwg.org (Postfix) with ESMTP id 51EF0791E9 for <pwg-announce@pwg.org>; Fri, 16 Nov 2012 15:14:18 -0500 (EST)
MIME-version: 1.0
Received: from relay14.apple.com ([17.128.113.52]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0MDL005GKK7BRIX2@mail-out.apple.com> for pwg-announce@pwg.org; Fri, 16 Nov 2012 12:14:17 -0800 (PST)
X-AuditID: 11807134-b7fe96d000000e2b-1f-50a69e96b237
Received: from [17.153.31.69] (Unknown_Domain [17.153.31.69]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay14.apple.com (Apple SCV relay) with SMTP id A6.66.03627.89E96A05; Fri, 16 Nov 2012 12:14:16 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Fri, 16 Nov 2012 15:14:14 -0500
To: PWG Announcements <pwg-announce@pwg.org>
Message-id: <3BE8A74B-E306-493A-9312-BB303925F208@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprGLMWRmVeSWpSXmKPExsUiOFPeVXfGvGUBBhP+mlkc+RZrsa51NbMD k8fWkz/YPOYtns4UwBTFZZOSmpNZllqkb5fAldE95xdbwYz0irfzVzI3MD6N7GLk5JAQMJG4 N2kmC4QtJnHh3nq2LkYuDiGByUwS68/cZQRJsAmoSfye1McKYjMLJEis/nAarIFFQFWi8dwr JhBbWEBDYuXTdWD1IgI6EtOufQGL8wrYSHR2NUDZehKHO7ezQiyTlVgxtZdpAiP3LCRjZyEp g4hrSyxb+Jp5FiMHkK0jMXkhI6owhP3x/BGmBYxsqxgFi1JzEisNTfQSCwpyUvWS83M3MYJC q6HQZAfjwZ/8hxgFOBiVeHgLq5YFCLEmlhVX5h5ilOBgVhLhTe8FCvGmJFZWpRblxxeV5qQW H2KU5mBREuf9Vw2UEkhPLEnNTk0tSC2CyTJxcEo1MKbn+K1SKV5cs4dLZN7s1KPFKwIOlc05 bRO4itlgXvyDjxMexN49x6j45c9HM8molacmiynoelwN0OlV2B7cmvco2vN1Yy77s5udl57k qnLqC/N6v/127H11VqEak4LrrRMTPCbMDBKbMV+3X975xJIXmRcm/5jCUGaf5KacsXihTuBS QU+WCUosxRmJhlrMRcWJAE6pnZspAgAA
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [Pwg-Announce] PWG Formal Vote: IPP Everywhere
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1934726035=="
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: B5D79791F2.AD68D
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

--===============1934726035==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_/qbShqWj9ELclnHf5c9NrA)"


--Boundary_(ID_/qbShqWj9ELclnHf5c9NrA)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Greetings:

VOTES ARE CONFIDENTIAL!  See voting instructions below.

This email initiates the Formal Approval vote by the PWG membership on IPP
Everywhere, which is located at:

   ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf

The complete list of PWG Last Call issues and resolutions is located at:

   ftp://ftp.pwg.org/pub/pwg/ipp/wd/lcrc-ippeve10.txt


VOTING PERIOD:  This Formal Vote will start today on Friday 16 November 2012
and will end at 10pm (US Pacific Time) on Friday 21 December 2012.

Valid votes are: Yes, No, No (with Strong Objection), Abstain.


Representatives from PWG member companies are strongly encouraged to
exercise their right to vote.

PWG Privacy Policy:  Your vote is confidential and will not be disclosed
by PWG officers or document editors.


HOW TO VOTE:

Send an email with *exactly* the following subject line format:

 IPP Everywhere Formal Vote-<company name>-<voter's last name>-<Yes/No/Abstain>

Example:

 IPP Everywhere Formal Vote-Acme-McGee-Yes


Rules:

(1) Any "No" vote MUST state the reason for the "No" vote and MUST contain
a description of the *technical* changes required to turn the "No" vote into a
"Yes" vote - otherwise the "No" vote will NOT be counted, per PWG Process/3.0.

(2) Any "No" vote MUST NOT contain *editorial* comments, per PWG Process/3.0.

(3) Any "Yes" vote MAY contain "editorial" comments, per PWG Process/3.0.

(4) Any "Yes" vote MUST NOT contain any  *technical* comments, per PWG
Process/3.0.

(5) Any "Abstain" vote counts toward quorum, but not approval.


WHERE TO SEND YOUR VOTE:

Please send your vote to *all* of the following email addresses (replacing
"dot" with '.' and "at" with '@'):

msweet "at" apple "dot" com (Mike Sweet, PWG Chair, IPP Everywhere Editor)

blueroofmusic "at" gmail "dot" com (Ira McDonald, PWG Secretary, IPP WG Co-Chair)

ptykodi "at" tykodi "dot" com (Paul Tykodi, IPP WG Co-Chair)


Please do NOT simply reply to this note on PWG-Announce or the
IPP WG list (to preserve the confidentiality of your vote).


Notes:

(1) This Formal Vote is being conducted under the rules of the PWG Process/3.0
and the current PWG Policy on Intellectual Property and Confidentiality agreement.
The 2012 PWG Membership Agreement calls out both of these documents and
the links are provided below.

(2) To be eligible to vote the member MUST have submitted a signed copy of
the 2012 PWG Membership Agreement and paid their dues.

The PWG Definition of the Standards Development Process Version 3.0 is
located at:

 http://www.pwg.org/chair/membership_docs/pwg-process30.pdf

The PWG Policy on Intellectual Property and Confidentiality is located at:

 http://www.pwg.org/chair/membership_docs/pwg-ip-policy.pdf

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_/qbShqWj9ELclnHf5c9NrA)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: quoted-printable

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Dus-ascii"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode=
: space; -webkit-line-break: after-white-space; "><span style=3D"font-famil=
y: monospace; ">Greetings:</span><br style=3D"font-family: monospace; "><br=
 style=3D"font-family: monospace; "><span style=3D"font-family: monospace; =
">VOTES ARE CONFIDENTIAL! &nbsp;See voting instructions below.</span><br st=
yle=3D"font-family: monospace; "><br style=3D"font-family: monospace; "><sp=
an style=3D"font-family: monospace; ">This email initiates the Formal Appro=
val vote by the PWG membership on IPP</span><br style=3D"font-family: monos=
pace; "><span style=3D"font-family: monospace; ">Everywhere, which is locat=
ed at:</span><br style=3D"font-family: monospace; "><br style=3D"font-famil=
y: monospace; "><span style=3D"font-family: monospace; ">&nbsp;&nbsp;&nbsp;=
</span><a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf=
" style=3D"font-family: monospace; ">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ip=
peve10-20121116.pdf</a><br style=3D"font-family: monospace; "><br style=3D"=
font-family: monospace; "><span style=3D"font-family: monospace; ">The comp=
lete list of PWG Last Call issues and resolutions is located at:</span><br =
style=3D"font-family: monospace; "><br style=3D"font-family: monospace; "><=
span style=3D"font-family: monospace; ">&nbsp;&nbsp;&nbsp;</span><a href=3D=
"ftp://ftp.pwg.org/pub/pwg/ipp/wd/lcrc-ippeve10.txt" style=3D"font-family: =
monospace; ">ftp://ftp.pwg.org/pub/pwg/ipp/wd/lcrc-ippeve10.txt</a><br styl=
e=3D"font-family: monospace; "><br style=3D"font-family: monospace; "><br s=
tyle=3D"font-family: monospace; "><span style=3D"font-family: monospace; ">=
VOTING PERIOD: &nbsp;This Formal Vote will start today on Friday 16 Novembe=
r 2012</span><br style=3D"font-family: monospace; "><span style=3D"font-fam=
ily: monospace; ">and will end at 10pm (US Pacific Time) on Friday 21 Decem=
ber 2012.</span><br style=3D"font-family: monospace; "><br style=3D"font-fa=
mily: monospace; "><span style=3D"font-family: monospace; ">Valid votes are=
: Yes, No, No (with Strong Objection), Abstain.</span><br style=3D"font-fam=
ily: monospace; "><br style=3D"font-family: monospace; "><br style=3D"font-=
family: monospace; "><span style=3D"font-family: monospace; ">Representativ=
es from PWG member companies are strongly encouraged to</span><br style=3D"=
font-family: monospace; "><span style=3D"font-family: monospace; ">exercise=
 their right to vote.</span><br style=3D"font-family: monospace; "><br styl=
e=3D"font-family: monospace; "><span style=3D"font-family: monospace; ">PWG=
 Privacy Policy: &nbsp;Your vote is confidential and will not be disclosed<=
/span><br style=3D"font-family: monospace; "><span style=3D"font-family: mo=
nospace; ">by PWG officers or document editors.</span><br style=3D"font-fam=
ily: monospace; "><br style=3D"font-family: monospace; "><br style=3D"font-=
family: monospace; "><span style=3D"font-family: monospace; ">HOW TO VOTE:<=
/span><br style=3D"font-family: monospace; "><br style=3D"font-family: mono=
space; "><span style=3D"font-family: monospace; ">Send an email with *exact=
ly* the following subject line format:</span><br style=3D"font-family: mono=
space; "><br style=3D"font-family: monospace; "><span style=3D"font-family:=
 monospace; ">&nbsp;IPP Everywhere Formal Vote-&lt;company name&gt;-&lt;vot=
er's last name&gt;-&lt;Yes/No/Abstain&gt;</span><br style=3D"font-family: m=
onospace; "><br style=3D"font-family: monospace; "><span style=3D"font-fami=
ly: monospace; ">Example:</span><br style=3D"font-family: monospace; "><br =
style=3D"font-family: monospace; "><span style=3D"font-family: monospace; "=
>&nbsp;IPP Everywhere Formal Vote-Acme-McGee-Yes</span><br style=3D"font-fa=
mily: monospace; "><br style=3D"font-family: monospace; "><br style=3D"font=
-family: monospace; "><span style=3D"font-family: monospace; ">Rules:</span=
><br style=3D"font-family: monospace; "><br style=3D"font-family: monospace=
; "><span style=3D"font-family: monospace; ">(1) Any "No" vote MUST state t=
he reason for the "No" vote and MUST contain</span><br style=3D"font-family=
: monospace; "><span style=3D"font-family: monospace; ">a description of th=
e *technical* changes required to turn the "No" vote into a</span><br style=
=3D"font-family: monospace; "><span style=3D"font-family: monospace; ">"Yes=
" vote - otherwise the "No" vote will NOT be counted, per PWG Process/3.0.<=
/span><br style=3D"font-family: monospace; "><br style=3D"font-family: mono=
space; "><span style=3D"font-family: monospace; ">(2) Any "No" vote MUST NO=
T contain *editorial* comments, per PWG Process/3.0.</span><br style=3D"fon=
t-family: monospace; "><br style=3D"font-family: monospace; "><span style=
=3D"font-family: monospace; ">(3) Any "Yes" vote MAY contain "editorial" co=
mments, per PWG Process/3.0.</span><br style=3D"font-family: monospace; "><=
br style=3D"font-family: monospace; "><span style=3D"font-family: monospace=
; ">(4) Any "Yes" vote MUST NOT contain any &nbsp;*technical* comments, per=
 PWG</span><br style=3D"font-family: monospace; "><span style=3D"font-famil=
y: monospace; ">Process/3.0.</span><br style=3D"font-family: monospace; "><=
br style=3D"font-family: monospace; "><span style=3D"font-family: monospace=
; ">(5) Any "Abstain" vote counts toward quorum, but not approval.</span><b=
r style=3D"font-family: monospace; "><br style=3D"font-family: monospace; "=
><br style=3D"font-family: monospace; "><span style=3D"font-family: monospa=
ce; ">WHERE TO SEND YOUR VOTE:</span><br style=3D"font-family: monospace; "=
><br style=3D"font-family: monospace; "><span style=3D"font-family: monospa=
ce; ">Please send your vote to *all* of the following email addresses (repl=
acing</span><br style=3D"font-family: monospace; "><span style=3D"font-fami=
ly: monospace; ">"dot" with '.' and "at" with '@'):</span><br style=3D"font=
-family: monospace; "><br style=3D"font-family: monospace; "><span style=3D=
"font-family: monospace; ">msweet "at" apple "dot" com (Mike Sweet, PWG Cha=
ir, IPP Everywhere Editor)</span><br style=3D"font-family: monospace; "><br=
 style=3D"font-family: monospace; "><span style=3D"font-family: monospace; =
">blueroofmusic "at" gmail "dot" com (Ira McDonald, PWG Secretary, IPP WG C=
o-Chair)</span><br style=3D"font-family: monospace; "><br style=3D"font-fam=
ily: monospace; "><span style=3D"font-family: monospace; ">ptykodi "at" tyk=
odi "dot" com (Paul Tykodi, IPP WG Co-Chair)</span><br style=3D"font-family=
: monospace; "><br style=3D"font-family: monospace; "><br style=3D"font-fam=
ily: monospace; "><span style=3D"font-family: monospace; ">Please do NOT si=
mply reply to this note on PWG-Announce or the</span><br style=3D"font-fami=
ly: monospace; "><span style=3D"font-family: monospace; ">IPP WG list (to p=
reserve the confidentiality of your vote).</span><br style=3D"font-family: =
monospace; "><br style=3D"font-family: monospace; "><br style=3D"font-famil=
y: monospace; "><span style=3D"font-family: monospace; ">Notes:</span><br s=
tyle=3D"font-family: monospace; "><br style=3D"font-family: monospace; "><s=
pan style=3D"font-family: monospace; ">(1) This Formal Vote is being conduc=
ted under the rules of the PWG Process/3.0</span><br style=3D"font-family: =
monospace; "><span style=3D"font-family: monospace; ">and the current PWG P=
olicy on Intellectual Property and Confidentiality agreement.</span><br sty=
le=3D"font-family: monospace; "><span style=3D"font-family: monospace; ">Th=
e 2012 PWG Membership Agreement calls out both of these documents and</span=
><br style=3D"font-family: monospace; "><span style=3D"font-family: monospa=
ce; ">the links are provided below.</span><br style=3D"font-family: monospa=
ce; "><br style=3D"font-family: monospace; "><span style=3D"font-family: mo=
nospace; ">(2) To be eligible to vote the member MUST have submitted a sign=
ed copy of</span><br style=3D"font-family: monospace; "><span style=3D"font=
-family: monospace; ">the 2012 PWG Membership Agreement and paid their dues=
.</span><br style=3D"font-family: monospace; "><br style=3D"font-family: mo=
nospace; "><span style=3D"font-family: monospace; ">The PWG Definition of t=
he Standards Development Process Version 3.0 is</span><br style=3D"font-fam=
ily: monospace; "><span style=3D"font-family: monospace; ">located at:</spa=
n><br style=3D"font-family: monospace; "><br style=3D"font-family: monospac=
e; "><span style=3D"font-family: monospace; ">&nbsp;</span><a href=3D"http:=
//www.pwg.org/chair/membership_docs/pwg-process30.pdf" style=3D"font-family=
: monospace; ">http://www.pwg.org/chair/membership_docs/pwg-process30.pdf</=
a><br style=3D"font-family: monospace; "><br style=3D"font-family: monospac=
e; "><span style=3D"font-family: monospace; ">The PWG Policy on Intellectua=
l Property and Confidentiality is located at:</span><br style=3D"font-famil=
y: monospace; "><br style=3D"font-family: monospace; "><span style=3D"font-=
family: monospace; ">&nbsp;</span><a href=3D"http://www.pwg.org/chair/membe=
rship_docs/pwg-ip-policy.pdf" style=3D"font-family: monospace; ">http://www=
.pwg.org/chair/membership_docs/pwg-ip-policy.pdf</a><br style=3D"font-famil=
y: monospace; "><br style=3D"font-family: monospace; "><div apple-content-e=
dited=3D"true"><span class=3D"Apple-style-span" style=3D"border-collapse: s=
eparate; font-family: Helvetica; border-spacing: 0px; "><div>______________=
____________________________________</div><div>Michael Sweet, Senior Printi=
ng System&nbsp;Engineer, PWG Chair<br></div></span>

</div>
<br><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_/qbShqWj9ELclnHf5c9NrA)--

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

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

--===============1934726035==--

From ipp-bounces@pwg.org  Fri Nov 16 12:36:11 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0B4E421F8AE8 for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri, 16 Nov 2012 12:36:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.555
X-Spam-Level: 
X-Spam-Status: No, score=-102.555 tagged_above=-999 required=5 tests=[AWL=0.043, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4e6WG6MPsvzZ for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri, 16 Nov 2012 12:36:10 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 0609121F8ACA for <ipp-archive@lists.ietf.org>; Fri, 16 Nov 2012 12:36:10 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id C5F22791D6; Fri, 16 Nov 2012 15:35:53 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 318DA791D4 for <ipp@pwg.org>; Fri, 16 Nov 2012 15:35:42 -0500 (EST)
MIME-version: 1.0
Received: from relay11.apple.com ([17.128.113.48]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0MDL0041NL75TV13@mail-out.apple.com> for ipp@pwg.org; Fri, 16 Nov 2012 12:35:32 -0800 (PST)
X-AuditID: 11807130-b7f566d000003523-87-50a6a3921303
Received: from [17.153.31.69] (Unknown_Domain [17.153.31.69]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay11.apple.com (Apple SCV relay) with SMTP id A3.63.13603.493A6A05; Fri, 16 Nov 2012 12:35:32 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Fri, 16 Nov 2012 15:35:30 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
Message-id: <C127AE43-A7E7-4C69-B1E4-86BBEEB974F5@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprKLMWRmVeSWpSXmKPExsUiOFPeVXfK4mUBBm//KVoc2/eSxeLIt1gH Jo+tJ3+wecxbPJ0pgCmKyyYlNSezLLVI3y6BK+NHl0XBZPGKxytfsDYwHhTpYuTkkBAwkZjV 9IsdwhaTuHBvPVsXIxeHkMBkJonuyU+YQRJsAmoSvyf1sYLYzAIJEr+uXwKzWQRUJQ5PfARW IyyQLnHlxlWwQSIC8hJr26Yygdi8AjYSzU9aWSBsPYnDndtZIZbJSqyY2ss0gZF7FpKxs5CU QcS1JZYtfM08i5EDyNaRmLyQEVUYwv54/gjTAka2VYyCRak5iZWGhnqJBQU5qXrJ+bmbGEGB 1VBosINx7U/+Q4wCHIxKPLzFVcsChFgTy4orcw8xSnAwK4nwpvcChXhTEiurUovy44tKc1KL DzFKc7AoifN+rwZKCaQnlqRmp6YWpBbBZJk4OKUaGNdtmLswQvBv7G32m72SRnyvdu7NYtXe tMRr2dfdlsc7DdgX9T6/8PHxixtrV6Ts2+PK+bN19sf3z5bl6Pslfij4l7zv2MfJL9MdbmZ+ PF7WNdVYW+BdR/OFRyy/uF49lego7p7Mplt//Ymi49l3dVGu2icqbxfuT7VrWbtuzzf1dRte NLM2HVyixFKckWioxVxUnAgA9MqadSgCAAA=
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] WG Last Call - PWG Media Standardized Names 2.0 (MSN2) (November 16 through November 26, 2012)
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1073767811=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: C5F22791D6.A8424
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1073767811==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_obyzFSdTzR7nXJb0D9fiwg)"


--Boundary_(ID_obyzFSdTzR7nXJb0D9fiwg)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

All,

This message initiates the IPP Working Group last call of the PWG Media Standardized Names 2.0 (MSN2) specification that has been in extended development since last year. The latest stable draft can be found here:

	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116.docx
	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116.pdf
	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf

Please send all feedback to the IPP mailing list (reply-all works fine for this) and it will be collected and processed as quickly as possible. Our intent is to move MSN2 to PWG Last Call to span the December 2012 F2F.

Thank you!

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_obyzFSdTzR7nXJb0D9fiwg)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: quoted-printable

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Dus-ascii"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mode=
: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div><=
div>This message initiates the IPP Working Group last call of the PWG Media=
 Standardized Names 2.0 (MSN2) specification that has been in extended deve=
lopment since last year. The latest stable draft can be found here:</div><d=
iv><br></div><div><div><span class=3D"Apple-tab-span" style=3D"white-space:=
 pre; ">	</span><a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-201=
21116.docx">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116.docx</a><=
/div><div></div></div><div><div><span class=3D"Apple-tab-span" style=3D"whi=
te-space: pre; ">	</span><a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwg=
msn20-20121116.pdf">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116.p=
df</a></div><div></div><div><span class=3D"Apple-tab-span" style=3D"white-s=
pace: pre; ">	</span><a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn2=
0-20121116-rev.pdf">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-r=
ev.pdf</a></div><div></div><div><br></div><div>Please send all feedback to =
the IPP mailing list (reply-all works fine for this) and it will be collect=
ed and processed as quickly as possible. Our intent is to move MSN2 to PWG =
Last Call to span the December 2012 F2F.</div><div><br></div><div>Thank you=
!</div></div><div><br></div><div>
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; font-f=
amily: Helvetica; border-spacing: 0px; "><div>_____________________________=
_____________________</div><div>Michael Sweet, Senior Printing System&nbsp;=
Engineer, PWG Chair<br></div></span>

</div>
<br></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_obyzFSdTzR7nXJb0D9fiwg)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1073767811==--

From ipp-bounces@pwg.org  Sun Nov 18 20:09:30 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9570421F862B for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 18 Nov 2012 20:09:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.787
X-Spam-Level: 
X-Spam-Status: No, score=-1.787 tagged_above=-999 required=5 tests=[AWL=0.811, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WF1l6ylsJu8M for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 18 Nov 2012 20:09:29 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 2C9CC21F8608 for <ipp-archive@lists.ietf.org>; Sun, 18 Nov 2012 20:09:29 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 40509791E2; Sun, 18 Nov 2012 23:09:13 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) by pwg.org (Postfix) with ESMTP id 53B18791E2 for <ipp@pwg.org>; Sun, 18 Nov 2012 23:08:59 -0500 (EST)
Received: by mail-la0-f46.google.com with SMTP id p5so907451lag.5 for <ipp@pwg.org>; Sun, 18 Nov 2012 20:08:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3FHqXtgkXwThFlq0Yth1IKhy49Kdt9VGNMySivTQuoA=; b=Ww4pzh08xQ1UwltLbdIIJuMFAOLRWEU5fwvArio9qAlQMydaDppOhk1yhtkUAB4uiV rF/5oOMw/bOUf0AGm4GhlHzwrKOaULPfn9bkyBKdC07f1khr4Ei+AbfW37yeCoUHF8fm D3bd6k+22KvgNJJXZoR2IA6OSCw+fZmiV4/TbImgL8HyGQH8rl2pJVWvq+kbrtgXUpdF Knic3kC7MbukMOPU+nsrVXfLKMF/IaAwCpuCp3Xmofb7SMpVq5esQU4Uri7/ot8fAiHh 6UG9ZH5dCkj7uUS4Ka+4PNTRSUvrhda1CpygAauLiXbMnOrsEHjqhfYgiul6VN3jsmL2 q+WA==
MIME-Version: 1.0
Received: by 10.152.128.9 with SMTP id nk9mr3346209lab.17.1353298138845; Sun, 18 Nov 2012 20:08:58 -0800 (PST)
Received: by 10.112.81.168 with HTTP; Sun, 18 Nov 2012 20:08:58 -0800 (PST)
Date: Sun, 18 Nov 2012 23:08:58 -0500
Message-ID: <CAN40gStzsvK8=LdrdYNOuHR2738aY9hOwynvFQRe1c0GuYE++Q@mail.gmail.com>
From: Ira McDonald <blueroofmusic@gmail.com>
To: ipp@pwg.org, Ira McDonald <blueroofmusic@gmail.com>,  Pat Fleming <patfleminghtc@gmail.com>
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] LDAP Printer Schema (18 November 2012)
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1187590547=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 40509791E2.A912B
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1187590547==
Content-Type: multipart/alternative; boundary=f46d04343e8ad752df04ced14694


--f46d04343e8ad752df04ced14694
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Pat - we'll review this version in detail next month at the PWG
Face-to-Face
during the IPP WG session 9am-12pm Pacific 6 December 2012.  We hope
to forward this version to the IETF Applications Area Directors for
eventual
IETF Last Call (first, probably review by LDAP experts).


I *have* assigned OIDs to the few new attributes, because we have a stable
set chosen in section 4.1 of the IPP Everywhere spec.


I've just posted a fourth Internet-Draft of LDAP Schema for PrinterServices to:


ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ldap-printer-schema-03-20121118.txt
 - plaintext Internet-Draft format (warning - contains explicit formfeed
characters)


ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ldap-printer-schema-03-20121118.pdf
 - line numbered PDF of plaintext - use this version for review, please

This document has already been accepted and posted to the IETF I-D
repository.

This document was created by revising the original LDAP Schema for Printer
Services [RFC3712].

Cheers,
- Ira

---------------------------------------

Change History:

   18 November 2012 - draft-mcdonald-ldap-printer-schema-03.txt
   - Fourth draft - for IEEE-ISTO PWG IPP WG

   - Global - updated publication and expiration dates in copyright,
   header, footer, and boilerplate.

   - Global - updated contact info for Pat Fleming.

   - Global - updated various references.

   - Global - added references to IEEE-ISTO PWG and IEEE-ISTO PWG IPP
   WG, per IEEE-ISTO PWG IPP WG review.

   - Global - deleted all references to PWG IPP Everywhere and values
   defined in that specification, per IEEE-ISTO PWG IPP WG review.

   - Global - deleted 'printer-device-uuid' attribute, per IEEE-ISTO PWG
   IPP WG review.

   - Global - revised all 'One of' attributes to add implementation note
   that multiple values are represented as multiple instances, per
   IEEE-ISTO PWG IPP WG review.

   - Global - revised all 'List of' attributes to add implementation
   note that length overflow is handled by multiple instances, per
   IEEE-ISTO PWG IPP WG review.

   - Global - revised many DESC clauses to correct truncation due to
   no-fill formatting, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4 Definition of Attribute Types to add
   implementation note recommending use of Network Unicode [RFC5198],
   recommending against the use of DEL or any C0 or C1 control
   characters (except HT, CR, and LF), and recommending against HT, CR,
   and LF in names (e.g., printer-name or printer-aliases), per
   IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4 Definition of Attribute Types to add
   implementation note contrasting 'List of xxx' and 'One of xxx' and
   stating that any of these attributes can be represented as multiple
   instances (e.g., to avoid length overflow), per IEEE-ISTO PWG IPP WG
   review.

   - Global - revised all comma-delimited examples to include both
   single- and multi-valued examples, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.2 printer-xri-supported text and
   examples to show optional *trailing* whitespace after '<' delimiters,
   per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.3 printer-name to break
   recommendations into separate implementation notes, per IEEE-ISTO PWG
   IPP WG review.

   - Editorial - revised section 4.20 printer-number-up-supported to add
   note explaining that this differs from the corresponding IPP
   attribute and is mapped from the largest reported value in IPP, per
   IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.22 printer-media-supported to
   separate examples of media sizes, types, and colors, per IEEE-ISTO
   PWG IPP WG review.

   - Editorial - revised section 4.24 printer-resolution-supported text
   and examples to show optional *trailing* whitespace after '>'
   delimiters, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.34 printer-aliases to add Network
   Unicode note like printer-name, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.35 printer-device-id to explicitly
   list the required key/value pairs as in PWG IPP Everywhere, per
   IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.37 printer-uuid to add example of a
   valid UUID per [RFC4122], per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.36 printer-device-service-count to
   add example, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.39 printer-charge-info-uri to add
   example, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 4.40 printer-geo-location to add
   example of a value 'geo:' URI per [RFC5870], per IEEE-ISTO PWG IPP WG
   review.

   - Editorial - revised section 4.41 printer-ipp-features-supported to
   delete 'ipp-everywhere' and add 'unknown' (with explanation), per
   IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 7 IANA Considerations to correct
   truncation of some OIDs, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 7.2 Registration of Attribute Types to
   delete issue for OID assignments, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 8 Internalization Considerations to add
   detailed note about Network Unicode [RFC5198] and avoiding use of C0
   and C1 control characters, per IEEE-ISTO PWG IPP WG review.

   - Editorial - revised section 9 Security Considerations to add note
   about security vulnerabilities cause by use of DEL or any C0 or C1
   control characters in names, per IEEE-ISTO PWG IPP WG review.

   - Editorial - added appendix B Abbreviations, per IEEE-ISTO PWG IPP
   WG review.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--f46d04343e8ad752df04ced14694
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<br clear=3D"all">Hi,<br><br>Pat - we&#39;ll review this version in detail =
next month at the PWG Face-to-Face <br>during the IPP WG session 9am-12pm P=
acific 6 December 2012.=A0 We hope <br>to forward this version to the IETF =
Applications Area Directors for eventual <br>
IETF Last
Call (first, probably review by <span class=3D"il">LDAP</span> experts).<br=
><br><br>I *have* assigned OIDs to the few new attributes, because we have =
a stable<br>set chosen in section 4.1 of the IPP Everywhere spec.<br><br>
=A0<br>I&#39;ve just posted a fourth Internet-Draft of <span><span><span cl=
ass=3D"il">LDAP</span></span></span> Schema for <span><span><span class=3D"=
il">Printer</span></span></span> Services to:<br>


<br>
 =A0<a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ldap-printer=
-schema-03-20121118.txt" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd=
/draft-mcdonald-ldap-printer-schema-03-20121118.txt</a><br>
 =A0- plaintext Internet-Draft format (warning - contains explicit formfeed=
 characters)<br>
<br>
 =A0<a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/draft-mcdonald-ldap-printer=
-schema-03-20121118.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd=
/draft-mcdonald-ldap-printer-schema-03-20121118.pdf</a><br>
 =A0- line numbered PDF of plaintext - use this version for review, please<=
br><br>This document has already been accepted and posted to the IETF I-D r=
epository.<br>
<br>
This document was created by revising the original <span><span><span class=
=3D"il">LDAP</span></span></span> Schema for <span><span><span class=3D"il"=
>Printer</span></span></span> <br>Services [RFC3712].<br><br>Cheers,<br>- I=
ra<br>
<br>---------------------------------------<br>
<div id=3D":xt"><br><div>Change History:<br><br></div></div>=A0=A0 18 Novem=
ber 2012 - draft-mcdonald-ldap-printer-schema-03.txt <br>=A0=A0 - Fourth dr=
aft - for IEEE-ISTO PWG IPP WG <br><br>=A0=A0 - Global - updated publicatio=
n and expiration dates in copyright,<br>
=A0=A0 header, footer, and boilerplate.=A0 <br><br>=A0=A0 - Global - update=
d contact info for Pat Fleming.=A0 <br><br>=A0=A0 - Global - updated variou=
s references.=A0 <br><br>=A0=A0 - Global - added references to IEEE-ISTO PW=
G and IEEE-ISTO PWG IPP<br>
=A0=A0 WG, per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Global - de=
leted all references to PWG IPP Everywhere and values<br>=A0=A0 defined in =
that specification, per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Gl=
obal - deleted &#39;printer-device-uuid&#39; attribute, per IEEE-ISTO PWG<b=
r>
=A0=A0 IPP WG review.=A0 <br><br>=A0=A0 - Global - revised all &#39;One of&=
#39; attributes to add implementation note<br>=A0=A0 that multiple values a=
re represented as multiple instances, per<br>=A0=A0 IEEE-ISTO PWG IPP WG re=
view.=A0 <br><br>
=A0=A0 - Global - revised all &#39;List of&#39; attributes to add implement=
ation<br>=A0=A0 note that length overflow is handled by multiple instances,=
 per<br>=A0=A0 IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Global - re=
vised many DESC clauses to correct truncation due to<br>
=A0=A0 no-fill formatting, per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=
=A0 - Editorial - revised section 4 Definition of Attribute Types to add <b=
r>=A0=A0 implementation note recommending use of Network Unicode [RFC5198],=
<br>=A0=A0 recommending against the use of DEL or any C0 or C1 control<br>
=A0=A0 characters (except HT, CR, and LF), and recommending against HT, CR,=
<br>=A0=A0 and LF in names (e.g., printer-name or printer-aliases), per<br>=
=A0=A0 IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Editorial - revised=
 section 4 Definition of Attribute Types to add <br>
=A0=A0 implementation note contrasting &#39;List of xxx&#39; and &#39;One o=
f xxx&#39; and<br>=A0=A0 stating that any of these attributes can be repres=
ented as multiple<br>=A0=A0 instances (e.g., to avoid length overflow), per=
 IEEE-ISTO PWG IPP WG<br>
=A0=A0 review.=A0 <br><br>=A0=A0 - Global - revised all comma-delimited exa=
mples to include both<br>=A0=A0 single- and multi-valued examples, per IEEE=
-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Editorial - revised section 4.=
2 printer-xri-supported text and<br>
=A0=A0 examples to show optional *trailing* whitespace after &#39;&lt;&#39;=
 delimiters,<br>=A0=A0 per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 -=
 Editorial - revised section 4.3 printer-name to break<br>=A0=A0 recommenda=
tions into separate implementation notes, per IEEE-ISTO PWG<br>
=A0=A0 IPP WG review.=A0 <br><br>=A0=A0 - Editorial - revised section 4.20 =
printer-number-up-supported to add<br>=A0=A0 note explaining that this diff=
ers from the corresponding IPP<br>=A0=A0 attribute and is mapped from the l=
argest reported value in IPP, per<br>
=A0=A0 IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Editorial - revised=
 section 4.22 printer-media-supported to<br>=A0=A0 separate examples of med=
ia sizes, types, and colors, per IEEE-ISTO<br>=A0=A0 PWG IPP WG review.=A0 =
<br><br>=A0=A0 - Editorial - revised section 4.24 printer-resolution-suppor=
ted text<br>
=A0=A0 and examples to show optional *trailing* whitespace after &#39;&gt;&=
#39;<br>=A0=A0 delimiters, per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=
=A0 - Editorial - revised section 4.34 printer-aliases to add Network<br>=
=A0=A0 Unicode note like printer-name, per IEEE-ISTO PWG IPP WG review.=A0 =
<br>
<br>=A0=A0 - Editorial - revised section 4.35 printer-device-id to explicit=
ly<br>=A0=A0 list the required key/value pairs as in PWG IPP Everywhere, pe=
r<br>=A0=A0 IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Editorial - re=
vised section 4.37 printer-uuid to add example of a<br>
=A0=A0 valid UUID per [RFC4122], per IEEE-ISTO PWG IPP WG review.=A0 <br><b=
r>=A0=A0 - Editorial - revised section 4.36 printer-device-service-count to=
<br>=A0=A0 add example, per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 =
- Editorial - revised section 4.39 printer-charge-info-uri to add<br>
=A0=A0 example, per IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=A0 - Editor=
ial - revised section 4.40 printer-geo-location to add<br>=A0=A0 example of=
 a value &#39;geo:&#39; URI per [RFC5870], per IEEE-ISTO PWG IPP WG<br>=A0=
=A0 review.=A0 <br>
<br>=A0=A0 - Editorial - revised section 4.41 printer-ipp-features-supporte=
d to<br>=A0=A0 delete &#39;ipp-everywhere&#39; and add &#39;unknown&#39; (w=
ith explanation), per<br>=A0=A0 IEEE-ISTO PWG IPP WG review.=A0 <br><br>=A0=
=A0 - Editorial - revised section 7 IANA Considerations to correct<br>
=A0=A0 truncation of some OIDs, per IEEE-ISTO PWG IPP WG review.=A0 <br><br=
>=A0=A0 - Editorial - revised section 7.2 Registration of Attribute Types t=
o <br>=A0=A0 delete issue for OID assignments, per IEEE-ISTO PWG IPP WG rev=
iew.=A0 <br>
<br>=A0=A0 - Editorial - revised section 8 Internalization Considerations t=
o add<br>=A0=A0 detailed note about Network Unicode [RFC5198] and avoiding =
use of C0<br>=A0=A0 and C1 control characters, per IEEE-ISTO PWG IPP WG rev=
iew.=A0 <br>
<br>=A0=A0 - Editorial - revised section 9 Security Considerations to add n=
ote<br>=A0=A0 about security vulnerabilities cause by use of DEL or any C0 =
or C1<br>=A0=A0 control characters in names, per IEEE-ISTO PWG IPP WG revie=
w.=A0 <br>
<br>=A0=A0 - Editorial - added appendix B Abbreviations, per IEEE-ISTO PWG =
IPP<br>=A0=A0 WG review.=A0 <br><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--f46d04343e8ad752df04ced14694--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1187590547==--

From ipp-bounces@pwg.org  Tue Nov 20 14:15:14 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5856D21F85AE for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 20 Nov 2012 14:15:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -100.185
X-Spam-Level: 
X-Spam-Status: No, score=-100.185 tagged_above=-999 required=5 tests=[BAYES_40=-0.185, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rL9h2TxbrFci for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 20 Nov 2012 14:15:12 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 72E8021F85AA for <ipp-archive@lists.ietf.org>; Tue, 20 Nov 2012 14:15:12 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 66691791A7; Tue, 20 Nov 2012 17:14:54 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from g4t0016.houston.hp.com (g4t0016.houston.hp.com [15.201.24.19]) by pwg.org (Postfix) with ESMTP id 837C8791A4 for <ipp@pwg.org>; Tue, 20 Nov 2012 17:14:39 -0500 (EST)
Received: from G9W0369G.americas.hpqcorp.net (g9w0369g.houston.hp.com [16.216.193.232]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g4t0016.houston.hp.com (Postfix) with ESMTPS id E8AEF14539 for <ipp@pwg.org>; Tue, 20 Nov 2012 22:14:38 +0000 (UTC)
Received: from G4W3201G.americas.hpqcorp.net (16.234.105.237) by G9W0369G.americas.hpqcorp.net (16.216.193.232) with Microsoft SMTP Server (TLS) id 14.2.283.4; Tue, 20 Nov 2012 22:13:03 +0000
Received: from G4W3295.americas.hpqcorp.net ([169.254.3.150]) by G4W3201G.americas.hpqcorp.net ([16.234.105.237]) with mapi id 14.02.0283.004; Tue, 20 Nov 2012 22:13:03 +0000
From: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>
To: "ipp@pwg.org" <ipp@pwg.org>
Thread-Topic: IPP use best practices - a call for feedback
Thread-Index: AQHNx2w1gZHAtmgpjkqvGSDE4mk7NQ==
Date: Tue, 20 Nov 2012 22:13:03 +0000
Message-ID: <617781A1-E794-4528-8F64-B723C87A3D9F@hp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [16.216.12.43]
Content-ID: <32168383471AB547A192419199AD80B1@Compaq.com>
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] IPP use best practices - a call for feedback
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1166014149=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 66691791A7.AA247
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1166014149==
Content-Language: en-US
Content-Type: text/plain; charset="utf-8"
Content-ID: <32168383471AB547A192419199AD80B1@Compaq.com>
Content-Transfer-Encoding: base64

R3JlZXRpbmdzLA0KDQpJIGhhZCBhbiBhY3Rpb24gaXRlbSBmcm9tIHR3byBj
b25mZXJlbmNlIGNhbGxzIGFnbyB0byBwb3N0IHRvIHRoZSByZWZsZWN0b3Ig
b24gdGhlIHN1YmplY3Qgb2YgSVBQIHByb3RvY29sICJiZXN0IHByYWN0aWNl
cyIsIHRvIGVudW1lcmF0ZSBvcHRpb25zIGZvciBob3cgSVBQIGNhbiBiZSB1
c2VkIGluIG9yZGVyIHRvIHNhdGlzZnkgYWxsIG9yIGEgY29yZSBzZXQgb2Yg
dXNlIGNhc2VzLiAgVGhlIGdvYWwgd2UgZGlzY3Vzc2VkIHdhcyB0byBjb21l
IHRvIGNvbnNlbnN1cyBhbmQgdGhlbiBwdWJsaXNoIHRoZSBjb25zZW5zdXMg
c28gdGhhdCB0aGUgYmVzdCBwcmFjdGljZXMgY2FuIGJlIGFkb3B0ZWQgYXMg
d2lkZWx5IGFzIHBvc3NpYmxlLCB0byBoZWxwIGVuY291cmFnZSBhIGhpZ2gg
cXVhbGl0eSB1c2VyIGV4cGVyaWVuY2UgYW5kIGJlc3QgcGVyZm9ybWFuY2Uu
DQoNCkFsbCBvZiB0aGUgSVBQIHNwZWNpZmljYXRpb25zIGRlc2NyaWJlIHdo
YXQgY2FuIGJlIGRvbmUgd2l0aCBJUFAsIGJ1dCB3ZSBhbGwga25vdyB0aGF0
IGlzIGJyb2FkLCBhbmQgd2l0aCB0aGUgZXhjZXB0aW9uIG9mIFJGQyAzMTk2
LCBub3RoaW5nIGhhcyBiZWVuIGRvbmUgdG8gZXhhbWluZSBob3cgYmVzdCB0
byB1c2UgdGhlIHRvb2xzZXQgYXZhaWxhYmxlIHZpYSBJUFAuICBBcyB3ZWxs
IGFsbCBrbm93LCBqdXN0IGJlY2F1c2Ugc29tZXRoaW5nICpjYW4qIGJlIGRv
bmUgZG9lc24ndCBtZWFuIGl0ICpzaG91bGQqIGJlIGRvbmUuICBHdWlkYW5j
ZSBvbiBob3cgdG8gYmVzdCB1c2UgSVBQIHdvdWxkIGJlbmVmaXQgdGhlIElQ
UCB1c2VyIGNvbW11bml0eSBhcyBhIHdob2xlLg0KDQpJIGluY2x1ZGVkIHRo
ZSBkZXNjcmlwdGlvbnMgSSBoYXZlIGJlZW4gd29ya2luZyBvbiBiZWxvdyBp
bi1saW5lIHNvIHRoYXQgZmVlZGJhY2sgY291bGQgYmUgcHJvdmlkZWQgZGly
ZWN0bHkgdmlhIGVtYWlsIHJhdGhlciB0aGFuIGJ5IGVkaXRpbmcgYSBkb2N1
bWVudC4gIElmIHRoZXJlIGFyZSBzdWdnZXN0aW9ucyBvbiBob3cgdG8gYmVz
dCByZXZpZXcgdGhlc2UgKHBlcmhhcHMgb25lIHBlciBlbWFpbCB0aHJlYWQp
LCBsZXQgbWUga25vdyBhbmQgSSB3aWxsIHJlLWZhY3RvciAvIHJlLXBvc3Qu
DQoNCkNoZWVycywNClNtaXRoDQoNCi8qKg0KICAgIFNtaXRoIEtlbm5lZHkN
CiAgICBIZXdsZXR0LVBhY2thcmQgQ28uDQogICAgc21pdGgua2VubmVkeUBo
cC5jb208bWFpbHRvOnNtaXRoLmtlbm5lZHlAaHAuY29tPg0KKi8NCg0KDQox
LiBJbnRyb2R1Y3Rpb24NClRoZSB1c2UgY2FzZSBkZXNjcmlwdGlvbnMgYmVs
b3cgcmVwcmVzZW50IHN0YWdlcyBvciBzdWItdGFza3MgdGhhdCB1c2VycyBw
ZXJmb3JtIGluIHRoZSBwcm9jZXNzIG9mIHVzaW5nIGEgcHJpbnRlci4gRWFj
aCBvZiB0aGVzZSBiZWxvdyBpbmNsdWRlIGEgdGV4dHVhbCBkZXNjcmlwdGlv
biBhcyB3ZWxsIGFzIGEgc2VyaWVzIG9mIHdvcmtmbG93IG9wdGlvbnMgZm9y
IGhvdyBpdCBtaWdodCBiZSBpbXBsZW1lbnRlZCB1c2luZyBJUFAuIEVhY2gg
d29ya2Zsb3cgb3B0aW9uIHdpbGwgYmUgaW5mb3JtYWxseSBsYWJlbGVkIGFj
Y29yZGluZyB0byBpdHMgcGVyY2VpdmVkIHF1YWxpdHksIHVzaW5nIHRoZSBz
ZXQgb2YgbGFiZWxzIHsiQkFEIiwgIk1FSCIsICJHT09EIiwgIkJFVFRFUiIs
ICJCRVNUIn0sIHRoYXQgYXJlIG9yZGVyZWQgZnJvbSBsZWFzdCBkZXNpcmFi
bGUgdG8gbW9zdCBkZXNpcmFibGUuDQoyLiBVc2UgQ2FzZSBEZXNjcmlwdGlv
bnMNCjIuMS4gQ3JlYXRlIGEgcmVsYXRpb25zaGlwIHdpdGggYSBwYXJ0aWN1
bGFyIHByaW50ZXINCllvdSBjYW7igJl0IHByaW50IHRvIGEgcHJpbnRlciBp
ZiB5b3UgY2Fubm90IGVzdGFibGlzaCBhIGNvbm5lY3Rpb24gdG8gaXQuIEhp
c3RvcmljYWxseSwgY29ubmVjdGluZyB0byBhIHByaW50ZXIgdG8gZXN0YWJs
aXNoIGEgInJlbGF0aW9uc2hpcCIgd2l0aCBpdCBtZWFudCBpZGVudGlmeWlu
ZyBhIHByaW50ZXIgYW5kIHRoZW4gY3JlYXRpbmcgYSBwZXJzaXN0ZW50IGxv
Y2FsIHJlY29yZHMgYW5kIHJlc291cmNlcyBmb3IgdGhhdCBwcmludGVyIHJl
bGF0aW9uc2hpcCB3aXRoIHlvdXIgc3lzdGVt4oCZcyBwcmludCBzcG9vbGVy
LiBUaGlzIHdhcyBjYWxsZWQgYSAicHJpbnQgcXVldWUiLCBhbmQgaXQgaW52
b2x2ZWQgYmluZGluZyBkcml2ZXJzIHRvIGNyZWF0ZSB0aGUgcmVsYXRpb25z
aGlwcyBuZWVkZWQgdG8gY29tbXVuaWNhdGUgYXQgdGhlIGRpZmZlcmVudCBs
ZXZlbHMsIGFuZCB0aGVuIGtlZXBpbmcgcmVjb3JkIG9mIHRoYXQgc2V0IG9m
IHJlbGF0aW9uc2hpcHMgc28gdGhhdCBpdCBjb3VsZCBiZSByZS11c2VkIGF0
IGEgbGF0ZXIgdGltZS4gVGhlIHNldCBvZiBwcmludGVycyBvciBvdGhlciBk
ZXZpY2VzIHRoZSB1c2Vy4oCZcyBzeXN0ZW0gbWlnaHQgZW5jb3VudGVyIHdh
cyByZWxhdGl2ZWx5IHNtYWxsIGFuZCBmYWlybHkgc3RhdGljLg0KTW9yZSBy
ZWNlbnQgcmUtdGhpbmtpbmcgb2YgdGhpcyByZWxhdGlvbnNoaXAgYmV0d2Vl
biBjbGllbnQgYW5kIHByaW50ZXIgaGFzIHJlc3VsdGVkIGluIG1vcmUgImR5
bmFtaWMiIHJlbGF0aW9uc2hpcCBjcmVhdGlvbiwgd2hlcmUgdW5pdmVyc2Fs
IGRyaXZlcnMgY2FuIGludGVycm9nYXRlIGEgZGV2aWNlIGhvc3RpbmcgYSBw
cmludCBzZXJ2aWNlIHVzaW5nIGEgc3RhbmRhcmRpemVkIHByb3RvY29sIHNv
bHV0aW9uIHN0YWNrLCBhbmQgdXNpbmcgdGhhdCBkeW5hbWljYWxseSBhc2Nl
cnRhaW4gYW5kIHVwZGF0ZSBwcmludCBzZXJ2aWNlIGF0dHJpYnV0ZXMuIElu
IHRoaXMgcGFyYWRpZ20sIGEgInBlcnNpc3RlbnQiIHByaW50IHNlcnZpY2Ug
cmVjb3JkIGlzIG1vcmUgbGlrZSBhIFdlYiBicm93c2VyIGJvb2ttYXJrLg0K
Qm90aCBwYXJhZGlnbXMgc3RpbGwgcmVxdWlyZSBhIG1ldGhvZCBvZiBpZGVu
dGlmeWluZyB0aGUgdGFyZ2V0IGRldmljZXMuIFRoYXQgY2FuIGJlIGRvbmUg
dXNpbmcgZHluYW1pYyBzZXJ2aWNlIGRpc2NvdmVyeSBwcm90b2NvbHMgd2hl
cmUgdGhlIHNlcnZpY2VzIHJlc3BvbmQgdG8gZGlzY292ZXJ5IHJlcXVlc3Rz
LCBvciBleHBsaWNpdGx5IGJ5IG5hbWUgKGhvc3QgbmFtZSBvciByYXcgSVB2
NC9JUHY2IGFkZHJlc3MpLg0KMi4xLjEuIERpc2NvdmVyIGFuZCBzZWxlY3Qg
YSBwcmludGVyIHZpYSBhIGRpc2NvdmVyeSBwcm90b2NvbA0KRGlzY292ZXJ5
IHByb3RvY29scyBhcmUgdXNlZCB0byBpZGVudGlmeSBpbnN0YW5jZXMgb2Yg
cHJpbnQgc2VydmljZXMgb3IgcHJpbnRlcnMgYnkgc2VhcmNoaW5nIHRoZSBu
ZXR3b3JrIGZvciBzZXJ2aWNlIHR5cGVzIG9yIGRldmljZSB0eXBlcy4gVGhp
cyBoZWxwcyB0aGUgdXNlciBieSBtYWtpbmcgaXQgc28gdGhhdCB0aGV5IGRv
buKAmXQgbmVlZCB0byBkbyBhIHBoeXNpY2FsIHN1cnZleSBvZiBkZXZpY2Vz
JyBhZGRyZXNzZXMuDQpSZWdhcmRsZXNzIG9mIHRoZSBhY3R1YWwgZGlzY292
ZXJ5IHByb3RvY29sIHVzZWQsIHRoZSBBUElzIGRyaXZpbmcgdGhlIHByb3Rv
Y29scyBnZW5lcmFsbHkgY2FuIGJlIHVzZWQgaW4gZWl0aGVyIGEgc3luY2hy
b25vdXMgb3IgYXN5bmNocm9ub3VzIGZhc2hpb24uIFVuZm9ydHVuYXRlbHks
IG1hbnkgbGVnYWN5IHNvZnR3YXJlIHN5c3RlbXMgKGFzIHdlbGwgYXMgZGV2
ZWxvcGVycykgYXJlIGFjY3VzdG9tZWQgdG8gdGhlIHN5bmNocm9ub3VzIG1v
ZGVsLCB3aGljaCBpcyBlYXNpbHkgaWRlbnRpZmllZCBieSB0aGUgcHJlc2Vu
Y2Ugb2YgYSAicmVmcmVzaCBidXR0b24iLiBUaGUgc3luY2hyb25vdXMgbW9k
ZWwgaXMgbm90IGFzIHVzZXIgZnJpZW5kbHkgYXMgdGhlIGFzeW5jaHJvbm91
cyBtb2RlbCwgYnV0IGl0IGlzIHNvbWV3aGF0IGVhc2llciB0byB3cml0ZSBw
cm9ncmFtcyBpbiBhIHN5bmNocm9ub3VzIHdheSB0aGFuIGFuIGFzeW5jaHJv
bm91cyB3YXkuDQpPcHRpb25zDQoNCiAgKg0KTUVIOg0KICAgICAqDQpQZXJm
b3JtIG5ldHdvcmsgZGlzY292ZXJ5IHdpdGggYSBzeW5jaHJvbm91cyBBUEkN
CiAgICAgICAgKg0KU2hvdyBwcm9ncmVzcyBiYXINCiAgICAgICAgKg0KRGlz
Y292ZXJ5LlN0YXJ0KCkNCiAgICAgICAgKg0Kc2xlZXAoWCkgd2hlcmUgWA0K
ICAgICAgICAqDQpEaXNjb3ZlcnkuU3RvcCgpDQogICAgICoNClByZXNlbnQg
dGhlIHJlc3VsdHMgb2YgdGhlIGRpc2NvdmVyeQ0KICAgICAqDQoiUmVmcmVz
aCIgYnV0dG9uIHJlc3RhcnRzIHByb2Nlc3MNCiAgICAgICAgKg0KV2h5IHRo
aXMgaXMgYmFkOg0KICAgICAgICAgICAqDQpsaXN0IGNhbiBiZSBzdGFsZQ0K
ICAgICAgICAgICAqDQppdCBpc27igJl0ICJsaXZlIg0KICAgICAgICAgICAq
DQoiUmVzZXQiIGJ1dHRvbiBpcyB1bm5lY2Vzc2FyeSBhbmQgaXMgYSBjcnV0
Y2gNCiAgICAgKg0KVXNlciBzZWxlY3RzIGEgcHJpbnRlciBhbmQgcHJlc3Nl
cyAiQ29udGludWUiIG9yIGVxdWl2YWxlbnQNCiAgKg0KQkVUVEVSOg0KICAg
ICAqDQpQZXJmb3JtIG5ldHdvcmsgZGlzY292ZXJ5IHdpdGggYW4gYXN5bmNo
cm9ub3VzIEFQSQ0KICAgICAgICAqDQpTaG93IExpc3QgVUkgd2lkZ2V0DQog
ICAgICAgICoNCkRpc2NvdmVyeS5TdGFydCgpIHdpdGggYSBjYWxsYmFjaw0K
ICAgICAgICAqDQpjYWxsYmFjayBpcyBjYWxsZWQgd2hlbiBkaXNjb3Zlcnkg
cmVzcG9uc2VzIChhZGQgb3IgcmVtb3ZlKSBhcmUgcmVjZWl2ZWQNCiAgICAg
Kg0KVXNlciBzZWxlY3RzIGEgcHJpbnRlciBhbmQgcHJlc3NlcyAiQ29udGlu
dWUiIG9yIGVxdWl2YWxlbnQNCiAgICAgICAgKg0KRGlzY292ZXJ5LlN0b3Ao
KQ0KDQoyLjEuMi4gU2VsZWN0IGEgcHJpbnRlciB2aWEgdXNlciBwcm92aWRp
bmcgYSBETlMgaG9zdG5hbWUgb3IgcmF3IElQdjQgLyBJUHY2IGFkZHJlc3MN
CkluIHNvbWUgY2FzZXMgYSBkaXNjb3ZlcnkgcHJvdG9jb2wgaXMgZWl0aGVy
IG5vdCBhZGVxdWF0ZSBvciB1bm5lY2Vzc2FyeS4gRXhhbXBsZXMgb2Ygd2hl
biB0aGlzIHVzZSBjYXNlIGlzIGVuY291bnRlcmVkIGluY2x1ZGUgcHJlLXB1
Ymxpc2hlZCBuYW1lcyBvciBhZGRyZXNzZXMsIGFuZCBhbHNvIHNpdHVhdGlv
bnMgd2hlcmUgdGhlIHRhcmdldCBkZXZpY2UgaXMgbm90IG9uIHRoZSBsb2Nh
bCBsaW5rLiAoRE5TLVNEIGFuZCBXUy1EaXNjb3ZlcnkgYXJlIGdlbmVyYWxs
eSB1c2VkIGZvciBsaW5rLWxvY2FsIGRpc2NvdmVyeSwgdGhvdWdoIHdpZGUt
YXJlYSB2YXJpYW50cyBhcyB3ZWxsIGFzIExEQVAgc3lzdGVtcyBtYXkgYWxz
byBiZSB1c2VkLCBidXQgYXJlIGZyZXF1ZW50bHkgbm90IGZvciB2YXJpb3Vz
IHJlYXNvbnMuKQ0KRm9yIGVhY2ggb2YgdGhlc2Ugb3B0aW9ucyBiZWxvdywg
dGhlIGFzc3VtcHRpb24gaXMgdGhhdCB0aGUgY2xpZW50IGhhcyByZWNlaXZl
ZCBhbiBhZGRyZXNzIHN0cmluZywgYW5kIHdpc2hlcyB0byBjb25uZWN0IHRv
IHRoZQ0KT3B0aW9ucw0KDQogICoNCkJBRDoNCiAgICAgKg0KTGV0IGVhY2gg
cHJpbnRlciBtb2RlbCBtYWtlIHVwIGl0cyBvd24gcGF0aCwgYW5kIGRlcGVu
ZCBvbiBzb21lIG90aGVyIHByb3RvY29sIHRvIGdldCB0aGUgcmVzb3VyY2Ug
cGF0aA0KICAgICAgICAqDQpJUFAgaGFzIG5vIGRlZmluZWQgc3RhbmRhcmQg
bWVjaGFuaXNtIHRvIGVudW1lcmF0ZSB0aGUgUHJpbnRlciBvYmplY3RzJyBy
ZXNvdXJjZSBwYXRocw0KICAqDQpNRUg6DQogICAgICoNCklQUCBHZXQtUHJp
bnRlci1BdHRyaWJ1dGVzIHdpdGggcHJpbnRlci11cmkgc2V0IHRvIGEgVVJJ
IHRoYXQgd2FzIG1hbnVhbGx5IGVudGVyZWQgYnkgdGhlIHVzZXINCiAgICAg
ICAgKg0KImlwcCIgVVJJIHNjaGVtZSBjb3VsZCBiZSB1c2VkIHRvIGVuY29k
ZSB0aGUgaG9zdG5hbWUgYW5kIHRoZSByZXNvdXJjZSBwYXRoDQogICAgICAg
ICoNCkhhdmluZyB0aGUgdXNlciBlbnRlciB0aGUgVVJJIGV4cG9zZXMgdG9v
IG1hbnkgZGV0YWlscyB0byB0aGUgdXNlciwgaW5jbHVkaW5nIHRoZSBkZXRh
aWwgYWJvdXQgdGhlIGZhY3QgdGhhdCBJUFAgaXMgYWN0dWFsbHkgYmVpaW5n
IHVzZWQuIFVzZXJzIG5lZWQgbm90IGJlIGF3YXJlIG9mIHdoaWNoIHByaW50
IHByb3RvY29sIGlzIGJlaW5nIHVzZWQuDQogICoNCkdPT0Q6DQogICAgICoN
CklQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIHdpdGggcHJpbnRlci11cmkg
c2V0IHRvIGEgd2VsbC1rbm93biBQcmludGVyIHJlc291cmNlIHBhdGgNCiAg
ICAgICAgKg0KIi9pcHAvcHJpbnQiDQogICoNCkJFVFRFUjoNCiAgICAgKg0K
SVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMgd2l0aCBwcmludGVyLXVyaSBz
ZXQgdG8gIi8iDQogICAgICoNCmV4YW1pbmUgdGhlICJwcmludGVyLXVyaS1z
dXBwb3J0ZWQiIGF0dHJpYnV0ZTsgdXNlIHRoZSBmaXJzdCBVUkkgaW4gdGhl
IGxpc3QNCiAgICAgKg0KSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMgd2l0
aCBwcmludGVyLXVyaSBzZXQgdG8gZmlyc3QgVVJJDQogICoNCkJFU1Q6DQog
ICAgICoNCklQUCBHZXQtUHJpbnRlcnMgb3BlcmF0aW9uDQogICAgICAgICoN
CllFVCBUTyBCRSBERUZJTkVEIC0gQ09NSU5HIFdJVEggU1lTVEVNIENPTlRS
T0wgU0VSVklDRQ0KICAgICAgICAqDQpJcyB0aGlzIHJlYWxseSBnb2luZyB0
byBiZSBiZXR0ZXI/DQoNCjIuMi4gR2V0IHByaW50ZXIgb3B0aW9ucyB0byBw
b3B1bGF0ZSBhIHByaW50IGRpYWxvZyAoYWN0aXZpdHkgYmV0d2VlbiBkb2lu
ZyAiRmlsZeKGklByaW50IiBhbmQgcHJlc2VudGluZyB0aGUgcHJpbnQgZGlh
bG9nIFVJKQ0KT25jZSBhIHByaW50ZXIgaGFzIGJlZW4gaWRlbnRpZmllZCwg
aXQgaXMgbmVjZXNzYXJ5IGZvciB0aGUgcHJpbnQgc3lzdGVtIHRvIHVuZGVy
c3RhbmQgdGhlIGNhcGFiaWxpdGllcyB0aGF0IHRoZSBwcmludGVyIGRldmlj
ZeKAmXMgcHJpbnQgc2VydmljZSBwcm92aWRlcy4gVGhpcyBpbmNsdWRlcyB3
aGF0IHByaW50IGpvYiBwYXlsb2FkIGZvcm1hdHMgY2FuIGJlIGNvbnN1bWVk
IGJ5IHRoZSBwcmludCBzZXJ2aWNlLCB0aGUgYXZhaWxhYmxlIG9wdGlvbnMg
YW5kIGRlZmF1bHQgY2hvaWNlcywgYW5kIHNvIGZvcnRoLiBJdCBhbHNvIGlu
Y2x1ZGVzIG90aGVyIGluZm9ybWF0aW9uIGFib3V0IHRoZSBkZXZpY2UgaXRz
ZWxmLCBzdWNoIGFzIGl0cyBsb2NhdGlvbi4NCk9wdGlvbnM6DQoNCiAgKg0K
U0FEOg0KICAgICAqDQpEZXBlbmQgb24gYS1wcmlvcmkga25vd2xlZGdlIGFi
b3V0IGEgcGFydGljdWxhciBtb2RlbCBhcyBhIHdheSBvZiBsaXN0aW5nIG9w
dGlvbnMgZm9yIHRoZSBtb2RlbCBvZiBkZXZpY2UgaWRlbnRpZmllZCBhcyB0
aGUgdGFyZ2V0DQogICAgICAgICoNCk1vZGVsIHNwZWNpZmljIHByaW50IGRy
aXZlcnMgZmFsbCBpbiB0aGlzIGJ1Y2tldA0KICAqDQpNRUg6DQogICAgICoN
CklQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIE9wZXJhdGlvbg0KICAgICAg
ICAqDQpyZXF1ZXN0IGluY2x1ZGVzIG5vIHByaW50ZXIgYXR0cmlidXRlczsg
b25seSBvcGVyYXRpb24gYXR0cmlidXRlcw0KICAgICAgICAqDQpyZXBseSB3
aWxsIGNvbnRhaW4gdGhlIGpvYiB0ZW1wbGF0ZSBhdHRyaWJ1dGVzIGZvciBh
bGwgUERMcw0KICAgICAqDQpDbGllbnQgZ3Vlc3NlcyBhdCB3aGF0IGF0dHJp
YnV0ZXMgbWF5IHdvcmsgb3Igbm90IHdvcmsgZm9yIGEgZ2l2ZW4gUERMLCBv
ciB1c2VzIGEtcHJpb3JpIGtub3dsZWRnZQ0KICAqDQpCRVRURVI6DQogICAg
ICoNCklQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIE9wZXJhdGlvbg0KICAg
ICAgICAqDQphbnkgc3BlY2lmaWMgYXR0cmlidXRlcz8NCiAgICAgKg0KUHJv
Y2VzcyByZXN1bHRzOyBkZWNpZGUgb24gYSBQREwNCiAgICAgKg0KSVBQIEdl
dC1QcmludGVyLUF0dHJpYnV0ZXMgT3BlcmF0aW9uDQogICAgICAgICoNCnJl
cXVlc3QgaW5jbHVkZXMgdGhlIGRvY3VtZW50LWZvcm1hdCBhdHRyaWJ1dGUg
d2l0aCB2YWx1ZSBzcGVjaWZ5aW5nIHRoZSBjaG9zZW4gUERMDQogICAgICAg
ICoNCnJlcGx5IHdpbGwgY29udGFpbiB0aGUgam9iIHRlbXBsYXRlIGF0dHJp
YnV0ZXMgYXBwcm9wcmlhdGVseSBmaWx0ZXJlZCAoImNvbG9yZWQiKSBmb3Ig
dGhhdCBwYXJ0aWN1bGFyIGRvY3VtZW50LWZvcm1hdA0KDQoyLjMuIENoZWNr
IGNvbnN0cmFpbnRzIGJldHdlZW4gcHJlc2VudGVkIG9wdGlvbnMNClByaW50
ZXIgZmVhdHVyZXMgYW5kIG9wdGlvbnMgYXJlIHByZXNlbnRlZCB0eXBpY2Fs
bHkgaW4gYSBwcmludCBkaWFsb2cuIFNvbWUgb2YgdGhlc2UgaGF2ZSBzdGF0
ZXMgdGhhdCBoYXZlIHJlbGF0aW9uc2hpcHMgd2l0aCBvdGhlciBvcHRpb25z
JyBzdGF0ZXMsIHdoZXJlIG9uZSBjYW5ub3QgYmUgaW4gYSBwYXJ0aWN1bGFy
IHN0YXRlIGlmIGFub3RoZXIgb25lIGlzIHRvby4gVGhlc2UgYXJlIGtub3du
IGFzIGNvbnN0cmFpbnRzLCBhbmQgdGhleSBtdXN0IGJlIGNhbGN1bGF0ZWQg
YW55IHRpbWUgdGhlIHN0YXRlIG9mIGEgY29udHJvbCBjaGFuZ2VzIHN0YXRl
LiBUaGVyZSBhcmUgdmFyaW91cyB3YXlzIHRoYXQgdGhpcyBjYW4gYmUgZG9u
ZS4NCk9wdGlvbnM6DQoNCiAgKg0KQkFEOg0KICAgICAqDQpJUFAgVmFsaWRh
dGUtSm9iDQogICAgICAgICoNCkV2ZXJ5IHRpbWUgYSBjb250cm9sIGlzIGNo
YW5nZWQsIHRoZSBjbGllbnQgc2VuZHMgSVBQIFZhbGlkYXRlLUpvYiB3aXRo
IGF0dHJpYnV0ZSB2YWx1ZXMgY29ycmVzcG9uZGluZyB0byBjdXJyZW50IHN0
YXRlIG9mIGNvbnRyb2xzDQogICoNCk1FSDoNCiAgICAgKg0KSVBQIFZhbGlk
YXRlLUpvYg0KICAgICAgICAqDQp3aGVuICJQcmludCIgYnV0dG9uIGlzIHBy
ZXNzZWQsIGNvbmZpcm1zIHRoZSBqb2IgY3JlYXRpb24gLyBzdWJtaXNzaW9u
IHdpbGwgc3VjY2VlZCAoYXV0aGVudGljYXRpb24sIGV0Yy4pDQogICAgICAg
ICoNCmNsaWVudCBkZXBlbmRzIG9uIHRoaXMgb3BlcmF0aW9uIHRvIHBlcmZv
cm0gY29uc3RyYWludHMgdmFsaWRhdGlvbiBwcmludGVyLXNpZGUNCiAgKg0K
QkVUVEVSOg0KICAgICAqDQpJUFAgR2V0LVByaW50ZXItQXR0cmlidXRlcw0K
ICAgICAgICAqDQpkZXZpY2UgaW1wbGVtZW50cyBqb2ItY29uc3RyYWl0cy1z
dXBwb3J0ZWQNCiAgICAgICAgKg0KZGV2aWNlIGltcGxlbWVudHMgam9iLXJl
c29sdmVycy1zdXBwb3J0ZWQNCiAgICAgKg0KPExvY2FsIHByb2Nlc3Npbmcg
b2YgY29uc3RyYWludHM+DQogICAgICoNCklQUCBWYWxpZGF0ZS1Kb2INCiAg
ICAgICAgKg0Kd2hlbiAiUHJpbnQiIGJ1dHRvbiBpcyBwcmVzc2VkLCBjb25m
aXJtcyB0aGUgam9iIGNyZWF0aW9uIC8gc3VibWlzc2lvbiB3aWxsIHN1Y2Nl
ZWQgKGF1dGhlbnRpY2F0aW9uLCBldGMuKQ0KICAgICAgICAqDQpjb25zdHJh
aW50cyB2YWxpZGF0aW9uIGFscmVhZHkgaGFuZGxlZCBjbGllbnQtc2lkZQ0K
DQoyLjQuIFN1Ym1pdHRpbmcgYSBQcmludCBKb2INCk9uY2UgdGhlIHVzZXIg
aGFzIGRlY2lkZWQgb24gb3B0aW9ucywgdGhlIHByaW50IGpvYiBpcyBnZW5l
cmF0ZWQgYW5kIHVsdGltYXRlbHkgbWFkZSBhdmFpbGFibGUgdG8gdGhlIHBy
aW50ZXIgaW4gc29tZSBmYXNoaW9uLiBUaGVyZSBhcmUgc2V2ZXJhbCBkaWZm
ZXJlbnQgd2F5cyB0aGF0IHRoaXMgbWF5IG9jY3VyLg0KMi40LjEuIFN1Ym1p
dHRpbmcgYSBwcmludCBqb2IgImJ5IHZhbHVlIg0KVGhpcyBpcyB0aGUgY2xh
c3NpY2FsIHdheSB0aGF0IGEgcHJpbnQgam9iIGlzIHNlbnQgZnJvbSB0aGUg
Y2xpZW50IHRvIHRoZSBwcmludCBzZXJ2aWNlOiBhIGpvYiBpcyBjcmVhdGVk
LCBhbmQgdGhlIGpvYiBpbmZvcm1hdGlvbiBhbmQgam9iIHBheWxvYWQgY29u
dGVudCBhcmUgc2VudCBieSB0aGUgY2xpZW50IHRvIHRoZSBwcmludCBzZXJ2
aWNlLg0KT3B0aW9uczoNCg0KICAqDQpNRUg6DQogICAgICoNCklQUCBQcmlu
dC1Kb2INCiAgICAgICAgKg0Kbm8gcHJlLWZsaWdodGluZw0KICAgICAgICAq
DQp0aGUgcHJpbnRlciBtYXkgcmVqZWN0IGl0IGJ1dCBvbmx5IGFmdGVyIGl0
IGhhcyBiZWVuIHRyYW5zbWl0dGVkIGluIHdob2xlIG9yIGluIHBhcnQuDQog
ICAgICAgICoNCmJldHRlciB0byBjaGVjayB0aWNrZXQgYW5kIGNvbnRlbnQg
dHlwZXMgZmlyc3QuDQogICoNCkdPT0Q6DQogICAgICoNCklQUCBWYWxpZGF0
ZS1Kb2INCiAgICAgICAgKg0KcHJlLWZsaWdodHMgdGhlIGpvYiBieSB2YWxp
ZGF0aW5nIHRoZSBqb2IgYXR0cmlidXRlcyBhbmQgZG9jdW1lbnQgdHlwZQ0K
ICAgICAqDQpJUFAgUHJpbnQtSm9iDQogICAgICAgICoNCmNyZWF0ZXMgdGhl
IGpvYiBhbmQgc2VuZHMgdGhlIHBheWxvYWQgaW4gb25lIG9wZXJhdGlvbg0K
ICAgICAgICAqDQpob3dldmVyLCB0aGUgSm9iIG9iamVjdOKAmXMgVVJJIGlz
buKAmXQgdXN1YWxseSBrbm93biB1bnRpbCB0aGUgam9iIHRyYW5zbWlzc2lv
biBpcyBjb21wbGV0ZQ0KICAgICAgICAqDQpkb2VzbuKAmXQgd29yayB3ZWxs
IHdpdGggZmxvdy1jb250cm9sbGVkIChsb3ctZW5kKSBwcmludGVycw0KICAq
DQpCRVRURVI6DQogICAgICoNCklQUCBWYWxpZGF0ZS1Kb2INCiAgICAgICAg
Kg0KcHJlLWZsaWdodHMgdGhlIGpvYiBieSB2YWxpZGF0aW5nIHRoZSBqb2Ig
YXR0cmlidXRlcyBhbmQgZG9jdW1lbnQgdHlwZQ0KICAgICAqDQpJUFAgQ3Jl
YXRlLUpvYg0KICAgICAgICAqDQpyZXR1cm5zIGltbWVkaWF0ZWx5IHdpdGgg
dGhlIGpvYiBVUkkgZm9yIG1vbml0b3JpbmcgYW5kIHRpY2tldCBwcm9jZXNz
aW5nIHN0YXR1cw0KICAgICAgICAqDQppZiB0aGVyZSBpcyBhIHByb2JsZW0g
dGhlbiBDcmVhdGUtSm9iIG1heSBmYWlsIHRoZSBzYW1lIGFzIFZhbGlkYXRl
LUpvYiB3b3VsZCwgYnV0IG1heSBub3QsIHdoaWNoIGlzIHdoeSB3ZSBkbyBh
IFZhbGlkYXRlLUpvYiBmaXJzdCAoc28gdGhhdCB0aGVyZSBpc27igJl0IGEg
em9tYmllIGpvYiB0aGVyZSkNCiAgICAgKg0KSVBQIFNlbmQtRG9jdW1lbnQN
CiAgICAgICAgKg0KcGF5bG9hZCB0cmFuc21pc3Npb24gaXMgZGUtY291cGxl
ZCBmcm9tIHRoZSBjcmVhdGlvbiBvZiB0aGUgam9iDQogICAgICAgICoNCm11
bHRpcGxlIGRvY3VtZW50cyBjYW4gYmUgc2VudCB0byBidWlsZCB1cCBhIGNv
bXBvdW5kIGpvYg0KICAgICAgICAqDQptZWFucyB0aGF0IHRoZSBjbGllbnQg
ZG9lc27igJl0IGhhdmUgdG8gYmUgcHJlcGFyZWQgZm9yIGFuIGVhcmx5IEhU
VFAgcmVzcG9uc2UNCiAgICAgICAgKg0KYWxsb3dzIHRoZSBqb2IgVVJJIHRv
IGJlIGxlYXJuZWQgYmVmb3JlIGpvYiBwYXlsb2FkIGlzIHNlbnQNCiAgICAg
ICAgKg0KTVVTVCBjaGVjayB0byBzZWUgaWYgdmFsdWUgb2YgIm11bHRpcGxl
LWRvY3VtZW50LWpvYnMtc3VwcG9ydGVkIiBpcyAidHJ1ZSIsIHRvIHNlZSBp
ZiBpdCBpcyBPSyB0byBkbyBtdWx0aXBsZSBTZW5kLURvY3VtZW50IG9wZXJh
dGlvbnMgdG8gdGhlIHNhbWUgSm9iIG9iamVjdC4NCg0KMi40LjIuIFN1Ym1p
dHRpbmcgYSBwcmludCBqb2IgImJ5IHJlZmVyZW5jZSINClRoaXMgaXMgYSBz
bGlnaHRseSBkaWZmZXJlbnQgd2F5IHRoYXQgYSBwcmludCBqb2IgaXMgc2Vu
dCBmcm9tIHRoZSBjbGllbnQgdG8gdGhlIHByaW50IHNlcnZpY2U6IGEgam9i
IGlzIGNyZWF0ZWQgYW5kIG1hZGUgYXZhaWxhYmxlIGZvciByZXRyaWV2YWwg
YnkgdGhlIHByaW50IHNlcnZpY2UsIGFuZCB3aGVuIHRoZSBwcmludCBqb2Ig
dGhlIGpvYiBpbmZvcm1hdGlvbiBhbmQgam9iIHBheWxvYWQgY29udGVudCBh
cmUgc2VudCBieSB0aGUgY2xpZW50IHRvIHRoZSBwcmludCBzZXJ2aWNlLg0K
T3B0aW9uczoNCg0KICAqDQpNRUg6DQogICAgICoNCklQUCBQcmludC1VUkkN
CiAgICAgICAgKg0Kbm8gcHJlLWZsaWdodGluZw0KICAgICAgICAqDQp0aGUg
cHJpbnRlciBtYXkgcmVqZWN0IGl0IGJ1dCBvbmx5IGFmdGVyIGl0IGhhcyBi
ZWVuIHRyYW5zbWl0dGVkIGluIHdob2xlIG9yIGluIHBhcnQuDQogICAgICAg
ICoNCmJldHRlciB0byBjaGVjayB0aWNrZXQgYW5kIGNvbnRlbnQgdHlwZXMg
Zmlyc3QuDQogICoNCkdPT0Q6DQogICAgICoNCklQUCBWYWxpZGF0ZS1Kb2IN
CiAgICAgICAgKg0KcHJlLWZsaWdodHMgdGhlIGpvYiBieSB2YWxpZGF0aW5n
IHRoZSBqb2IgYXR0cmlidXRlcyBhbmQgZG9jdW1lbnQgdHlwZQ0KICAgICAq
DQpJUFAgUHJpbnQtVVJJDQogICAgICAgICoNCmNyZWF0ZXMgdGhlIGpvYiBh
bmQgc2VuZHMgYSBVUkwgdG8gd2hlcmUgdGhlIHBheWxvYWQgY2FuIGJlIHJl
dHJpZXZlZCBpbiBvbmUgb3BlcmF0aW9uDQogICAgICAgICoNCnByaW50IHNl
cnZpY2UgcmV0cmlldmVzIHRoZSBwYXlsb2FkIGZpbGUgaXRzZWxmDQogICAg
ICAgICoNCmhvd2V2ZXIsIHRoZSBKb2Igb2JqZWN04oCZcyBVUkkgaXNu4oCZ
dCB1c3VhbGx5IGtub3duIHVudGlsIHRoZSBqb2IgdHJhbnNtaXNzaW9uIGlz
IGNvbXBsZXRlDQogICAgICAgICoNCmRvZXNu4oCZdCB3b3JrIHdlbGwgd2l0
aCBmbG93LWNvbnRyb2xsZWQgKGxvdy1lbmQpIHByaW50ZXJzDQogICoNCkJF
VFRFUjoNCiAgICAgKg0KSVBQIFZhbGlkYXRlLUpvYg0KICAgICAgICAqDQpw
cmUtZmxpZ2h0cyB0aGUgam9iIGJ5IHZhbGlkYXRpbmcgdGhlIGpvYiBhdHRy
aWJ1dGVzIGFuZCBkb2N1bWVudCB0eXBlDQogICAgICoNCklQUCBDcmVhdGUt
Sm9iDQogICAgICAgICoNCnJldHVybnMgaW1tZWRpYXRlbHkgd2l0aCB0aGUg
am9iIFVSSSBmb3IgbW9uaXRvcmluZyBhbmQgdGlja2V0IHByb2Nlc3Npbmcg
c3RhdHVzDQogICAgICAgICoNCmlmIHRoZXJlIGlzIGEgcHJvYmxlbSB0aGVu
IENyZWF0ZS1Kb2Igd2lsbCBmYWlsIHRoZSBzYW1lIGFzIFZhbGlkYXRlLUpv
YiB3b3VsZA0KICAgICAqDQpJUFAgU2VuZC1VUkkNCiAgICAgICAgKg0KcGF5
bG9hZCBVUkkgdHJhbnNtaXNzaW9uIGlzIGRlLWNvdXBsZWQgZnJvbSB0aGUg
Y3JlYXRpb24gb2YgdGhlIGpvYg0KICAgICAgICAqDQptZWFucyB0aGF0IHRo
ZSBjbGllbnQgZG9lc27igJl0IGhhdmUgdG8gYmUgcHJlcGFyZWQgZm9yIGFu
IGVhcmx5IEhUVFAgcmVzcG9uc2UNCiAgICAgICAgKg0KYWxsb3dzIHRoZSBq
b2IgVVJJIHRvIGJlIGxlYXJuZWQgYmVmb3JlIGpvYiBwYXlsb2FkIGlzIHNl
bnQNCg0KMi41LiBNb25pdG9yaW5nIHByaW50IGpvYiBzdGF0dXMNCldoaWxl
IHRoZSBwcmludCBqb2IgaXMgYmVpbmcgcHJvY2Vzc2VkLCB1c2VycyBtYXkg
d2lzaCB0byBrbm93IHdoZXRoZXIgaXQgaXMgcHJvY2VlZGluZyBzdWNjZXNz
ZnVsbHksIG9yIHdoZXRoZXIgdGhlcmUgYXJlIGNvbmRpdGlvbnMgdGhhdCB0
aGV5IG5lZWQgdG8gaGFuZGxlIHRoYXQgYXJlIHByZXZlbnRpbmcgcHJvY2Vz
c2luZyBmcm9tIHByb2NlZWRpbmcsIHN1Y2ggYXMgYSBtZWRpYSBqYW0sIG9w
ZW4gY292ZXJzLCBtYXJraW5nIGFnZW50cyBkZXBsZXRlZCwgYW5kIHNvIGZv
cnRoLg0KT3B0aW9uczoNCg0KICAqDQpNRUg6DQogICAgICoNCklQUCBHZXQt
UHJpbnRlci1BdHRyaWJ1dGVzDQogICAgICAgICoNCm1vbml0b3IgdGhlIHZh
bHVlIG9mIHRoZSBwcmludGVyLXN0YXRlIGF0dHJpYnV0ZQ0KICAgICAgICAq
DQpwb2xsaW5nIChsYW1lKQ0KICAqDQpHT09EOg0KICAgICAqDQpJUFAgR2V0
LUpvYi1BdHRyaWJ1dGVzDQogICAgICAgICoNCnRhcmdldHMgdGhlIHNwZWNp
ZmljIGpvYiBzdGF0dXMNCiAgICAgICAgKg0KbWF5IGJlIG1vcmUgcHJlY2lz
ZQ0KICAgICAgICAqDQoobmVlZCB0byBzZWUgaWYgam9iIGF0dHJpYnV0ZXMg
d2lsbCBzaG93IHByaW50ZXIgaXNzdWVzICh0b3AgY292ZXIgb3BlbiwgZXRj
LikgdGhhdCBibG9jayBhIGpvYiBhcyB3ZWxsKQ0KICAgICAgICAqDQpwb2xs
aW5nIChsYW1lKQ0KICAqDQpCRVRURVI6DQogICAgICoNCklQUCBDcmVhdGUt
Sm9iLVN1YnNjcmlwdGlvbnMNCiAgICAgICAgKg0KYXN5bmNocm9ub3VzIC8g
bG9uZyBydW5uaW5nIHF1ZXJpZXMgZm9yIG5vdGlmaWNhdGlvbnMgdGhhdCBk
b27igJl0IHJlcXVpcmUgcG9sbGluZw0KDQoyLjYuIENhbmNlbGluZyBhIHBy
aW50IGpvYg0KSXQgbWF5IGJlIHRoYXQgdGhlIHVzZXIgd2FudHMgdG8gdGVy
bWluYXRlIGEgam9iIGJlZm9yZSBpdCBoYXMgYmVlbiBmdWxseSBwcm9jZXNz
ZWQsIGZvciB3aGF0ZXZlciByZWFzb24uIFRoZXJlIGFyZSB0aGluZ3MgdGhh
dCBtdXN0IGJlIGRvbmUgdG8gZW5zdXJlIHRoYXQgdGhlIHN0YXRlIG9mIHRo
ZSBKb2Igb2JqZWN0IGhhcyBiZWVuIGRlY2lzaXZlbHkgY2xlYW5lZCB1cCBi
eSB0aGUgY2xpZW50IGlmIHRoZSBjbGllbnQgaXMgcmVzcG9uc2libGUgZm9y
IGNhbmNlbGluZyB0aGUgam9iLiBDbGllbnRzIGxlYXZpbmcgYnJva2VuIEpv
YiBvYmplY3RzIG9uIHRoZSBQcmludCBzZXJ2aWNlIGlzIGJhZCBiZWhhdmlv
ci4NClRoZXJlIGlzIGFsc28gYSBkZXBlbmRlbmN5IGJldHdlZW4gdGhlIG9w
dGlvbnMgYmVsb3cgYW5kIGhvdyB0aGUgam9iIHdhcyBzdWJtaXR0ZWQuIElm
IFByaW50LUpvYiBpcyB1c2VkLCBidXQgdGhlIGRvY3VtZW50IHBheWxvYWQg
aXMgbm90IGNvbXBsZXRlbHkgdHJhbnNtaXR0ZWQsIHRoZW4gaXMgYSBKb2Ig
b2JqZWN0IGV2ZW4gY3JlYXRlZD8gSXMgdGhpcyB0cnVlIGluIGFsbCBjYXNl
cz8gQWx0ZXJuYXRlbHksIGlmIENyZWF0ZS1Kb2IgLyBTZW5kLURvY3VtZW50
IGlzIHVzZWQsIGFuZCB0aGUgQ2FuY2VsLUpvYiBpcyBzZW50IGR1cmluZyB0
aGUgU2VuZC1Eb2N1bWVudCBvcGVyYXRpb24gc3VibWlzc2lvbiwgdGhlbg0K
T3B0aW9uczoNCg0KICAqDQpCQUQ6DQogICAgICoNCkNsaWVudCBzdG9wIHNl
bmRpbmcgZGF0YSBhbmQgY2xvc2UgdGhlIGNvbm5lY3Rpb24NCiAgICAgICAg
Kg0KUHJvYmxlbTogVGhlIElQUCBKb2IgT2JqZWN0IG1heSBoYXZlIGJlZW4g
Y3JlYXRlZCBhbmQgc3RpbGwgZXhpc3QsIGFuZCBiZSBpbiBhbiBpbmRldGVy
bWluYXRlIHN0YXRlLiBJdCBzaG91bGQgYmUgZXhwbGljaXRseSBjbGVhbmVk
IHVwIGJ5IHRoZSBjbGllbnQgZm9yIGJlc3QgcGVyZm9ybWFuY2UgYW5kIGNv
cnJlY3RuZXNzLg0KICAgICAgICAqDQpRdWVzdGlvbjogQXJlIHRoZXJlIGFu
eSByZWFsaXN0aWMgb3IgdGhlb3JldGljYWwgY29uZGl0aW9ucyB1bmRlciB3
aGljaCBhIFByaW50LUpvYiBvcGVyYXRpb24gZG9lcyBOT1QgY3JlYXRlIGEg
Sm9iIG9iamVjdD8NCiAgKg0KTUVIOg0KICAgICAqDQpDbGllbnQgc3RvcHMg
c2VuZGluZyBjaHVua3MgYnV0IGRvZXNu4oCZdCBjbG9zZSB0aGUgY29ubmVj
dGlvbiBiZWNhdXNlIGl0IGlzIGV4cGVjdGluZyBhbiBJUFAgb3BlcmF0aW9u
IHJlcGx5Lg0KICAgICAqDQpJUFAgQ2FuY2VsLUpvYiBvcGVyYXRpb24gcmVx
dWVzdCBmb3IgdGhlIGpvYiB2aWEgYSBzZWNvbmQgY29ubmVjdGlvbiwgd2hp
Y2ggZm9yIHNvbWUgcHJpbnRlcnMgY291bGQgcmVzdWx0IGluIGEgUERMIGlu
dGVycHJldGVyIGhhbmcgYmVjYXVzZSB0aGUgbGFzdCBjaHVuayBzZW50IGRp
ZG7igJl0IHN0b3Agb24gYSAic3RhdGVtZW50IiBib3VuZGFyeQ0KICAgICAg
ICAqDQpCdXQgaWYgdGhlIGNsaWVudCBzdG9wcyB3aXRoIGEgemVybyBsZW5n
dGggY2h1bmsgdGhlbiB0aGUgSVBQIHN0YWNrIHdpbGwga25vdyB0aGF0IHRy
YW5zcG9ydCBpcyBjb21wbGV0ZQ0KICAgICAgICAqDQpOZWVkIHRvIGRlZmlu
ZSBhICJtYWdpYyBjaHVuayIgdG8gdGVsbCB0aGUgUERMIGludGVycHJldGVy
IHRoYXQgbm8gbW9yZSBqb2IgcGF5bG9hZCBjaHVua3M/IE9yIGlzIGEgemVy
byBsZW5ndGggY2h1bmsgc3VmZmljaWVudD8NCiAgKg0KR09PRDoNCiAgICAg
Kg0KSVBQIENhbmNlbC1Kb2INCiAgICAgKg0KQ2xpZW50IHN0b3BzIHNlbmRp
bmcgY2h1bmtzIGFuZCBjbG9zZXMgdGhlIGNvbm5lY3Rpb24NCiAgKg0KQkVU
VEVSOg0KICAgICAqDQo/Pz8NCg0KMi43LiBHZXR0aW5nIHByaW50ZXIgc3Vw
cGxpZXMgc3RhdHVzDQpTb21lIGFkbWluaXN0cmF0aXZlIHRhc2tzLCBsaWtl
IGNoZWNraW5nIGNvbnN1bWFibGVzIGxldmVscywgYXJlIHByZXNlbnRlZCB0
byBlbmQgdXNlcnMgaW4gc29tZSBjYXNlcywgc3VjaCBhcyBkdXJpbmcgcHJp
bnQgam9iIHN0YXR1cyBvciBpbiBwcmludCBkaWFsb2dzLiBUaGlzIGlzIHVz
ZWZ1bCB0byBlbmQgdXNlcnMgYW5kIHNob3VsZCBiZSBzdXBwb3J0ZWQuDQpP
cHRpb25zOg0KDQogICoNCk1FSDoNCiAgICAgKg0KRG9u4oCZdCB1c2UgSVBQ
IGJ1dCB1c2Ugc29tZSBwcm9wcmlldGFyeSBwcm90b2NvbCBvciBwbGF0Zm9y
bS1zcGVjaWZpYyBleHRlbnNpb24gdG8gSVBQDQogICAgICAgICoNClRoZSBw
b2ludCBpcyB0byB1c2Ugb25seSBJUFAgZXh0ZW5zaW9ucyBiYXNlZCBvbiBv
cGVuIHN0YW5kYXJkcyAoaS5lLiBQV0cgc3RhbmRhcmQpIGFuZCB0aGlzIHZp
b2xhdGVzIHRoYXQgY29yZSBwcmluY2lwbGUNCiAgKg0KR09PRDoNCiAgICAg
Kg0KSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMNCiAgICAgICAgKg0KcHJp
bnRlciBtdXN0IGltcGxlbWVudCBKUFMzICJwcmludGVyLXN1cHBseSIgYXR0
cmlidXRlDQoNCgotLSAKVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQg
Zm9yIHZpcnVzZXMgYW5kCmRhbmdlcm91cyBjb250ZW50IGJ5IE1haWxTY2Fu
bmVyLCBhbmQgaXMKYmVsaWV2ZWQgdG8gYmUgY2xlYW4uCgo=

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1166014149==--

From ipp-bounces@pwg.org  Tue Nov 20 15:16:13 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EADE521F85E4 for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 20 Nov 2012 15:16:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.392
X-Spam-Level: 
X-Spam-Status: No, score=-101.392 tagged_above=-999 required=5 tests=[AWL=1.207, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7wJ0o7EumBfF for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 20 Nov 2012 15:16:12 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 3598721F85E0 for <ipp-archive@lists.ietf.org>; Tue, 20 Nov 2012 15:16:12 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 75A95791CB; Tue, 20 Nov 2012 18:15:55 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from g4t0017.houston.hp.com (g4t0017.houston.hp.com [15.201.24.20]) by pwg.org (Postfix) with ESMTP id 93FD1791CA for <ipp@pwg.org>; Tue, 20 Nov 2012 18:15:41 -0500 (EST)
Received: from G4W3011G.americas.hpqcorp.net (g4w3011g.houston.hp.com [16.234.25.125]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g4t0017.houston.hp.com (Postfix) with ESMTPS id 0430F382C5 for <ipp@pwg.org>; Tue, 20 Nov 2012 23:15:40 +0000 (UTC)
Received: from G4W4286G.americas.hpqcorp.net (16.210.152.145) by G4W3011G.americas.hpqcorp.net (16.234.25.125) with Microsoft SMTP Server (TLS) id 14.2.283.4; Tue, 20 Nov 2012 23:13:44 +0000
Received: from G4W3295.americas.hpqcorp.net ([169.254.3.150]) by G4W4286G.americas.hpqcorp.net ([16.210.152.145]) with mapi id 14.02.0283.004; Tue, 20 Nov 2012 23:13:44 +0000
From: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>
To: "ipp@pwg.org" <ipp@pwg.org>
Subject: Re: [IPP] IPP use best practices - a call for feedback
Thread-Topic: [IPP] IPP use best practices - a call for feedback
Thread-Index: AQHNx2w1gZHAtmgpjkqvGSDE4mk7NZfzWoQA
Date: Tue, 20 Nov 2012 23:13:42 +0000
Message-ID: <F9F4E6F5-E9C8-425F-BA24-2326FEFB5C7F@hp.com>
References: <617781A1-E794-4528-8F64-B723C87A3D9F@hp.com>
In-Reply-To: <617781A1-E794-4528-8F64-B723C87A3D9F@hp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [16.216.12.43]
Content-ID: <3BAA2B985EADDF40824A6211D6815A0A@Compaq.com>
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1019358519=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 75A95791CB.A9680
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1019358519==
Content-Language: en-US
Content-Type: text/plain; charset="utf-8"
Content-ID: <3BAA2B985EADDF40824A6211D6815A0A@Compaq.com>
Content-Transfer-Encoding: base64

TXkgYXBvbG9naWVzIC0gSSBhbHdheXMgZm9yZ2V0IHRoYXQgdGhpcyByZWZs
ZWN0b3Igd2lsbCBkb3duc2FtcGxlIHRvIHBsYWluIHRleHQsIGFuZCBJIGhh
ZCBjdXQtYW5kLXBhc3RlZCBIVE1MIGluIHRvIG15IG9yaWdpbmFsIHBvc3Rp
bmcuICBCZWxvdyBpcyBhIHBsYWluIHRleHQgcmVuZGVyaW5nLg0KDQpTbWl0
aA0KDQoNCg0KT24gMjAxMi0xMS0yMCwgYXQgMzoxMyBQTSwgIktlbm5lZHks
IFNtaXRoIChXaXJlbGVzcyBBcmNoaXRlY3QpIiA8c21pdGgua2VubmVkeUBo
cC5jb20+DQogd3JvdGU6DQoNCj4gR3JlZXRpbmdzLA0KPiANCj4gSSBoYWQg
YW4gYWN0aW9uIGl0ZW0gZnJvbSB0d28gY29uZmVyZW5jZSBjYWxscyBhZ28g
dG8gcG9zdCB0byB0aGUgcmVmbGVjdG9yIG9uIHRoZSBzdWJqZWN0IG9mIElQ
UCBwcm90b2NvbCAiYmVzdCBwcmFjdGljZXMiLCB0byBlbnVtZXJhdGUgb3B0
aW9ucyBmb3IgaG93IElQUCBjYW4gYmUgdXNlZCBpbiBvcmRlciB0byBzYXRp
c2Z5IGFsbCBvciBhIGNvcmUgc2V0IG9mIHVzZSBjYXNlcy4gIFRoZSBnb2Fs
IHdlIGRpc2N1c3NlZCB3YXMgdG8gY29tZSB0byBjb25zZW5zdXMgYW5kIHRo
ZW4gcHVibGlzaCB0aGUgY29uc2Vuc3VzIHNvIHRoYXQgdGhlIGJlc3QgcHJh
Y3RpY2VzIGNhbiBiZSBhZG9wdGVkIGFzIHdpZGVseSBhcyBwb3NzaWJsZSwg
dG8gaGVscCBlbmNvdXJhZ2UgYSBoaWdoIHF1YWxpdHkgdXNlciBleHBlcmll
bmNlIGFuZCBiZXN0IHBlcmZvcm1hbmNlLg0KPiANCj4gQWxsIG9mIHRoZSBJ
UFAgc3BlY2lmaWNhdGlvbnMgZGVzY3JpYmUgd2hhdCBjYW4gYmUgZG9uZSB3
aXRoIElQUCwgYnV0IHdlIGFsbCBrbm93IHRoYXQgaXMgYnJvYWQsIGFuZCB3
aXRoIHRoZSBleGNlcHRpb24gb2YgUkZDIDMxOTYsIG5vdGhpbmcgaGFzIGJl
ZW4gZG9uZSB0byBleGFtaW5lIGhvdyBiZXN0IHRvIHVzZSB0aGUgdG9vbHNl
dCBhdmFpbGFibGUgdmlhIElQUC4gIEFzIHdlbGwgYWxsIGtub3csIGp1c3Qg
YmVjYXVzZSBzb21ldGhpbmcgKmNhbiogYmUgZG9uZSBkb2Vzbid0IG1lYW4g
aXQgKnNob3VsZCogYmUgZG9uZS4gIEd1aWRhbmNlIG9uIGhvdyB0byBiZXN0
IHVzZSBJUFAgd291bGQgYmVuZWZpdCB0aGUgSVBQIHVzZXIgY29tbXVuaXR5
IGFzIGEgd2hvbGUuDQo+IA0KPiBJIGluY2x1ZGVkIHRoZSBkZXNjcmlwdGlv
bnMgSSBoYXZlIGJlZW4gd29ya2luZyBvbiBiZWxvdyBpbi1saW5lIHNvIHRo
YXQgZmVlZGJhY2sgY291bGQgYmUgcHJvdmlkZWQgZGlyZWN0bHkgdmlhIGVt
YWlsIHJhdGhlciB0aGFuIGJ5IGVkaXRpbmcgYSBkb2N1bWVudC4gIElmIHRo
ZXJlIGFyZSBzdWdnZXN0aW9ucyBvbiBob3cgdG8gYmVzdCByZXZpZXcgdGhl
c2UgKHBlcmhhcHMgb25lIHBlciBlbWFpbCB0aHJlYWQpLCBsZXQgbWUga25v
dyBhbmQgSSB3aWxsIHJlLWZhY3RvciAvIHJlLXBvc3QuDQo+IA0KPiBDaGVl
cnMsDQo+IFNtaXRoDQo+IA0KPiAvKioNCj4gICAgU21pdGggS2VubmVkeQ0K
PiAgICBIZXdsZXR0LVBhY2thcmQgQ28uDQo+ICAgIHNtaXRoLmtlbm5lZHlA
aHAuY29tPG1haWx0bzpzbWl0aC5rZW5uZWR5QGhwLmNvbT4NCj4gKi8NCj4g
DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoyLiBVc2UgQ2FzZSBE
ZXNjcmlwdGlvbnMNCg0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCg0K
Mi4xLiBDcmVhdGUgYSByZWxhdGlvbnNoaXAgd2l0aCBhIHBhcnRpY3VsYXIg
cHJpbnRlcg0KDQotLS0tLS0tLS0tLS0NCg0KWW91IGNhbuKAmXQgcHJpbnQg
dG8gYSBwcmludGVyIGlmIHlvdSBjYW5ub3QgZXN0YWJsaXNoIGEgY29ubmVj
dGlvbiB0bw0KaXQuIEhpc3RvcmljYWxseSwgY29ubmVjdGluZyB0byBhIHBy
aW50ZXIgdG8gZXN0YWJsaXNoIGENCiJyZWxhdGlvbnNoaXAiIHdpdGggaXQg
bWVhbnQgaWRlbnRpZnlpbmcgYSBwcmludGVyIGFuZCB0aGVuIGNyZWF0aW5n
DQphIHBlcnNpc3RlbnQgbG9jYWwgcmVjb3JkcyBhbmQgcmVzb3VyY2VzIGZv
ciB0aGF0IHByaW50ZXINCnJlbGF0aW9uc2hpcCB3aXRoIHlvdXIgc3lzdGVt
4oCZcyBwcmludCBzcG9vbGVyLiBUaGlzIHdhcyBjYWxsZWQgYQ0KInByaW50
IHF1ZXVlIiwgYW5kIGl0IGludm9sdmVkIGJpbmRpbmcgZHJpdmVycyB0byBj
cmVhdGUgdGhlDQpyZWxhdGlvbnNoaXBzIG5lZWRlZCB0byBjb21tdW5pY2F0
ZSBhdCB0aGUgZGlmZmVyZW50IGxldmVscywgYW5kIHRoZW4NCmtlZXBpbmcg
cmVjb3JkIG9mIHRoYXQgc2V0IG9mIHJlbGF0aW9uc2hpcHMgc28gdGhhdCBp
dCBjb3VsZCBiZQ0KcmUtdXNlZCBhdCBhIGxhdGVyIHRpbWUuIFRoZSBzZXQg
b2YgcHJpbnRlcnMgb3Igb3RoZXIgZGV2aWNlcyB0aGUNCnVzZXLigJlzIHN5
c3RlbSBtaWdodCBlbmNvdW50ZXIgd2FzIHJlbGF0aXZlbHkgc21hbGwgYW5k
IGZhaXJseSBzdGF0aWMuDQoNCk1vcmUgcmVjZW50IHJlLXRoaW5raW5nIG9m
IHRoaXMgcmVsYXRpb25zaGlwIGJldHdlZW4gY2xpZW50IGFuZA0KcHJpbnRl
ciBoYXMgcmVzdWx0ZWQgaW4gbW9yZSAiZHluYW1pYyIgcmVsYXRpb25zaGlw
IGNyZWF0aW9uLCB3aGVyZQ0KdW5pdmVyc2FsIGRyaXZlcnMgY2FuIGludGVy
cm9nYXRlIGEgZGV2aWNlIGhvc3RpbmcgYSBwcmludCBzZXJ2aWNlDQp1c2lu
ZyBhIHN0YW5kYXJkaXplZCBwcm90b2NvbCBzb2x1dGlvbiBzdGFjaywgYW5k
IHVzaW5nIHRoYXQNCmR5bmFtaWNhbGx5IGFzY2VydGFpbiBhbmQgdXBkYXRl
IHByaW50IHNlcnZpY2UgYXR0cmlidXRlcy4gSW4gdGhpcw0KcGFyYWRpZ20s
IGEgInBlcnNpc3RlbnQiIHByaW50IHNlcnZpY2UgcmVjb3JkIGlzIG1vcmUg
bGlrZSBhIFdlYg0KYnJvd3NlciBib29rbWFyay4NCg0KQm90aCBwYXJhZGln
bXMgc3RpbGwgcmVxdWlyZSBhIG1ldGhvZCBvZiBpZGVudGlmeWluZyB0aGUg
dGFyZ2V0DQpkZXZpY2VzLiBUaGF0IGNhbiBiZSBkb25lIHVzaW5nIGR5bmFt
aWMgc2VydmljZSBkaXNjb3ZlcnkgcHJvdG9jb2xzDQp3aGVyZSB0aGUgc2Vy
dmljZXMgcmVzcG9uZCB0byBkaXNjb3ZlcnkgcmVxdWVzdHMsIG9yIGV4cGxp
Y2l0bHkgYnkNCm5hbWUgKGhvc3QgbmFtZSBvciByYXcgSVB2NC9JUHY2IGFk
ZHJlc3MpLg0KDQoyLjEuMS4gRGlzY292ZXIgYW5kIHNlbGVjdCBhIHByaW50
ZXIgdmlhIGEgZGlzY292ZXJ5IHByb3RvY29sDQoNCkRpc2NvdmVyeSBwcm90
b2NvbHMgYXJlIHVzZWQgdG8gaWRlbnRpZnkgaW5zdGFuY2VzIG9mIHByaW50
IHNlcnZpY2VzDQpvciBwcmludGVycyBieSBzZWFyY2hpbmcgdGhlIG5ldHdv
cmsgZm9yIHNlcnZpY2UgdHlwZXMgb3IgZGV2aWNlDQp0eXBlcy4gVGhpcyBo
ZWxwcyB0aGUgdXNlciBieSBtYWtpbmcgaXQgc28gdGhhdCB0aGV5IGRvbuKA
mXQgbmVlZCB0byBkbw0KYSBwaHlzaWNhbCBzdXJ2ZXkgb2YgZGV2aWNlcycg
YWRkcmVzc2VzLg0KDQpSZWdhcmRsZXNzIG9mIHRoZSBhY3R1YWwgZGlzY292
ZXJ5IHByb3RvY29sIHVzZWQsIHRoZSBBUElzIGRyaXZpbmcNCnRoZSBwcm90
b2NvbHMgZ2VuZXJhbGx5IGNhbiBiZSB1c2VkIGluIGVpdGhlciBhIHN5bmNo
cm9ub3VzIG9yDQphc3luY2hyb25vdXMgZmFzaGlvbi4gVW5mb3J0dW5hdGVs
eSwgbWFueSBsZWdhY3kgc29mdHdhcmUgc3lzdGVtcyAoYXMNCndlbGwgYXMg
ZGV2ZWxvcGVycykgYXJlIGFjY3VzdG9tZWQgdG8gdGhlIHN5bmNocm9ub3Vz
IG1vZGVsLCB3aGljaCBpcw0KZWFzaWx5IGlkZW50aWZpZWQgYnkgdGhlIHBy
ZXNlbmNlIG9mIGEgInJlZnJlc2ggYnV0dG9uIi4gVGhlDQpzeW5jaHJvbm91
cyBtb2RlbCBpcyBub3QgYXMgdXNlciBmcmllbmRseSBhcyB0aGUgYXN5bmNo
cm9ub3VzIG1vZGVsLA0KYnV0IGl0IGlzIHNvbWV3aGF0IGVhc2llciB0byB3
cml0ZSBwcm9ncmFtcyBpbiBhIHN5bmNocm9ub3VzIHdheSB0aGFuDQphbiBh
c3luY2hyb25vdXMgd2F5Lg0KDQpPcHRpb25zDQoNCiAgKiBNRUg6DQoNCiAg
ICAgIG8gUGVyZm9ybSBuZXR3b3JrIGRpc2NvdmVyeSB3aXRoIGEgc3luY2hy
b25vdXMgQVBJDQoNCiAgICAgICAgICAjIFNob3cgcHJvZ3Jlc3MgYmFyDQog
ICAgICAgICAgIyBEaXNjb3ZlcnkuU3RhcnQoKQ0KICAgICAgICAgICMgc2xl
ZXAoWCkgd2hlcmUgWA0KICAgICAgICAgICMgRGlzY292ZXJ5LlN0b3AoKQ0K
ICAgICAgbyBQcmVzZW50IHRoZSByZXN1bHRzIG9mIHRoZSBkaXNjb3ZlcnkN
CiAgICAgIG8gIlJlZnJlc2giIGJ1dHRvbiByZXN0YXJ0cyBwcm9jZXNzDQoN
CiAgICAgICAgICAjIFdoeSB0aGlzIGlzIGJhZDoNCg0KICAgICAgICAgICAg
ICAqIGxpc3QgY2FuIGJlIHN0YWxlDQogICAgICAgICAgICAgICogaXQgaXNu
4oCZdCAibGl2ZSINCiAgICAgICAgICAgICAgKiAiUmVzZXQiIGJ1dHRvbiBp
cyB1bm5lY2Vzc2FyeSBhbmQgaXMgYSBjcnV0Y2gNCiAgICAgIG8gVXNlciBz
ZWxlY3RzIGEgcHJpbnRlciBhbmQgcHJlc3NlcyAiQ29udGludWUiIG9yIGVx
dWl2YWxlbnQNCiAgKiBCRVRURVI6DQoNCiAgICAgIG8gUGVyZm9ybSBuZXR3
b3JrIGRpc2NvdmVyeSB3aXRoIGFuIGFzeW5jaHJvbm91cyBBUEkNCg0KICAg
ICAgICAgICMgU2hvdyBMaXN0IFVJIHdpZGdldA0KICAgICAgICAgICMgRGlz
Y292ZXJ5LlN0YXJ0KCkgd2l0aCBhIGNhbGxiYWNrDQogICAgICAgICAgIyBj
YWxsYmFjayBpcyBjYWxsZWQgd2hlbiBkaXNjb3ZlcnkgcmVzcG9uc2VzIChh
ZGQgb3INCiAgICAgICAgICAgIHJlbW92ZSkgYXJlIHJlY2VpdmVkDQogICAg
ICBvIFVzZXIgc2VsZWN0cyBhIHByaW50ZXIgYW5kIHByZXNzZXMgIkNvbnRp
bnVlIiBvciBlcXVpdmFsZW50DQoNCiAgICAgICAgICAjIERpc2NvdmVyeS5T
dG9wKCkNCg0KMi4xLjIuIFNlbGVjdCBhIHByaW50ZXIgdmlhIHVzZXIgcHJv
dmlkaW5nIGEgRE5TIGhvc3RuYW1lIG9yIHJhdyBJUHY0DQovIElQdjYgYWRk
cmVzcw0KDQpJbiBzb21lIGNhc2VzIGEgZGlzY292ZXJ5IHByb3RvY29sIGlz
IGVpdGhlciBub3QgYWRlcXVhdGUgb3INCnVubmVjZXNzYXJ5LiBFeGFtcGxl
cyBvZiB3aGVuIHRoaXMgdXNlIGNhc2UgaXMgZW5jb3VudGVyZWQgaW5jbHVk
ZQ0KcHJlLXB1Ymxpc2hlZCBuYW1lcyBvciBhZGRyZXNzZXMsIGFuZCBhbHNv
IHNpdHVhdGlvbnMgd2hlcmUgdGhlDQp0YXJnZXQgZGV2aWNlIGlzIG5vdCBv
biB0aGUgbG9jYWwgbGluay4gKEROUy1TRCBhbmQgV1MtRGlzY292ZXJ5IGFy
ZQ0KZ2VuZXJhbGx5IHVzZWQgZm9yIGxpbmstbG9jYWwgZGlzY292ZXJ5LCB0
aG91Z2ggd2lkZS1hcmVhIHZhcmlhbnRzIGFzDQp3ZWxsIGFzIExEQVAgc3lz
dGVtcyBtYXkgYWxzbyBiZSB1c2VkLCBidXQgYXJlIGZyZXF1ZW50bHkgbm90
IGZvcg0KdmFyaW91cyByZWFzb25zLikNCg0KRm9yIGVhY2ggb2YgdGhlc2Ug
b3B0aW9ucyBiZWxvdywgdGhlIGFzc3VtcHRpb24gaXMgdGhhdCB0aGUgY2xp
ZW50DQpoYXMgcmVjZWl2ZWQgYW4gYWRkcmVzcyBzdHJpbmcsIGFuZCB3aXNo
ZXMgdG8gY29ubmVjdCB0byB0aGUNCg0KT3B0aW9ucw0KDQogICogQkFEOg0K
DQogICAgICBvIExldCBlYWNoIHByaW50ZXIgbW9kZWwgbWFrZSB1cCBpdHMg
b3duIHBhdGgsIGFuZCBkZXBlbmQgb24NCiAgICAgICAgc29tZSBvdGhlciBw
cm90b2NvbCB0byBnZXQgdGhlIHJlc291cmNlIHBhdGgNCg0KICAgICAgICAg
ICMgSVBQIGhhcyBubyBkZWZpbmVkIHN0YW5kYXJkIG1lY2hhbmlzbSB0byBl
bnVtZXJhdGUgdGhlDQogICAgICAgICAgICBQcmludGVyIG9iamVjdHMnIHJl
c291cmNlIHBhdGhzDQogICogTUVIOg0KDQogICAgICBvIElQUCBHZXQtUHJp
bnRlci1BdHRyaWJ1dGVzIHdpdGggcHJpbnRlci11cmkgc2V0IHRvIGEgVVJJ
IHRoYXQNCiAgICAgICAgd2FzIG1hbnVhbGx5IGVudGVyZWQgYnkgdGhlIHVz
ZXINCg0KICAgICAgICAgICMgImlwcCIgVVJJIHNjaGVtZSBjb3VsZCBiZSB1
c2VkIHRvIGVuY29kZSB0aGUgaG9zdG5hbWUgYW5kDQogICAgICAgICAgICB0
aGUgcmVzb3VyY2UgcGF0aA0KICAgICAgICAgICMgSGF2aW5nIHRoZSB1c2Vy
IGVudGVyIHRoZSBVUkkgZXhwb3NlcyB0b28gbWFueSBkZXRhaWxzIHRvDQog
ICAgICAgICAgICB0aGUgdXNlciwgaW5jbHVkaW5nIHRoZSBkZXRhaWwgYWJv
dXQgdGhlIGZhY3QgdGhhdCBJUFAgaXMNCiAgICAgICAgICAgIGFjdHVhbGx5
IGJlaWluZyB1c2VkLiBVc2VycyBuZWVkIG5vdCBiZSBhd2FyZSBvZiB3aGlj
aA0KICAgICAgICAgICAgcHJpbnQgcHJvdG9jb2wgaXMgYmVpbmcgdXNlZC4N
CiAgKiBHT09EOg0KDQogICAgICBvIElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1
dGVzIHdpdGggcHJpbnRlci11cmkgc2V0IHRvIGENCiAgICAgICAgd2VsbC1r
bm93biBQcmludGVyIHJlc291cmNlIHBhdGgNCg0KICAgICAgICAgICMgIi9p
cHAvcHJpbnQiDQogICogQkVUVEVSOg0KDQogICAgICBvIElQUCBHZXQtUHJp
bnRlci1BdHRyaWJ1dGVzIHdpdGggcHJpbnRlci11cmkgc2V0IHRvICIvIg0K
ICAgICAgbyBleGFtaW5lIHRoZSAicHJpbnRlci11cmktc3VwcG9ydGVkIiBh
dHRyaWJ1dGU7IHVzZSB0aGUgZmlyc3QNCiAgICAgICAgVVJJIGluIHRoZSBs
aXN0DQogICAgICBvIElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIHdpdGgg
cHJpbnRlci11cmkgc2V0IHRvIGZpcnN0IFVSSQ0KICAqIEJFU1Q6DQoNCiAg
ICAgIG8gSVBQIEdldC1QcmludGVycyBvcGVyYXRpb24NCg0KICAgICAgICAg
ICMgWUVUIFRPIEJFIERFRklORUQgLSBDT01JTkcgV0lUSCBTWVNURU0gQ09O
VFJPTCBTRVJWSUNFDQogICAgICAgICAgIyBJcyB0aGlzIHJlYWxseSBnb2lu
ZyB0byBiZSBiZXR0ZXI/DQoNCg0KMi4yLiBHZXQgcHJpbnRlciBvcHRpb25z
IHRvIHBvcHVsYXRlIGEgcHJpbnQgZGlhbG9nIChhY3Rpdml0eSBiZXR3ZWVu
DQpkb2luZyAiRmlsZeKGklByaW50IiBhbmQgcHJlc2VudGluZyB0aGUgcHJp
bnQgZGlhbG9nIFVJKQ0KDQotLS0tLS0tLS0tLS0NCg0KT25jZSBhIHByaW50
ZXIgaGFzIGJlZW4gaWRlbnRpZmllZCwgaXQgaXMgbmVjZXNzYXJ5IGZvciB0
aGUgcHJpbnQNCnN5c3RlbSB0byB1bmRlcnN0YW5kIHRoZSBjYXBhYmlsaXRp
ZXMgdGhhdCB0aGUgcHJpbnRlciBkZXZpY2XigJlzIHByaW50DQpzZXJ2aWNl
IHByb3ZpZGVzLiBUaGlzIGluY2x1ZGVzIHdoYXQgcHJpbnQgam9iIHBheWxv
YWQgZm9ybWF0cyBjYW4gYmUNCmNvbnN1bWVkIGJ5IHRoZSBwcmludCBzZXJ2
aWNlLCB0aGUgYXZhaWxhYmxlIG9wdGlvbnMgYW5kIGRlZmF1bHQNCmNob2lj
ZXMsIGFuZCBzbyBmb3J0aC4gSXQgYWxzbyBpbmNsdWRlcyBvdGhlciBpbmZv
cm1hdGlvbiBhYm91dCB0aGUNCmRldmljZSBpdHNlbGYsIHN1Y2ggYXMgaXRz
IGxvY2F0aW9uLg0KDQpPcHRpb25zOg0KDQogICogU0FEOg0KDQogICAgICBv
IERlcGVuZCBvbiBhLXByaW9yaSBrbm93bGVkZ2UgYWJvdXQgYSBwYXJ0aWN1
bGFyIG1vZGVsIGFzIGENCiAgICAgICAgd2F5IG9mIGxpc3Rpbmcgb3B0aW9u
cyBmb3IgdGhlIG1vZGVsIG9mIGRldmljZSBpZGVudGlmaWVkIGFzDQogICAg
ICAgIHRoZSB0YXJnZXQNCg0KICAgICAgICAgICMgTW9kZWwgc3BlY2lmaWMg
cHJpbnQgZHJpdmVycyBmYWxsIGluIHRoaXMgYnVja2V0DQogICogTUVIOg0K
DQogICAgICBvIElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIE9wZXJhdGlv
bg0KDQogICAgICAgICAgIyByZXF1ZXN0IGluY2x1ZGVzIG5vIHByaW50ZXIg
YXR0cmlidXRlczsgb25seSBvcGVyYXRpb24NCiAgICAgICAgICAgIGF0dHJp
YnV0ZXMNCiAgICAgICAgICAjIHJlcGx5IHdpbGwgY29udGFpbiB0aGUgam9i
IHRlbXBsYXRlIGF0dHJpYnV0ZXMgZm9yIGFsbA0KICAgICAgICAgICAgUERM
cw0KICAgICAgbyBDbGllbnQgZ3Vlc3NlcyBhdCB3aGF0IGF0dHJpYnV0ZXMg
bWF5IHdvcmsgb3Igbm90IHdvcmsgZm9yIGENCiAgICAgICAgZ2l2ZW4gUERM
LCBvciB1c2VzIGEtcHJpb3JpIGtub3dsZWRnZQ0KICAqIEJFVFRFUjoNCg0K
ICAgICAgbyBJUFAgR2V0LVByaW50ZXItQXR0cmlidXRlcyBPcGVyYXRpb24N
Cg0KICAgICAgICAgICMgYW55IHNwZWNpZmljIGF0dHJpYnV0ZXM/DQogICAg
ICBvIFByb2Nlc3MgcmVzdWx0czsgZGVjaWRlIG9uIGEgUERMDQogICAgICBv
IElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIE9wZXJhdGlvbg0KDQogICAg
ICAgICAgIyByZXF1ZXN0IGluY2x1ZGVzIHRoZSBkb2N1bWVudC1mb3JtYXQg
YXR0cmlidXRlIHdpdGggdmFsdWUNCiAgICAgICAgICAgIHNwZWNpZnlpbmcg
dGhlIGNob3NlbiBQREwNCiAgICAgICAgICAjIHJlcGx5IHdpbGwgY29udGFp
biB0aGUgam9iIHRlbXBsYXRlIGF0dHJpYnV0ZXMNCiAgICAgICAgICAgIGFw
cHJvcHJpYXRlbHkgZmlsdGVyZWQgKCJjb2xvcmVkIikgZm9yIHRoYXQgcGFy
dGljdWxhcg0KICAgICAgICAgICAgZG9jdW1lbnQtZm9ybWF0DQoNCg0KMi4z
LiBDaGVjayBjb25zdHJhaW50cyBiZXR3ZWVuIHByZXNlbnRlZCBvcHRpb25z
DQoNCi0tLS0tLS0tLS0tLQ0KDQpQcmludGVyIGZlYXR1cmVzIGFuZCBvcHRp
b25zIGFyZSBwcmVzZW50ZWQgdHlwaWNhbGx5IGluIGEgcHJpbnQNCmRpYWxv
Zy4gU29tZSBvZiB0aGVzZSBoYXZlIHN0YXRlcyB0aGF0IGhhdmUgcmVsYXRp
b25zaGlwcyB3aXRoIG90aGVyDQpvcHRpb25zJyBzdGF0ZXMsIHdoZXJlIG9u
ZSBjYW5ub3QgYmUgaW4gYSBwYXJ0aWN1bGFyIHN0YXRlIGlmIGFub3RoZXIN
Cm9uZSBpcyB0b28uIFRoZXNlIGFyZSBrbm93biBhcyBjb25zdHJhaW50cywg
YW5kIHRoZXkgbXVzdCBiZQ0KY2FsY3VsYXRlZCBhbnkgdGltZSB0aGUgc3Rh
dGUgb2YgYSBjb250cm9sIGNoYW5nZXMgc3RhdGUuIFRoZXJlIGFyZQ0KdmFy
aW91cyB3YXlzIHRoYXQgdGhpcyBjYW4gYmUgZG9uZS4NCg0KT3B0aW9uczoN
Cg0KICAqIEJBRDoNCg0KICAgICAgbyBJUFAgVmFsaWRhdGUtSm9iDQoNCiAg
ICAgICAgICAjIEV2ZXJ5IHRpbWUgYSBjb250cm9sIGlzIGNoYW5nZWQsIHRo
ZSBjbGllbnQgc2VuZHMgSVBQDQogICAgICAgICAgICBWYWxpZGF0ZS1Kb2Ig
d2l0aCBhdHRyaWJ1dGUgdmFsdWVzIGNvcnJlc3BvbmRpbmcgdG8NCiAgICAg
ICAgICAgIGN1cnJlbnQgc3RhdGUgb2YgY29udHJvbHMNCiAgKiBNRUg6DQoN
CiAgICAgIG8gSVBQIFZhbGlkYXRlLUpvYg0KDQogICAgICAgICAgIyB3aGVu
ICJQcmludCIgYnV0dG9uIGlzIHByZXNzZWQsIGNvbmZpcm1zIHRoZSBqb2Ig
Y3JlYXRpb24NCiAgICAgICAgICAgIC8gc3VibWlzc2lvbiB3aWxsIHN1Y2Nl
ZWQgKGF1dGhlbnRpY2F0aW9uLCBldGMuKQ0KICAgICAgICAgICMgY2xpZW50
IGRlcGVuZHMgb24gdGhpcyBvcGVyYXRpb24gdG8gcGVyZm9ybSBjb25zdHJh
aW50cw0KICAgICAgICAgICAgdmFsaWRhdGlvbiBwcmludGVyLXNpZGUNCiAg
KiBCRVRURVI6DQoNCiAgICAgIG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0
ZXMNCg0KICAgICAgICAgICMgZGV2aWNlIGltcGxlbWVudHMgam9iLWNvbnN0
cmFpdHMtc3VwcG9ydGVkDQogICAgICAgICAgIyBkZXZpY2UgaW1wbGVtZW50
cyBqb2ItcmVzb2x2ZXJzLXN1cHBvcnRlZA0KICAgICAgbyA8TG9jYWwgcHJv
Y2Vzc2luZyBvZiBjb25zdHJhaW50cz4NCiAgICAgIG8gSVBQIFZhbGlkYXRl
LUpvYg0KDQogICAgICAgICAgIyB3aGVuICJQcmludCIgYnV0dG9uIGlzIHBy
ZXNzZWQsIGNvbmZpcm1zIHRoZSBqb2IgY3JlYXRpb24NCiAgICAgICAgICAg
IC8gc3VibWlzc2lvbiB3aWxsIHN1Y2NlZWQgKGF1dGhlbnRpY2F0aW9uLCBl
dGMuKQ0KICAgICAgICAgICMgY29uc3RyYWludHMgdmFsaWRhdGlvbiBhbHJl
YWR5IGhhbmRsZWQgY2xpZW50LXNpZGUNCg0KDQoyLjQuIFN1Ym1pdHRpbmcg
YSBQcmludCBKb2INCg0KLS0tLS0tLS0tLS0tDQoNCk9uY2UgdGhlIHVzZXIg
aGFzIGRlY2lkZWQgb24gb3B0aW9ucywgdGhlIHByaW50IGpvYiBpcyBnZW5l
cmF0ZWQgYW5kDQp1bHRpbWF0ZWx5IG1hZGUgYXZhaWxhYmxlIHRvIHRoZSBw
cmludGVyIGluIHNvbWUgZmFzaGlvbi4gVGhlcmUgYXJlDQpzZXZlcmFsIGRp
ZmZlcmVudCB3YXlzIHRoYXQgdGhpcyBtYXkgb2NjdXIuDQoNCjIuNC4xLiBT
dWJtaXR0aW5nIGEgcHJpbnQgam9iICJieSB2YWx1ZSINCg0KVGhpcyBpcyB0
aGUgY2xhc3NpY2FsIHdheSB0aGF0IGEgcHJpbnQgam9iIGlzIHNlbnQgZnJv
bSB0aGUgY2xpZW50IHRvDQp0aGUgcHJpbnQgc2VydmljZTogYSBqb2IgaXMg
Y3JlYXRlZCwgYW5kIHRoZSBqb2IgaW5mb3JtYXRpb24gYW5kIGpvYg0KcGF5
bG9hZCBjb250ZW50IGFyZSBzZW50IGJ5IHRoZSBjbGllbnQgdG8gdGhlIHBy
aW50IHNlcnZpY2UuDQoNCk9wdGlvbnM6DQoNCiAgKiBNRUg6DQoNCiAgICAg
IG8gSVBQIFByaW50LUpvYg0KDQogICAgICAgICAgIyBubyBwcmUtZmxpZ2h0
aW5nDQogICAgICAgICAgIyB0aGUgcHJpbnRlciBtYXkgcmVqZWN0IGl0IGJ1
dCBvbmx5IGFmdGVyIGl0IGhhcyBiZWVuDQogICAgICAgICAgICB0cmFuc21p
dHRlZCBpbiB3aG9sZSBvciBpbiBwYXJ0Lg0KICAgICAgICAgICMgYmV0dGVy
IHRvIGNoZWNrIHRpY2tldCBhbmQgY29udGVudCB0eXBlcyBmaXJzdC4NCiAg
KiBHT09EOg0KDQogICAgICBvIElQUCBWYWxpZGF0ZS1Kb2INCg0KICAgICAg
ICAgICMgcHJlLWZsaWdodHMgdGhlIGpvYiBieSB2YWxpZGF0aW5nIHRoZSBq
b2IgYXR0cmlidXRlcyBhbmQNCiAgICAgICAgICAgIGRvY3VtZW50IHR5cGUN
CiAgICAgIG8gSVBQIFByaW50LUpvYg0KDQogICAgICAgICAgIyBjcmVhdGVz
IHRoZSBqb2IgYW5kIHNlbmRzIHRoZSBwYXlsb2FkIGluIG9uZSBvcGVyYXRp
b24NCiAgICAgICAgICAjIGhvd2V2ZXIsIHRoZSBKb2Igb2JqZWN04oCZcyBV
UkkgaXNu4oCZdCB1c3VhbGx5IGtub3duIHVudGlsDQogICAgICAgICAgICB0
aGUgam9iIHRyYW5zbWlzc2lvbiBpcyBjb21wbGV0ZQ0KICAgICAgICAgICMg
ZG9lc27igJl0IHdvcmsgd2VsbCB3aXRoIGZsb3ctY29udHJvbGxlZCAobG93
LWVuZCkgcHJpbnRlcnMNCiAgKiBCRVRURVI6DQoNCiAgICAgIG8gSVBQIFZh
bGlkYXRlLUpvYg0KDQogICAgICAgICAgIyBwcmUtZmxpZ2h0cyB0aGUgam9i
IGJ5IHZhbGlkYXRpbmcgdGhlIGpvYiBhdHRyaWJ1dGVzIGFuZA0KICAgICAg
ICAgICAgZG9jdW1lbnQgdHlwZQ0KICAgICAgbyBJUFAgQ3JlYXRlLUpvYg0K
DQogICAgICAgICAgIyByZXR1cm5zIGltbWVkaWF0ZWx5IHdpdGggdGhlIGpv
YiBVUkkgZm9yIG1vbml0b3JpbmcgYW5kDQogICAgICAgICAgICB0aWNrZXQg
cHJvY2Vzc2luZyBzdGF0dXMNCiAgICAgICAgICAjIGlmIHRoZXJlIGlzIGEg
cHJvYmxlbSB0aGVuIENyZWF0ZS1Kb2IgbWF5IGZhaWwgdGhlIHNhbWUNCiAg
ICAgICAgICAgIGFzIFZhbGlkYXRlLUpvYiB3b3VsZCwgYnV0IG1heSBub3Qs
IHdoaWNoIGlzIHdoeSB3ZSBkbyBhDQogICAgICAgICAgICBWYWxpZGF0ZS1K
b2IgZmlyc3QgKHNvIHRoYXQgdGhlcmUgaXNu4oCZdCBhIHpvbWJpZSBqb2IN
CiAgICAgICAgICAgIHRoZXJlKQ0KICAgICAgbyBJUFAgU2VuZC1Eb2N1bWVu
dA0KDQogICAgICAgICAgIyBwYXlsb2FkIHRyYW5zbWlzc2lvbiBpcyBkZS1j
b3VwbGVkIGZyb20gdGhlIGNyZWF0aW9uIG9mDQogICAgICAgICAgICB0aGUg
am9iDQogICAgICAgICAgIyBtdWx0aXBsZSBkb2N1bWVudHMgY2FuIGJlIHNl
bnQgdG8gYnVpbGQgdXAgYSBjb21wb3VuZCBqb2INCiAgICAgICAgICAjIG1l
YW5zIHRoYXQgdGhlIGNsaWVudCBkb2VzbuKAmXQgaGF2ZSB0byBiZSBwcmVw
YXJlZCBmb3IgYW4NCiAgICAgICAgICAgIGVhcmx5IEhUVFAgcmVzcG9uc2UN
CiAgICAgICAgICAjIGFsbG93cyB0aGUgam9iIFVSSSB0byBiZSBsZWFybmVk
IGJlZm9yZSBqb2IgcGF5bG9hZCBpcw0KICAgICAgICAgICAgc2VudA0KICAg
ICAgICAgICMgTVVTVCBjaGVjayB0byBzZWUgaWYgdmFsdWUgb2YNCiAgICAg
ICAgICAgICJtdWx0aXBsZS1kb2N1bWVudC1qb2JzLXN1cHBvcnRlZCIgaXMg
InRydWUiLCB0byBzZWUgaWYNCiAgICAgICAgICAgIGl0IGlzIE9LIHRvIGRv
IG11bHRpcGxlIFNlbmQtRG9jdW1lbnQgb3BlcmF0aW9ucyB0byB0aGUNCiAg
ICAgICAgICAgIHNhbWUgSm9iIG9iamVjdC4NCg0KMi40LjIuIFN1Ym1pdHRp
bmcgYSBwcmludCBqb2IgImJ5IHJlZmVyZW5jZSINCg0KVGhpcyBpcyBhIHNs
aWdodGx5IGRpZmZlcmVudCB3YXkgdGhhdCBhIHByaW50IGpvYiBpcyBzZW50
IGZyb20gdGhlDQpjbGllbnQgdG8gdGhlIHByaW50IHNlcnZpY2U6IGEgam9i
IGlzIGNyZWF0ZWQgYW5kIG1hZGUgYXZhaWxhYmxlIGZvcg0KcmV0cmlldmFs
IGJ5IHRoZSBwcmludCBzZXJ2aWNlLCBhbmQgd2hlbiB0aGUgcHJpbnQgam9i
IHRoZSBqb2INCmluZm9ybWF0aW9uIGFuZCBqb2IgcGF5bG9hZCBjb250ZW50
IGFyZSBzZW50IGJ5IHRoZSBjbGllbnQgdG8gdGhlDQpwcmludCBzZXJ2aWNl
Lg0KDQpPcHRpb25zOg0KDQogICogTUVIOg0KDQogICAgICBvIElQUCBQcmlu
dC1VUkkNCg0KICAgICAgICAgICMgbm8gcHJlLWZsaWdodGluZw0KICAgICAg
ICAgICMgdGhlIHByaW50ZXIgbWF5IHJlamVjdCBpdCBidXQgb25seSBhZnRl
ciBpdCBoYXMgYmVlbg0KICAgICAgICAgICAgdHJhbnNtaXR0ZWQgaW4gd2hv
bGUgb3IgaW4gcGFydC4NCiAgICAgICAgICAjIGJldHRlciB0byBjaGVjayB0
aWNrZXQgYW5kIGNvbnRlbnQgdHlwZXMgZmlyc3QuDQogICogR09PRDoNCg0K
ICAgICAgbyBJUFAgVmFsaWRhdGUtSm9iDQoNCiAgICAgICAgICAjIHByZS1m
bGlnaHRzIHRoZSBqb2IgYnkgdmFsaWRhdGluZyB0aGUgam9iIGF0dHJpYnV0
ZXMgYW5kDQogICAgICAgICAgICBkb2N1bWVudCB0eXBlDQogICAgICBvIElQ
UCBQcmludC1VUkkNCg0KICAgICAgICAgICMgY3JlYXRlcyB0aGUgam9iIGFu
ZCBzZW5kcyBhIFVSTCB0byB3aGVyZSB0aGUgcGF5bG9hZCBjYW4NCiAgICAg
ICAgICAgIGJlIHJldHJpZXZlZCBpbiBvbmUgb3BlcmF0aW9uDQogICAgICAg
ICAgIyBwcmludCBzZXJ2aWNlIHJldHJpZXZlcyB0aGUgcGF5bG9hZCBmaWxl
IGl0c2VsZg0KICAgICAgICAgICMgaG93ZXZlciwgdGhlIEpvYiBvYmplY3Ti
gJlzIFVSSSBpc27igJl0IHVzdWFsbHkga25vd24gdW50aWwNCiAgICAgICAg
ICAgIHRoZSBqb2IgdHJhbnNtaXNzaW9uIGlzIGNvbXBsZXRlDQogICAgICAg
ICAgIyBkb2VzbuKAmXQgd29yayB3ZWxsIHdpdGggZmxvdy1jb250cm9sbGVk
IChsb3ctZW5kKSBwcmludGVycw0KICAqIEJFVFRFUjoNCg0KICAgICAgbyBJ
UFAgVmFsaWRhdGUtSm9iDQoNCiAgICAgICAgICAjIHByZS1mbGlnaHRzIHRo
ZSBqb2IgYnkgdmFsaWRhdGluZyB0aGUgam9iIGF0dHJpYnV0ZXMgYW5kDQog
ICAgICAgICAgICBkb2N1bWVudCB0eXBlDQogICAgICBvIElQUCBDcmVhdGUt
Sm9iDQoNCiAgICAgICAgICAjIHJldHVybnMgaW1tZWRpYXRlbHkgd2l0aCB0
aGUgam9iIFVSSSBmb3IgbW9uaXRvcmluZyBhbmQNCiAgICAgICAgICAgIHRp
Y2tldCBwcm9jZXNzaW5nIHN0YXR1cw0KICAgICAgICAgICMgaWYgdGhlcmUg
aXMgYSBwcm9ibGVtIHRoZW4gQ3JlYXRlLUpvYiB3aWxsIGZhaWwgdGhlIHNh
bWUNCiAgICAgICAgICAgIGFzIFZhbGlkYXRlLUpvYiB3b3VsZA0KICAgICAg
byBJUFAgU2VuZC1VUkkNCg0KICAgICAgICAgICMgcGF5bG9hZCBVUkkgdHJh
bnNtaXNzaW9uIGlzIGRlLWNvdXBsZWQgZnJvbSB0aGUgY3JlYXRpb24NCiAg
ICAgICAgICAgIG9mIHRoZSBqb2INCiAgICAgICAgICAjIG1lYW5zIHRoYXQg
dGhlIGNsaWVudCBkb2VzbuKAmXQgaGF2ZSB0byBiZSBwcmVwYXJlZCBmb3Ig
YW4NCiAgICAgICAgICAgIGVhcmx5IEhUVFAgcmVzcG9uc2UNCiAgICAgICAg
ICAjIGFsbG93cyB0aGUgam9iIFVSSSB0byBiZSBsZWFybmVkIGJlZm9yZSBq
b2IgcGF5bG9hZCBpcw0KICAgICAgICAgICAgc2VudA0KDQoNCjIuNS4gTW9u
aXRvcmluZyBwcmludCBqb2Igc3RhdHVzDQoNCi0tLS0tLS0tLS0tLQ0KDQpX
aGlsZSB0aGUgcHJpbnQgam9iIGlzIGJlaW5nIHByb2Nlc3NlZCwgdXNlcnMg
bWF5IHdpc2ggdG8ga25vdw0Kd2hldGhlciBpdCBpcyBwcm9jZWVkaW5nIHN1
Y2Nlc3NmdWxseSwgb3Igd2hldGhlciB0aGVyZSBhcmUNCmNvbmRpdGlvbnMg
dGhhdCB0aGV5IG5lZWQgdG8gaGFuZGxlIHRoYXQgYXJlIHByZXZlbnRpbmcg
cHJvY2Vzc2luZw0KZnJvbSBwcm9jZWVkaW5nLCBzdWNoIGFzIGEgbWVkaWEg
amFtLCBvcGVuIGNvdmVycywgbWFya2luZyBhZ2VudHMNCmRlcGxldGVkLCBh
bmQgc28gZm9ydGguDQoNCk9wdGlvbnM6DQoNCiAgKiBNRUg6DQoNCiAgICAg
IG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMNCg0KICAgICAgICAgICMg
bW9uaXRvciB0aGUgdmFsdWUgb2YgdGhlIHByaW50ZXItc3RhdGUgYXR0cmli
dXRlDQogICAgICAgICAgIyBwb2xsaW5nIChsYW1lKQ0KICAqIEdPT0Q6DQoN
CiAgICAgIG8gSVBQIEdldC1Kb2ItQXR0cmlidXRlcw0KDQogICAgICAgICAg
IyB0YXJnZXRzIHRoZSBzcGVjaWZpYyBqb2Igc3RhdHVzDQogICAgICAgICAg
IyBtYXkgYmUgbW9yZSBwcmVjaXNlDQogICAgICAgICAgIyAobmVlZCB0byBz
ZWUgaWYgam9iIGF0dHJpYnV0ZXMgd2lsbCBzaG93IHByaW50ZXIgaXNzdWVz
DQogICAgICAgICAgICAodG9wIGNvdmVyIG9wZW4sIGV0Yy4pIHRoYXQgYmxv
Y2sgYSBqb2IgYXMgd2VsbCkNCiAgICAgICAgICAjIHBvbGxpbmcgKGxhbWUp
DQogICogQkVUVEVSOg0KDQogICAgICBvIElQUCBDcmVhdGUtSm9iLVN1YnNj
cmlwdGlvbnMNCg0KICAgICAgICAgICMgYXN5bmNocm9ub3VzIC8gbG9uZyBy
dW5uaW5nIHF1ZXJpZXMgZm9yIG5vdGlmaWNhdGlvbnMNCiAgICAgICAgICAg
IHRoYXQgZG9u4oCZdCByZXF1aXJlIHBvbGxpbmcNCg0KDQoyLjYuIENhbmNl
bGluZyBhIHByaW50IGpvYg0KDQotLS0tLS0tLS0tLS0NCg0KSXQgbWF5IGJl
IHRoYXQgdGhlIHVzZXIgd2FudHMgdG8gdGVybWluYXRlIGEgam9iIGJlZm9y
ZSBpdCBoYXMgYmVlbg0KZnVsbHkgcHJvY2Vzc2VkLCBmb3Igd2hhdGV2ZXIg
cmVhc29uLiBUaGVyZSBhcmUgdGhpbmdzIHRoYXQgbXVzdCBiZQ0KZG9uZSB0
byBlbnN1cmUgdGhhdCB0aGUgc3RhdGUgb2YgdGhlIEpvYiBvYmplY3QgaGFz
IGJlZW4gZGVjaXNpdmVseQ0KY2xlYW5lZCB1cCBieSB0aGUgY2xpZW50IGlm
IHRoZSBjbGllbnQgaXMgcmVzcG9uc2libGUgZm9yIGNhbmNlbGluZw0KdGhl
IGpvYi4gQ2xpZW50cyBsZWF2aW5nIGJyb2tlbiBKb2Igb2JqZWN0cyBvbiB0
aGUgUHJpbnQgc2VydmljZSBpcw0KYmFkIGJlaGF2aW9yLg0KDQpUaGVyZSBp
cyBhbHNvIGEgZGVwZW5kZW5jeSBiZXR3ZWVuIHRoZSBvcHRpb25zIGJlbG93
IGFuZCBob3cgdGhlIGpvYg0Kd2FzIHN1Ym1pdHRlZC4gSWYgUHJpbnQtSm9i
IGlzIHVzZWQsIGJ1dCB0aGUgZG9jdW1lbnQgcGF5bG9hZCBpcyBub3QNCmNv
bXBsZXRlbHkgdHJhbnNtaXR0ZWQsIHRoZW4gaXMgYSBKb2Igb2JqZWN0IGV2
ZW4gY3JlYXRlZD8gSXMgdGhpcw0KdHJ1ZSBpbiBhbGwgY2FzZXM/IEFsdGVy
bmF0ZWx5LCBpZiBDcmVhdGUtSm9iIC8gU2VuZC1Eb2N1bWVudCBpcw0KdXNl
ZCwgYW5kIHRoZSBDYW5jZWwtSm9iIGlzIHNlbnQgZHVyaW5nIHRoZSBTZW5k
LURvY3VtZW50IG9wZXJhdGlvbg0Kc3VibWlzc2lvbiwgdGhlbg0KDQpPcHRp
b25zOg0KDQogICogQkFEOg0KDQogICAgICBvIENsaWVudCBzdG9wIHNlbmRp
bmcgZGF0YSBhbmQgY2xvc2UgdGhlIGNvbm5lY3Rpb24NCg0KICAgICAgICAg
ICMgUHJvYmxlbTogVGhlIElQUCBKb2IgT2JqZWN0IG1heSBoYXZlIGJlZW4g
Y3JlYXRlZCBhbmQNCiAgICAgICAgICAgIHN0aWxsIGV4aXN0LCBhbmQgYmUg
aW4gYW4gaW5kZXRlcm1pbmF0ZSBzdGF0ZS4gSXQgc2hvdWxkDQogICAgICAg
ICAgICBiZSBleHBsaWNpdGx5IGNsZWFuZWQgdXAgYnkgdGhlIGNsaWVudCBm
b3IgYmVzdA0KICAgICAgICAgICAgcGVyZm9ybWFuY2UgYW5kIGNvcnJlY3Ru
ZXNzLg0KICAgICAgICAgICMgUXVlc3Rpb246IEFyZSB0aGVyZSBhbnkgcmVh
bGlzdGljIG9yIHRoZW9yZXRpY2FsDQogICAgICAgICAgICBjb25kaXRpb25z
IHVuZGVyIHdoaWNoIGEgUHJpbnQtSm9iIG9wZXJhdGlvbiBkb2VzIE5PVA0K
ICAgICAgICAgICAgY3JlYXRlIGEgSm9iIG9iamVjdD8NCiAgKiBNRUg6DQoN
CiAgICAgIG8gQ2xpZW50IHN0b3BzIHNlbmRpbmcgY2h1bmtzIGJ1dCBkb2Vz
buKAmXQgY2xvc2UgdGhlIGNvbm5lY3Rpb24NCiAgICAgICAgYmVjYXVzZSBp
dCBpcyBleHBlY3RpbmcgYW4gSVBQIG9wZXJhdGlvbiByZXBseS4NCiAgICAg
IG8gSVBQIENhbmNlbC1Kb2Igb3BlcmF0aW9uIHJlcXVlc3QgZm9yIHRoZSBq
b2IgdmlhIGEgc2Vjb25kDQogICAgICAgIGNvbm5lY3Rpb24sIHdoaWNoIGZv
ciBzb21lIHByaW50ZXJzIGNvdWxkIHJlc3VsdCBpbiBhIFBETA0KICAgICAg
ICBpbnRlcnByZXRlciBoYW5nIGJlY2F1c2UgdGhlIGxhc3QgY2h1bmsgc2Vu
dCBkaWRu4oCZdCBzdG9wIG9uIGENCiAgICAgICAgInN0YXRlbWVudCIgYm91
bmRhcnkNCg0KICAgICAgICAgICMgQnV0IGlmIHRoZSBjbGllbnQgc3RvcHMg
d2l0aCBhIHplcm8gbGVuZ3RoIGNodW5rIHRoZW4gdGhlDQogICAgICAgICAg
ICBJUFAgc3RhY2sgd2lsbCBrbm93IHRoYXQgdHJhbnNwb3J0IGlzIGNvbXBs
ZXRlDQogICAgICAgICAgIyBOZWVkIHRvIGRlZmluZSBhICJtYWdpYyBjaHVu
ayIgdGhhdCBvcGVyYXRlcyBraW5kIG9mIGxpa2UNCiAgICAgICAgICAgIGFu
IGluLWJhbmQgaW5saW5lIENhbmNlbC1Kb2Igb3BlcmF0aW9uLCB0byB0ZWxs
IHRoZSBQREwNCiAgICAgICAgICAgIGludGVycHJldGVyIHRoYXQgbm8gbW9y
ZSBqb2IgcGF5bG9hZCBjaHVua3M/DQogICogR09PRDoNCg0KICAgICAgbyBJ
UFAgQ2FuY2VsLUpvYg0KICAgICAgbyBDbGllbnQgc3RvcHMgc2VuZGluZyBj
aHVua3MgYW5kIGNsb3NlcyB0aGUgY29ubmVjdGlvbg0KICAqIEJFVFRFUjoN
Cg0KICAgICAgbyA/Pz8NCg0KDQoyLjcuIEdldHRpbmcgcHJpbnRlciBzdXBw
bGllcyBzdGF0dXMNCg0KLS0tLS0tLS0tLS0tDQoNClNvbWUgYWRtaW5pc3Ry
YXRpdmUgdGFza3MsIGxpa2UgY2hlY2tpbmcgY29uc3VtYWJsZXMgbGV2ZWxz
LCBhcmUNCnByZXNlbnRlZCB0byBlbmQgdXNlcnMgaW4gc29tZSBjYXNlcywg
c3VjaCBhcyBkdXJpbmcgcHJpbnQgam9iIHN0YXR1cw0Kb3IgaW4gcHJpbnQg
ZGlhbG9ncy4gVGhpcyBpcyB1c2VmdWwgdG8gZW5kIHVzZXJzIGFuZCBzaG91
bGQgYmUNCnN1cHBvcnRlZC4NCg0KT3B0aW9uczoNCg0KICAqIE1FSDoNCg0K
ICAgICAgbyBEb27igJl0IHVzZSBJUFAgYnV0IHVzZSBzb21lIHByb3ByaWV0
YXJ5IHByb3RvY29sIG9yDQogICAgICAgIHBsYXRmb3JtLXNwZWNpZmljIGV4
dGVuc2lvbiB0byBJUFANCg0KICAgICAgICAgICMgVGhlIHBvaW50IGlzIHRv
IHVzZSBvbmx5IElQUCBleHRlbnNpb25zIGJhc2VkIG9uIG9wZW4NCiAgICAg
ICAgICAgIHN0YW5kYXJkcyAoaS5lLiBQV0cgc3RhbmRhcmQpIGFuZCB0aGlz
IHZpb2xhdGVzIHRoYXQgY29yZQ0KICAgICAgICAgICAgcHJpbmNpcGxlDQog
ICogR09PRDoNCg0KICAgICAgbyBJUFAgR2V0LVByaW50ZXItQXR0cmlidXRl
cw0KDQogICAgICAgICAgIyBwcmludGVyIG11c3QgaW1wbGVtZW50IEpQUzMg
InByaW50ZXItc3VwcGx5IiBhdHRyaWJ1dGUNCg0KDQoKLS0gClRoaXMgbWVz
c2FnZSBoYXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZApkYW5nZXJv
dXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzCmJlbGlldmVkIHRv
IGJlIGNsZWFuLgoK

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1019358519==--

From ipp-bounces@pwg.org  Fri Nov 23 15:32:33 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D5C3C21F8626 for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri, 23 Nov 2012 15:32:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.998
X-Spam-Level: 
X-Spam-Status: No, score=-99.998 tagged_above=-999 required=5 tests=[BAYES_50=0.001, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fXgwitExspGZ for <ietfarch-ipp-archive@ietfa.amsl.com>; Fri, 23 Nov 2012 15:32:29 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 5589A21F85D6 for <ipp-archive@lists.ietf.org>; Fri, 23 Nov 2012 15:32:29 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id BE1DE791AB; Fri, 23 Nov 2012 18:32:16 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from qmta15.westchester.pa.mail.comcast.net (qmta15.westchester.pa.mail.comcast.net [76.96.59.228]) by pwg.org (Postfix) with ESMTP id C2F27791AB for <ipp@pwg.org>; Fri, 23 Nov 2012 18:32:03 -0500 (EST)
Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta15.westchester.pa.mail.comcast.net with comcast id TBSu1k0061ap0As5FBY3jf; Fri, 23 Nov 2012 23:32:03 +0000
Received: from lenovo ([98.216.178.129]) by omta22.westchester.pa.mail.comcast.net with comcast id TBW31k0062ntzM63iBW3uL; Fri, 23 Nov 2012 23:30:03 +0000
From: "William A Wagner" <wamwagner@comcast.net>
To: <cloud@pwg.org>, <ipp@pwg.org>
References: <E301B2F12DBCCF4394DEA69FD0E703702777D7ED@wabexchp1.sharpamericas.com>
In-Reply-To: <E301B2F12DBCCF4394DEA69FD0E703702777D7ED@wabexchp1.sharpamericas.com>
Date: Fri, 23 Nov 2012 18:30:04 -0500
Message-ID: <000501cdc9d2$7772a690$6657f3b0$@net>
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: Ac3JyJ+y8ZP5y7maQe2PU4hYM6ljXQACPucg
Content-Language: en-us
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1353713523; bh=GwAD2dZvZ1rxDgbtTJk9xO7bcoKzRj8J+JsNGEUVwt8=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=FibUcDFPgCBX8ZZ/E6B+wBA8SaN2OwwiZBymy6OMbj/Xiv23oxEkTPa1Z57DEdnaA Pk4KlU0jKkH5dKv2GynjQ0UyC5/1hHax3HwQJN3XqdUdbewXuGmm7KmYG7WGetEaon 1AXf9aVIuLmBwHH9QdfN203sam26i2TIUnRA1tBvAn0Pl2VarGwuJa2Tb9R5dGTflp 3qLpXAhh1JmpPGSQFwhTca36SB7hzNNhoFF8SJ2aIEpsuJCVTswVmv/JgYT3SQ7/w/ XnBK+kyAK1ugRRsgPHgE+6uhriqhpeum/opejSeAQI+hIsAdGpSFczfZ8MRiXWmESe 7rtg2tyyYBo3Q==
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] Reminder:  IPP and Cloud teleconference Monday November 26
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0281494657=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: BE1DE791AB.A8D0B
X-pwg-MailScanner-From: ipp-bounces@pwg.org

This is a multi-part message in MIME format.

--===============0281494657==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0006_01CDC9A8.8E9C9E90"
Content-Language: en-us

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01CDC9A8.8E9C9E90
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hope all have had a happy Thanksgiving (and a pleasant break from PWG
stuff). 

 

Reminder that we also have an IPP and Cloud call scheduled for Monday, 3-5
PM EST  (nominally). Main function isd to discuss slides for December F2F,
but there are several other items open as well. I expect agendas will be
posted on Monday.

Thanks.

Bill Wagner

 

From: ids-bounces@pwg.org [mailto:ids-bounces@pwg.org] On Behalf Of Murdock,
Joe
Sent: Friday, November 23, 2012 5:23 PM
To: ids@pwg.org
Subject: [IDS] Reminder: IDS teleconference Monday November 26

 

There will be a PWG-IDS conference call on Monday at 2PM EDT / 11AM PDT

Toll Free 1-866 469 3239; Passcode on request

 

There will be a Live Meeting session for this teleconference 

 

You can attend the Live Meeting via the following URL:

 

https://www.livemeeting.com/cc/sla/join?id=FP2NKB
<https://www.livemeeting.com/cc/sla/join?id=FP2NKB&role=attend&pw=8Crdm%5C%2
B%21r> &role=attend&pw=8Crdm%5C%2B%21r 

 

 

Agenda:

.         Status Update

.         Review slides for December F2F meeting

o   ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2012-12-05_IDS_Plenary-d1.pdf


o   ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2012-12-06_IDS_F2F-d1.pdf 

 

 

---------------------------------------

Joe Murdock

Principal Engineer and Researcher

Chair IEEE/ISTO Printer Working Group Imaging Device Security

Sharp Labs of America

5750 NW Pacific Rim Blvd

Camas, WA 98607

(360) 817-7542

jmurdock@sharplabs.com

 


-- 
This message has been scanned for viruses and 
dangerous content by  <http://www.mailscanner.info/> MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------=_NextPart_000_0006_01CDC9A8.8E9C9E90
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@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:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-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;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:1776972009;
	mso-list-type:hybrid;
	mso-list-template-ids:-1124443722 67698689 67698691 67698693 67698689 6769=
8691 67698693 67698689 67698691 67698693;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level2
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l0:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level5
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l0:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level8
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue vli=
nk=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span style=3D'c=
olor:#1F497D'>Hope all have had a happy Thanksgiving (and a pleasant break =
from PWG stuff). <o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'=
color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span style=
=3D'color:#1F497D'>Reminder that we also have an IPP and Cloud call schedul=
ed for Monday, 3-5 PM EST &nbsp;(nominally). Main function isd to discuss s=
lides for December F2F, but there are several other items open as well. I e=
xpect agendas will be posted on Monday.<o:p></o:p></span></p><p class=3DMso=
Normal><span style=3D'color:#1F497D'>Thanks.<o:p></o:p></span></p><p class=
=3DMsoNormal><span style=3D'color:#1F497D'>Bill Wagner<o:p></o:p></span></p=
><p class=3DMsoNormal><span style=3D'color:#1F497D'><o:p>&nbsp;</o:p></span=
></p><div><div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:=
3.0pt 0in 0in 0in'><p class=3DMsoNormal><b><span style=3D'font-size:10.0pt;=
font-family:"Tahoma","sans-serif"'>From:</span></b><span style=3D'font-size=
:10.0pt;font-family:"Tahoma","sans-serif"'> ids-bounces@pwg.org [mailto:ids=
-bounces@pwg.org] <b>On Behalf Of </b>Murdock, Joe<br><b>Sent:</b> Friday, =
November 23, 2012 5:23 PM<br><b>To:</b> ids@pwg.org<br><b>Subject:</b> [IDS=
] Reminder: IDS teleconference Monday November 26<o:p></o:p></span></p></di=
v></div><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNormal><spa=
n style=3D'font-size:12.0pt'>There will be a PWG-IDS conference call on Mon=
day at 2PM EDT / 11AM PDT<o:p></o:p></span></p><p class=3DMsoNormal><span s=
tyle=3D'font-size:12.0pt'>Toll Free 1-866 469 3239; Passcode on request<o:p=
></o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'><o:=
p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0=
pt'>There will be a Live Meeting session for this teleconference <o:p></o:p=
></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'><o:p>&nbs=
p;</o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'>Yo=
u can attend the Live Meeting via the following URL:<o:p></o:p></span></p><=
p class=3DMsoNormal><span style=3D'font-size:10.0pt'><o:p>&nbsp;</o:p></spa=
n></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt;color:black'><a =
href=3D"https://www.livemeeting.com/cc/sla/join?id=3DFP2NKB&amp;role=3Datte=
nd&amp;pw=3D8Crdm%5C%2B%21r">https://www.livemeeting.com/cc/sla/join?id=3DF=
P2NKB&amp;role=3Dattend&amp;pw=3D8Crdm%5C%2B%21r</a> <o:p></o:p></span></p>=
<p class=3DMsoNormal><span style=3D'font-size:12.0pt'><o:p>&nbsp;</o:p></sp=
an></p><p class=3DMsoNormal><span style=3D'font-size:10.0pt'><o:p>&nbsp;</o=
:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'>Agenda:=
<o:p></o:p></span></p><p class=3DMsoListParagraph style=3D'text-indent:-.25=
in;mso-list:l0 level1 lfo2'><![if !supportLists]><span style=3D'font-family=
:Symbol'><span style=3D'mso-list:Ignore'>&middot;<span style=3D'font:7.0pt =
"Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>=
</span></span><![endif]><span style=3D'font-size:12.0pt'>Status Update</spa=
n><o:p></o:p></p><p class=3DMsoListParagraph style=3D'text-indent:-.25in;ms=
o-list:l0 level1 lfo2'><![if !supportLists]><span style=3D'font-family:Symb=
ol'><span style=3D'mso-list:Ignore'>&middot;<span style=3D'font:7.0pt "Time=
s New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></spa=
n></span><![endif]><span style=3D'font-size:12.0pt'>Review slides for Decem=
ber F2F meeting</span><o:p></o:p></p><p class=3DMsoListParagraph style=3D'm=
argin-left:1.0in;text-indent:-.25in;mso-list:l0 level2 lfo2'><![if !support=
Lists]><span style=3D'font-family:"Courier New"'><span style=3D'mso-list:Ig=
nore'>o<span style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp; </span></s=
pan></span><![endif]><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/Presentation/=
2012-12-05_IDS_Plenary-d1.pdf">ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2=
012-12-05_IDS_Plenary-d1.pdf</a> <o:p></o:p></p><p class=3DMsoListParagraph=
 style=3D'margin-left:1.0in;text-indent:-.25in;mso-list:l0 level2 lfo2'><![=
if !supportLists]><span style=3D'font-family:"Courier New"'><span style=3D'=
mso-list:Ignore'>o<span style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;=
 </span></span></span><![endif]><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/Pr=
esentation/2012-12-06_IDS_F2F-d1.pdf">ftp://ftp.pwg.org/pub/pwg/ids/Present=
ation/2012-12-06_IDS_F2F-d1.pdf</a> <o:p></o:p></p><p class=3DMsoNormal><o:=
p>&nbsp;</o:p></p><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoN=
ormal><span style=3D'font-size:9.0pt'>-------------------------------------=
--<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt=
'>Joe Murdock<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font=
-size:9.0pt'>Principal Engineer and Researcher<o:p></o:p></span></p><p clas=
s=3DMsoNormal><span style=3D'font-size:9.0pt'>Chair IEEE/ISTO Printer Worki=
ng Group Imaging Device Security<o:p></o:p></span></p><p class=3DMsoNormal>=
<span style=3D'font-size:9.0pt'>Sharp Labs of America<o:p></o:p></span></p>=
<p class=3DMsoNormal><span style=3D'font-size:9.0pt'>5750 NW Pacific Rim Bl=
vd<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt=
'>Camas, WA 98607<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'=
font-size:9.0pt'>(360) 817-7542<o:p></o:p></span></p><p class=3DMsoNormal><=
span style=3D'font-size:9.0pt'><a href=3D"mailto:jmurdock@sharplabs.com">jm=
urdock@sharplabs.com</a><o:p></o:p></span></p><p class=3DMsoNormal><o:p>&nb=
sp;</o:p></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-fami=
ly:"Times New Roman","serif"'><br>-- <br>This message has been scanned for =
viruses and <br>dangerous content by <a href=3D"http://www.mailscanner.info=
/"><b>MailScanner</b></a>, and is <br>believed to be clean. <o:p></o:p></sp=
an></p></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

------=_NextPart_000_0006_01CDC9A8.8E9C9E90--


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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0281494657==--


From ipp-bounces@pwg.org  Sat Nov 24 13:56:16 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B1FA321F8463 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 24 Nov 2012 13:56:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.669
X-Spam-Level: 
X-Spam-Status: No, score=-1.669 tagged_above=-999 required=5 tests=[AWL=-0.931, BAYES_20=-0.74, HTML_MESSAGE=0.001, MIME_HTML_MOSTLY=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M+XGIr2oH1ny for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 24 Nov 2012 13:56:14 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 870B621F845C for <ipp-archive@lists.ietf.org>; Sat, 24 Nov 2012 13:56:14 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 2450B791D6; Sat, 24 Nov 2012 16:55:39 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from USA7109MR001.ACS-INC.COM (usa7109mr001.acs-inc.com [63.101.151.9]) by pwg.org (Postfix) with ESMTP id 866C6791AA; Sat, 24 Nov 2012 16:55:23 -0500 (EST)
Received: from usa7109ht003.na.xerox.net ([13.41.230.29]) by USA7109MR001.ACS-INC.COM with ESMTP/TLS/AES128-SHA; 24 Nov 2012 15:55:21 -0600
Received: from USA7109MB004.na.xerox.net ([169.254.3.31]) by USA7109HT003.na.xerox.net ([13.41.230.29]) with mapi id 14.01.0355.002; Sat, 24 Nov 2012 15:55:21 -0600
From: "Zehler, Peter" <Peter.Zehler@xerox.com>
To: William A Wagner <wamwagner@comcast.net>, "cloud@pwg.org" <cloud@pwg.org>,  "ipp@pwg.org" <ipp@pwg.org>
Subject: RE: [IPP] Reminder:  IPP and Cloud teleconference Monday November 26
Thread-Topic: [IPP] Reminder:  IPP and Cloud teleconference Monday November 26
Thread-Index: AQHNydLVQdR3Rd4by0WvNLbJkS1rlZf5h+aA
Date: Sat, 24 Nov 2012 21:55:21 +0000
Message-ID: <A4DE324D317E4F40A82CF077C7A9E1E302A216@USA7109MB004.na.xerox.net>
References: <E301B2F12DBCCF4394DEA69FD0E703702777D7ED@wabexchp1.sharpamericas.com> <000501cdc9d2$7772a690$6657f3b0$@net>
In-Reply-To: <000501cdc9d2$7772a690$6657f3b0$@net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [13.41.230.86]
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2076216151=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 2450B791D6.AADC3
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============2076216151==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_A4DE324D317E4F40A82CF077C7A9E1E302A216USA7109MB004naxer_"


--_000_A4DE324D317E4F40A82CF077C7A9E1E302A216USA7109MB004naxer_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

All,
I'd also like to briefly discuss the straw man WSDL file for the Cloud Prin=
t Manager to the Cloud Print Service interface.  I'd like to get one final =
turn of the crank before the upcoming face to face.  The face to face will =
conclude my official participation in standards related work.
Pete

Peter Zehler

Xerox Research Center Webster
Email: Peter.Zehler@Xerox.com<mailto:Peter.Zehler@Xerox.com>
Voice: (585) 265-8755
FAX: (585) 265-7441
US Mail: Peter Zehler
Xerox Corp.
800 Phillips Rd.
M/S 128-25E
Webster NY, 14580-9701


From: ipp-bounces@pwg.org [mailto:ipp-bounces@pwg.org] On Behalf Of William=
 A Wagner
Sent: Friday, November 23, 2012 6:30 PM
To: cloud@pwg.org; ipp@pwg.org
Subject: [IPP] Reminder: IPP and Cloud teleconference Monday November 26

Hope all have had a happy Thanksgiving (and a pleasant break from PWG stuff=
).

Reminder that we also have an IPP and Cloud call scheduled for Monday, 3-5 =
PM EST  (nominally). Main function isd to discuss slides for December F2F, =
but there are several other items open as well. I expect agendas will be po=
sted on Monday.
Thanks.
Bill Wagner

From: ids-bounces@pwg.org<mailto:ids-bounces@pwg.org> [mailto:ids-bounces@p=
wg.org] On Behalf Of Murdock, Joe
Sent: Friday, November 23, 2012 5:23 PM
To: ids@pwg.org<mailto:ids@pwg.org>
Subject: [IDS] Reminder: IDS teleconference Monday November 26

There will be a PWG-IDS conference call on Monday at 2PM EDT / 11AM PDT
Toll Free 1-866 469 3239; Passcode on request

There will be a Live Meeting session for this teleconference

You can attend the Live Meeting via the following URL:

https://www.livemeeting.com/cc/sla/join?id=3DFP2NKB&role=3Dattend&pw=3D8Crd=
m%5C%2B%21r


Agenda:

*         Status Update

*         Review slides for December F2F meeting

o   ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2012-12-05_IDS_Plenary-d1.pdf

o   ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2012-12-06_IDS_F2F-d1.pdf


---------------------------------------
Joe Murdock
Principal Engineer and Researcher
Chair IEEE/ISTO Printer Working Group Imaging Device Security
Sharp Labs of America
5750 NW Pacific Rim Blvd
Camas, WA 98607
(360) 817-7542
jmurdock@sharplabs.com<mailto:jmurdock@sharplabs.com>


--
This message has been scanned for viruses and
dangerous content by MailScanner<http://www.mailscanner.info/>, and is
believed to be clean.

--
This message has been scanned for viruses and
dangerous content by MailScanner<http://www.mailscanner.info/>, and is
believed to be clean.

--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@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;}
@font-face
	{font-family:Impact;
	panose-1:2 11 8 6 3 9 2 5 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-priority:99;
	mso-style-link:"Balloon Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle19
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle20
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.BalloonTextChar
	{mso-style-name:"Balloon Text Char";
	mso-style-priority:99;
	mso-style-link:"Balloon Text";
	font-family:"Tahoma","sans-serif";}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:1776972009;
	mso-list-type:hybrid;
	mso-list-template-ids:-1124443722 67698689 67698691 67698693 67698689 6769=
8691 67698693 67698689 67698691 67698693;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level2
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l0:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level5
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l0:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level8
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">All,<o:p></o:p></span>=
</p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">I&#8217;d also like to=
 briefly discuss the straw man WSDL file for the Cloud Print Manager to the=
 Cloud Print Service interface.&nbsp; I&#8217;d like to get one final turn =
of the crank before the upcoming face to face.&nbsp; The face
 to face will conclude my official participation in standards related work.=
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Pete<o:p></o:p></span>=
</p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Impact&quot;,&quot;=
sans-serif&quot;;color:navy">Peter Zehler</span><span style=3D"color:#1F497=
D"><br>
<br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot=
;sans-serif&quot;;color:navy">Xerox Research Center Webster<br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">Email:
<a href=3D"mailto:Peter.Zehler@Xerox.com">Peter.Zehler@Xerox.com</a></span>=
<span style=3D"color:#1F497D"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">Voice: (585) 265-8755</span><span style=3D"col=
or:#1F497D"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">FAX: (585) 265-7441</span><span style=3D"color=
:#1F497D"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">US Mail: Peter Zehler</span><span style=3D"col=
or:#1F497D"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">Xerox Corp.</span><span style=3D"color:#1F497D=
"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">800 Phillips Rd.</span><span style=3D"color:#1=
F497D"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">M/S 128-25E</span><span style=3D"color:#1F497D=
"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;=
sans-serif&quot;;color:navy">Webster NY, 14580-9701</span><span style=3D"co=
lor:#1F497D">
</span><span style=3D"font-size:12.0pt;font-family:&quot;Times New Roman&qu=
ot;,&quot;serif&quot;;color:#1F497D"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
</div>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:&quot=
;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style=3D"font-s=
ize:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> ipp-boun=
ces@pwg.org [mailto:ipp-bounces@pwg.org]
<b>On Behalf Of </b>William A Wagner<br>
<b>Sent:</b> Friday, November 23, 2012 6:30 PM<br>
<b>To:</b> cloud@pwg.org; ipp@pwg.org<br>
<b>Subject:</b> [IPP] Reminder: IPP and Cloud teleconference Monday Novembe=
r 26<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Hope all have had a ha=
ppy Thanksgiving (and a pleasant break from PWG stuff).
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Reminder that we also =
have an IPP and Cloud call scheduled for Monday, 3-5 PM EST &nbsp;(nominall=
y). Main function isd to discuss slides for December F2F, but there are sev=
eral other items open as well. I expect agendas
 will be posted on Monday.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Thanks.<o:p></o:p></sp=
an></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Bill Wagner<o:p></o:p>=
</span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:&quot=
;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style=3D"font-s=
ize:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
<a href=3D"mailto:ids-bounces@pwg.org">ids-bounces@pwg.org</a> [<a href=3D"=
mailto:ids-bounces@pwg.org">mailto:ids-bounces@pwg.org</a>]
<b>On Behalf Of </b>Murdock, Joe<br>
<b>Sent:</b> Friday, November 23, 2012 5:23 PM<br>
<b>To:</b> <a href=3D"mailto:ids@pwg.org">ids@pwg.org</a><br>
<b>Subject:</b> [IDS] Reminder: IDS teleconference Monday November 26<o:p><=
/o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt">There will be a PWG=
-IDS conference call on Monday at 2PM EDT / 11AM PDT<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt">Toll Free 1-866 469=
 3239; Passcode on request<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt"><o:p>&nbsp;</o:p></=
span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt">There will be a Liv=
e Meeting session for this teleconference
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt"><o:p>&nbsp;</o:p></=
span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt">You can attend the =
Live Meeting via the following URL:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt"><o:p>&nbsp;</o:p></=
span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black"><a href=
=3D"https://www.livemeeting.com/cc/sla/join?id=3DFP2NKB&amp;role=3Dattend&a=
mp;pw=3D8Crdm%5C%2B%21r">https://www.livemeeting.com/cc/sla/join?id=3DFP2NK=
B&amp;role=3Dattend&amp;pw=3D8Crdm%5C%2B%21r</a>
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt"><o:p>&nbsp;</o:p></=
span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt"><o:p>&nbsp;</o:p></=
span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt">Agenda:<o:p></o:p><=
/span></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo2"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0pt &quot;Times New Roma=
n&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span style=3D"font-size:12.0pt">Status Upda=
te</span><o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo2"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0pt &quot;Times New Roma=
n&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span style=3D"font-size:12.0pt">Review slid=
es for December F2F meeting</span><o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"margin-left:1.0in;text-indent:-.25in=
;mso-list:l0 level2 lfo2">
<![if !supportLists]><span style=3D"font-family:&quot;Courier New&quot;"><s=
pan style=3D"mso-list:Ignore">o<span style=3D"font:7.0pt &quot;Times New Ro=
man&quot;">&nbsp;&nbsp;
</span></span></span><![endif]><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/Pre=
sentation/2012-12-05_IDS_Plenary-d1.pdf">ftp://ftp.pwg.org/pub/pwg/ids/Pres=
entation/2012-12-05_IDS_Plenary-d1.pdf</a>
<o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"margin-left:1.0in;text-indent:-.25in=
;mso-list:l0 level2 lfo2">
<![if !supportLists]><span style=3D"font-family:&quot;Courier New&quot;"><s=
pan style=3D"mso-list:Ignore">o<span style=3D"font:7.0pt &quot;Times New Ro=
man&quot;">&nbsp;&nbsp;
</span></span></span><![endif]><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/Pre=
sentation/2012-12-06_IDS_F2F-d1.pdf">ftp://ftp.pwg.org/pub/pwg/ids/Presenta=
tion/2012-12-06_IDS_F2F-d1.pdf</a>
<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">--------------------=
-------------------<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Joe Murdock<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Principal Engineer a=
nd Researcher<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Chair IEEE/ISTO Prin=
ter Working Group Imaging Device Security<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Sharp Labs of Americ=
a<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">5750 NW Pacific Rim =
Blvd<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Camas, WA 98607<o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">(360) 817-7542<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt"><a href=3D"mailto:jm=
urdock@sharplabs.com">jmurdock@sharplabs.com</a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ti=
mes New Roman&quot;,&quot;serif&quot;"><br>
-- <br>
This message has been scanned for viruses and <br>
dangerous content by <a href=3D"http://www.mailscanner.info/"><b>MailScanne=
r</b></a>, and is
<br>
believed to be clean. <o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;font-family:&quot;Ti=
mes New Roman&quot;,&quot;serif&quot;"><br>
-- <br>
This message has been scanned for viruses and <br>
dangerous content by <a href=3D"http://www.mailscanner.info/"><b>MailScanne=
r</b></a>, and is
<br>
believed to be clean. <o:p></o:p></span></p>
</div>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body>
</html>

--_000_A4DE324D317E4F40A82CF077C7A9E1E302A216USA7109MB004naxer_--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============2076216151==--

From ipp-bounces@pwg.org  Sat Nov 24 14:36:51 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1096121F854E for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 24 Nov 2012 14:36:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.297
X-Spam-Level: 
X-Spam-Status: No, score=-101.297 tagged_above=-999 required=5 tests=[AWL=1.299, BAYES_00=-2.599, HTML_MESSAGE=0.001, MIME_HTML_MOSTLY=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rGHWt-Zk6l87 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sat, 24 Nov 2012 14:36:48 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 5EDA921F8503 for <ipp-archive@lists.ietf.org>; Sat, 24 Nov 2012 14:36:48 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 2F073791E1; Sat, 24 Nov 2012 17:36:12 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by pwg.org (Postfix) with ESMTP id 81A87791DA for <ipp@pwg.org>; Sat, 24 Nov 2012 17:35:53 -0500 (EST)
Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by qmta05.westchester.pa.mail.comcast.net with comcast id TZuA1k0050mv7h055abtcy; Sat, 24 Nov 2012 22:35:53 +0000
Received: from lenovo ([98.216.178.129]) by omta11.westchester.pa.mail.comcast.net with comcast id TaZs1k0022ntzM63XaZsFu; Sat, 24 Nov 2012 22:33:53 +0000
From: "William A Wagner" <wamwagner@comcast.net>
To: "'Zehler, Peter'" <Peter.Zehler@xerox.com>, <cloud@pwg.org>, <ipp@pwg.org>
References: <E301B2F12DBCCF4394DEA69FD0E703702777D7ED@wabexchp1.sharpamericas.com> <000501cdc9d2$7772a690$6657f3b0$@net> <A4DE324D317E4F40A82CF077C7A9E1E302A216@USA7109MB004.na.xerox.net>
In-Reply-To: <A4DE324D317E4F40A82CF077C7A9E1E302A216@USA7109MB004.na.xerox.net>
Subject: RE: [IPP] Reminder:  IPP and Cloud teleconference Monday November 26
Date: Sat, 24 Nov 2012 17:33:53 -0500
Message-ID: <000c01cdca93$c8cd6680$5a683380$@net>
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AQHNydLVQdR3Rd4by0WvNLbJkS1rlZf5h+aAgAAJafA=
Content-Language: en-us
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0403227063=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 2F073791E1.A9BBE
X-pwg-MailScanner-From: ipp-bounces@pwg.org

This is a multi-part message in MIME format.

--===============0403227063==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000D_01CDCA69.DFF75E80"
Content-Language: en-us

This is a multi-part message in MIME format.

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

All,

 

I agree. I expect that Pete's proposed operations, after appropriate review,
will form the basis of the PWG Cloud model Cloud Print Manager to Cloud
Print Service interface. (i.e., section 4 of the Cloud Printing Requirements
and Model specification.) I suggest that Pete's suggestions be reviewed. See
his email of 5 November , subject" Updated PWG SM posted with straw man
cloud operations (Cloud Print Manager to Cloud Print Service specific)"

Thanks,

Bill Wagner

 

From: Zehler, Peter [mailto:Peter.Zehler@xerox.com] 
Sent: Saturday, November 24, 2012 4:55 PM
To: William A Wagner; cloud@pwg.org; ipp@pwg.org
Subject: RE: [IPP] Reminder: IPP and Cloud teleconference Monday November 26

 

All,

I'd also like to briefly discuss the straw man WSDL file for the Cloud Print
Manager to the Cloud Print Service interface.  I'd like to get one final
turn of the crank before the upcoming face to face.  The face to face will
conclude my official participation in standards related work.

Pete

 

Peter Zehler

Xerox Research Center Webster
Email: Peter.Zehler@Xerox.com
Voice: (585) 265-8755
FAX: (585) 265-7441
US Mail: Peter Zehler
Xerox Corp.
800 Phillips Rd.
M/S 128-25E
Webster NY, 14580-9701 

 

 

From: ipp-bounces@pwg.org [mailto:ipp-bounces@pwg.org] On Behalf Of William
A Wagner
Sent: Friday, November 23, 2012 6:30 PM
To: cloud@pwg.org; ipp@pwg.org
Subject: [IPP] Reminder: IPP and Cloud teleconference Monday November 26

 

Hope all have had a happy Thanksgiving (and a pleasant break from PWG
stuff). 

 

Reminder that we also have an IPP and Cloud call scheduled for Monday, 3-5
PM EST  (nominally). Main function isd to discuss slides for December F2F,
but there are several other items open as well. I expect agendas will be
posted on Monday.

Thanks.

Bill Wagner

 

From: ids-bounces@pwg.org [mailto:ids-bounces@pwg.org] On Behalf Of Murdock,
Joe
Sent: Friday, November 23, 2012 5:23 PM
To: ids@pwg.org
Subject: [IDS] Reminder: IDS teleconference Monday November 26

 

There will be a PWG-IDS conference call on Monday at 2PM EDT / 11AM PDT

Toll Free 1-866 469 3239; Passcode on request

 

There will be a Live Meeting session for this teleconference 

 

You can attend the Live Meeting via the following URL:

 

https://www.livemeeting.com/cc/sla/join?id=FP2NKB
<https://www.livemeeting.com/cc/sla/join?id=FP2NKB&role=attend&pw=8Crdm%5C%2
B%21r> &role=attend&pw=8Crdm%5C%2B%21r 

 

 

Agenda:

.         Status Update

.         Review slides for December F2F meeting

o   ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2012-12-05_IDS_Plenary-d1.pdf


o   ftp://ftp.pwg.org/pub/pwg/ids/Presentation/2012-12-06_IDS_F2F-d1.pdf 

 

 

---------------------------------------

Joe Murdock

Principal Engineer and Researcher

Chair IEEE/ISTO Printer Working Group Imaging Device Security

Sharp Labs of America

5750 NW Pacific Rim Blvd

Camas, WA 98607

(360) 817-7542

jmurdock@sharplabs.com

 


-- 
This message has been scanned for viruses and 
dangerous content by  <http://www.mailscanner.info/> MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and 
dangerous content by  <http://www.mailscanner.info/> MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@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;}
@font-face
	{font-family:Impact;
	panose-1:2 11 8 6 3 9 2 5 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-priority:99;
	mso-style-link:"Balloon Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
span.BalloonTextChar
	{mso-style-name:"Balloon Text Char";
	mso-style-priority:99;
	mso-style-link:"Balloon Text";
	font-family:"Tahoma","sans-serif";}
span.EmailStyle20
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle21
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle22
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle23
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:1776972009;
	mso-list-type:hybrid;
	mso-list-template-ids:-1124443722 67698689 67698691 67698693 67698689 6769=
8691 67698693 67698689 67698691 67698693;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level2
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l0:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level5
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l0:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level8
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l0:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue vli=
nk=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal>All,<o:p></o:p><=
/p><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNormal>I agree. =
I expect that Pete&#8217;s proposed operations, after appropriate review, w=
ill form the basis of the PWG Cloud model Cloud Print Manager to Cloud Prin=
t Service interface. (i.e., section 4 of the Cloud Printing Requirements an=
d Model specification.) I suggest that Pete&#8217;s suggestions be reviewed=
. See his email of 5 November , subject&#8221; Updated PWG SM posted with s=
traw man cloud operations (Cloud Print Manager to Cloud Print Service speci=
fic)&#8221;<o:p></o:p></p><p class=3DMsoNormal>Thanks,<o:p></o:p></p><p cla=
ss=3DMsoNormal>Bill Wagner<o:p></o:p></p><p class=3DMsoNormal><span style=
=3D'color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style=3D'border:no=
ne;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=3DMso=
Normal><b><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"=
'>From:</span></b><span style=3D'font-size:10.0pt;font-family:"Tahoma","san=
s-serif"'> Zehler, Peter [mailto:Peter.Zehler@xerox.com] <br><b>Sent:</b> S=
aturday, November 24, 2012 4:55 PM<br><b>To:</b> William A Wagner; cloud@pw=
g.org; ipp@pwg.org<br><b>Subject:</b> RE: [IPP] Reminder: IPP and Cloud tel=
econference Monday November 26<o:p></o:p></span></p></div></div><p class=3D=
MsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNormal><span style=3D'color:#1=
F497D'>All,<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:=
#1F497D'>I&#8217;d also like to briefly discuss the straw man WSDL file for=
 the Cloud Print Manager to the Cloud Print Service interface.&nbsp; I&#821=
7;d like to get one final turn of the crank before the upcoming face to fac=
e.&nbsp; The face to face will conclude my official participation in standa=
rds related work.<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'=
color:#1F497D'>Pete<o:p></o:p></span></p><p class=3DMsoNormal><span style=
=3D'color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><p class=3DMsoNormal><s=
pan style=3D'font-family:"Impact","sans-serif";color:navy'>Peter Zehler</sp=
an><span style=3D'color:#1F497D'><br><br></span><span style=3D'font-size:10=
.0pt;font-family:"Tahoma","sans-serif";color:navy'>Xerox Research Center We=
bster<br></span><span style=3D'font-size:10.0pt;font-family:"Arial","sans-s=
erif";color:navy'>Email: <a href=3D"mailto:Peter.Zehler@Xerox.com">Peter.Ze=
hler@Xerox.com</a></span><span style=3D'color:#1F497D'><br></span><span sty=
le=3D'font-size:10.0pt;font-family:"Arial","sans-serif";color:navy'>Voice: =
(585) 265-8755</span><span style=3D'color:#1F497D'><br></span><span style=
=3D'font-size:10.0pt;font-family:"Arial","sans-serif";color:navy'>FAX: (585=
) 265-7441</span><span style=3D'color:#1F497D'><br></span><span style=3D'fo=
nt-size:10.0pt;font-family:"Arial","sans-serif";color:navy'>US Mail: Peter =
Zehler</span><span style=3D'color:#1F497D'><br></span><span style=3D'font-s=
ize:10.0pt;font-family:"Arial","sans-serif";color:navy'>Xerox Corp.</span><=
span style=3D'color:#1F497D'><br></span><span style=3D'font-size:10.0pt;fon=
t-family:"Arial","sans-serif";color:navy'>800 Phillips Rd.</span><span styl=
e=3D'color:#1F497D'><br></span><span style=3D'font-size:10.0pt;font-family:=
"Arial","sans-serif";color:navy'>M/S 128-25E</span><span style=3D'color:#1F=
497D'><br></span><span style=3D'font-size:10.0pt;font-family:"Arial","sans-=
serif";color:navy'>Webster NY, 14580-9701</span><span style=3D'color:#1F497=
D'> </span><span style=3D'font-size:12.0pt;font-family:"Times New Roman","s=
erif";color:#1F497D'><o:p></o:p></span></p><p class=3DMsoNormal><span style=
=3D'color:#1F497D'><o:p>&nbsp;</o:p></span></p></div><p class=3DMsoNormal><=
span style=3D'color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style=3D=
'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p c=
lass=3DMsoNormal><b><span style=3D'font-size:10.0pt;font-family:"Tahoma","s=
ans-serif"'>From:</span></b><span style=3D'font-size:10.0pt;font-family:"Ta=
homa","sans-serif"'> <a href=3D"mailto:ipp-bounces@pwg.org">ipp-bounces@pwg=
.org</a> [<a href=3D"mailto:ipp-bounces@pwg.org">mailto:ipp-bounces@pwg.org=
</a>] <b>On Behalf Of </b>William A Wagner<br><b>Sent:</b> Friday, November=
 23, 2012 6:30 PM<br><b>To:</b> <a href=3D"mailto:cloud@pwg.org">cloud@pwg.=
org</a>; <a href=3D"mailto:ipp@pwg.org">ipp@pwg.org</a><br><b>Subject:</b> =
[IPP] Reminder: IPP and Cloud teleconference Monday November 26<o:p></o:p><=
/span></p></div></div><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3D=
MsoNormal><span style=3D'color:#1F497D'>Hope all have had a happy Thanksgiv=
ing (and a pleasant break from PWG stuff). <o:p></o:p></span></p><p class=
=3DMsoNormal><span style=3D'color:#1F497D'><o:p>&nbsp;</o:p></span></p><p c=
lass=3DMsoNormal><span style=3D'color:#1F497D'>Reminder that we also have a=
n IPP and Cloud call scheduled for Monday, 3-5 PM EST &nbsp;(nominally). Ma=
in function isd to discuss slides for December F2F, but there are several o=
ther items open as well. I expect agendas will be posted on Monday.<o:p></o=
:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F497D'>Thanks.<o:=
p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F497D'>Bill =
Wagner<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'color:#1F49=
7D'><o:p>&nbsp;</o:p></span></p><div><div style=3D'border:none;border-top:s=
olid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=3DMsoNormal><b><span=
 style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span><=
/b><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> <a h=
ref=3D"mailto:ids-bounces@pwg.org">ids-bounces@pwg.org</a> [<a href=3D"mail=
to:ids-bounces@pwg.org">mailto:ids-bounces@pwg.org</a>] <b>On Behalf Of </b=
>Murdock, Joe<br><b>Sent:</b> Friday, November 23, 2012 5:23 PM<br><b>To:</=
b> <a href=3D"mailto:ids@pwg.org">ids@pwg.org</a><br><b>Subject:</b> [IDS] =
Reminder: IDS teleconference Monday November 26<o:p></o:p></span></p></div>=
</div><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNormal><span =
style=3D'font-size:12.0pt'>There will be a PWG-IDS conference call on Monda=
y at 2PM EDT / 11AM PDT<o:p></o:p></span></p><p class=3DMsoNormal><span sty=
le=3D'font-size:12.0pt'>Toll Free 1-866 469 3239; Passcode on request<o:p><=
/o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'><o:p>=
&nbsp;</o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt=
'>There will be a Live Meeting session for this teleconference <o:p></o:p><=
/span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'><o:p>&nbsp;=
</o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'>You =
can attend the Live Meeting via the following URL:<o:p></o:p></span></p><p =
class=3DMsoNormal><span style=3D'font-size:10.0pt'><o:p>&nbsp;</o:p></span>=
</p><p class=3DMsoNormal><span style=3D'font-size:12.0pt;color:black'><a hr=
ef=3D"https://www.livemeeting.com/cc/sla/join?id=3DFP2NKB&amp;role=3Dattend=
&amp;pw=3D8Crdm%5C%2B%21r">https://www.livemeeting.com/cc/sla/join?id=3DFP2=
NKB&amp;role=3Dattend&amp;pw=3D8Crdm%5C%2B%21r</a> <o:p></o:p></span></p><p=
 class=3DMsoNormal><span style=3D'font-size:12.0pt'><o:p>&nbsp;</o:p></span=
></p><p class=3DMsoNormal><span style=3D'font-size:10.0pt'><o:p>&nbsp;</o:p=
></span></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt'>Agenda:<o=
:p></o:p></span></p><p class=3DMsoListParagraph style=3D'text-indent:-.25in=
;mso-list:l0 level1 lfo2'><![if !supportLists]><span style=3D'font-family:S=
ymbol'><span style=3D'mso-list:Ignore'>&middot;<span style=3D'font:7.0pt "T=
imes New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></=
span></span><![endif]><span style=3D'font-size:12.0pt'>Status Update</span>=
<o:p></o:p></p><p class=3DMsoListParagraph style=3D'text-indent:-.25in;mso-=
list:l0 level1 lfo2'><![if !supportLists]><span style=3D'font-family:Symbol=
'><span style=3D'mso-list:Ignore'>&middot;<span style=3D'font:7.0pt "Times =
New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>=
</span><![endif]><span style=3D'font-size:12.0pt'>Review slides for Decembe=
r F2F meeting</span><o:p></o:p></p><p class=3DMsoListParagraph style=3D'mar=
gin-left:1.0in;text-indent:-.25in;mso-list:l0 level2 lfo2'><![if !supportLi=
sts]><span style=3D'font-family:"Courier New"'><span style=3D'mso-list:Igno=
re'>o<span style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp; </span></spa=
n></span><![endif]><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/Presentation/20=
12-12-05_IDS_Plenary-d1.pdf">ftp://ftp.pwg.org/pub/pwg/ids/Presentation/201=
2-12-05_IDS_Plenary-d1.pdf</a> <o:p></o:p></p><p class=3DMsoListParagraph s=
tyle=3D'margin-left:1.0in;text-indent:-.25in;mso-list:l0 level2 lfo2'><![if=
 !supportLists]><span style=3D'font-family:"Courier New"'><span style=3D'ms=
o-list:Ignore'>o<span style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp; <=
/span></span></span><![endif]><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/Pres=
entation/2012-12-06_IDS_F2F-d1.pdf">ftp://ftp.pwg.org/pub/pwg/ids/Presentat=
ion/2012-12-06_IDS_F2F-d1.pdf</a> <o:p></o:p></p><p class=3DMsoNormal><o:p>=
&nbsp;</o:p></p><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNor=
mal><span style=3D'font-size:9.0pt'>---------------------------------------=
<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt'>=
Joe Murdock<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font-s=
ize:9.0pt'>Principal Engineer and Researcher<o:p></o:p></span></p><p class=
=3DMsoNormal><span style=3D'font-size:9.0pt'>Chair IEEE/ISTO Printer Workin=
g Group Imaging Device Security<o:p></o:p></span></p><p class=3DMsoNormal><=
span style=3D'font-size:9.0pt'>Sharp Labs of America<o:p></o:p></span></p><=
p class=3DMsoNormal><span style=3D'font-size:9.0pt'>5750 NW Pacific Rim Blv=
d<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font-size:9.0pt'=
>Camas, WA 98607<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'f=
ont-size:9.0pt'>(360) 817-7542<o:p></o:p></span></p><p class=3DMsoNormal><s=
pan style=3D'font-size:9.0pt'><a href=3D"mailto:jmurdock@sharplabs.com">jmu=
rdock@sharplabs.com</a><o:p></o:p></span></p><p class=3DMsoNormal><o:p>&nbs=
p;</o:p></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-famil=
y:"Times New Roman","serif"'><br>-- <br>This message has been scanned for v=
iruses and <br>dangerous content by <a href=3D"http://www.mailscanner.info/=
"><b>MailScanner</b></a>, and is <br>believed to be clean. <o:p></o:p></spa=
n></p><p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Tim=
es New Roman","serif"'><br>-- <br>This message has been scanned for viruses=
 and <br>dangerous content by <a href=3D"http://www.mailscanner.info/"><b>M=
ailScanner</b></a>, and is <br>believed to be clean. <o:p></o:p></span></p>=
</div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

------=_NextPart_000_000D_01CDCA69.DFF75E80--


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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0403227063==--


From ipp-bounces@pwg.org  Sun Nov 25 09:46:51 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1094021F84EA for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 09:46:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.245
X-Spam-Level: 
X-Spam-Status: No, score=-1.245 tagged_above=-999 required=5 tests=[AWL=-0.136, BAYES_05=-1.11, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F5+lOqrMG2uO for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 09:46:50 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id EAFA021F84E9 for <ipp-archive@lists.ietf.org>; Sun, 25 Nov 2012 09:46:49 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 2B293791E9; Sun, 25 Nov 2012 12:46:30 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by pwg.org (Postfix) with ESMTP id 8DF73791DE; Sun, 25 Nov 2012 12:46:16 -0500 (EST)
Received: by mail-lb0-f174.google.com with SMTP id gi11so6056687lbb.5 for <multiple recipients>; Sun, 25 Nov 2012 09:46:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nUPoe6tGxToJTWxOKJZMI6yUHZKIo2j02CJxNMQyZlg=; b=B4MIPWsvxfRcmcIrd5wD2MUQOPf08Y5dUA5CV1eGD51VwvmxPmL/HFlyjH80xFsaq/ 5iaOvEFOnPZnlFYFLgDTuVk6Mw7+LqIIqaxKj8BGcmD74KKBJ4+XrcS7mdEcumkVsyWV EAVouLlWxpofYrGvdKyRiHgvCu8NB3JXawm5U8N6u8KfssgVSso2G7vgJTatFGZoOfmO hxrWJGyUb/QAc+KNSwXg6I5wJgU+KsLuFHDAQ+ufOy0m9a6sc6UoxzYrYHRxVoS9ltVm ZyU1FtTv6pRCRmfrfDKow4PSkEBlEF5CJm8hYyAI1cfeE2hKYb5rJBQ0kfs1blL9VRzT a/EA==
MIME-Version: 1.0
Received: by 10.112.47.65 with SMTP id b1mr3885653lbn.14.1353865574819; Sun, 25 Nov 2012 09:46:14 -0800 (PST)
Received: by 10.112.81.104 with HTTP; Sun, 25 Nov 2012 09:46:14 -0800 (PST)
Date: Sun, 25 Nov 2012 12:46:14 -0500
Message-ID: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com>
From: Ira McDonald <blueroofmusic@gmail.com>
To: ipp@pwg.org, cloud@pwg.org, Ira McDonald <blueroofmusic@gmail.com>
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] IPP/Cloud Agenda - 3-5pm Eastern Monday 26 November
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0874312168=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 2B293791E9.A95B7
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============0874312168==
Content-Type: multipart/alternative; boundary=bcaec554df70a9298e04cf55641e


--bcaec554df70a9298e04cf55641e
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Our next IPP/Cloud joint call will be this Monday!

Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern

Call-in toll-free number (US/Canada): 1-866-469-3239
Call-in toll number (US/Canada): 1-650-429-3300 (Primary)
Call-in toll number (US/Canada): 1-408-856-9570 (Backup)

Attendee Access Code: *******#
Attendee ID Code: # (empty)

------------------------------ ------------------------
Meeting information
------------------------------
-------------------------
Topic: IPP/Cloud Imaging WG Telecon
Date: Every Monday, from Monday, July 9, 2012 to no end date
Time: 12:00 pm, Pacific Daylight Time (San Francisco)
Meeting Number: 624 587 312
Meeting Password: pwg123
-------------------------------------------------------
To start or join the online meeting
-------------------------------------------------------
Go to
https://appleinc.webex.com/appleinc/j.php?ED=204995427&UID=504472682&PW=NNzM5MmRlMzBl&RT=MiM0
-------------------------------------------------------

Agenda:

(1) PWG IP Policy and Minute Taker
- Mike?

(2) Approve IPP minutes from last meeting
- ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf

(3) Review Cloud F2F slides
- to be posted

(4) Review strawman WSDL for Cloud Print Operations
- see Pete's email from 5 November 2012
-
http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5


(5) Status of PWG Formal Vote on IPP Everywhere
- ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf

(6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)
- ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf
- start PWG Last Call to span December F2F

(7) Next steps
- SM/Cloud WG sessions at PWG F2F on Wednesday 5 December
- IPP WG session at PWG F2F on Thursday 6 December

Cheers,
- Ira


Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG IPP WG
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - TCG Embedded Systems Hardcopy SG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music/High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto:blueroofmusic@gmail.com
Winter  579 Park Place  Saline, MI  48176  734-944-0094
Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
Temporary Cabin *** 2012 only *** 906-494-2523

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--bcaec554df70a9298e04cf55641e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>Our next <span>IPP/Cloud joint </span>call will be this Monday!<=
br><br>Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern<br><br>Call-=
in toll-free number (US/Canada): <a href=3D"tel:1-866-469-3239" value=3D"+1=
8664693239" target=3D"_blank">1-866-469-3239</a><br>




Call-in toll number (US/Canada): <a href=3D"tel:1-650-429-3300" value=3D"+1=
6504293300" target=3D"_blank">1-650-429-3300</a> (Primary)<br>
Call-in toll number (US/Canada): <a href=3D"tel:1-408-856-9570" value=3D"+1=
4088569570" target=3D"_blank">1-408-856-9570</a> (Backup)<br><br>Attendee A=
ccess Code: *******#<br>Attendee ID Code: # (empty)<br><br>----------------=
--------------
------------------------<br>
Meeting information<br>------------------------------<div>-----------------=
--------<br>Topic: <span>IPP</span>/Cloud Imaging WG Telecon<br>Date: Every=
 Monday, from Monday, July 9, 2012 to no end date<br>Time: 12:00 pm, Pacifi=
c Daylight Time (San Francisco)<br>



Meeting Number: 624 587 312<br>Meeting Password: pwg123<br>----------------=
---------------------------------------<br>To start or join the online meet=
ing<br>-------------------------------------------------------<br>Go to <a =
href=3D"https://appleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D=
504472682&amp;PW=3DNNzM5MmRlMzBl&amp;RT=3DMiM0" target=3D"_blank">https://a=
ppleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D504472682&amp;PW=
=3DNNzM5MmRlMzBl&amp;RT=3DMiM0</a><br>



-------------------------------------------------------<br><div><br><span>A=
genda</span>:<br><br>(1) PWG IP Policy and Minute Taker<br>- Mike?<br>
<br>(2) Approve <span>IPP</span> minutes from last meeting<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20=
121105.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-c=
oncall-minutes-20121105.pdf</a><br>

<br>(3) Review Cloud F2F slides<br>- to be posted<br><br>(4) Review strawma=
n WSDL for Cloud Print Operations<br>- see Pete&#39;s email from 5 November=
 2012<br>- <a href=3D"http://www.pwg.org/mfd/navigate/PwgSmRev1-182_Service=
Operations.html#LinkFF5" target=3D"_blank">http://www.pwg.org/mfd/navigate/=
PwgSmRev1-182_ServiceOperations.html#LinkFF5</a><p class=3D"MsoNormal">
</p><br>(5) Status of PWG Formal Vote on <span>IPP</span> Everywhere<br>

- <span style=3D"white-space:pre-wrap"></span><a href=3D"ftp://ftp.pwg.org/=
pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf" target=3D"_blank">ftp://ftp.pwg.or=
g/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf</a><br>
<br>(6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf"=
 target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-re=
v.pdf</a><br>- <span></span>start PWG Last Call to span December F2F<br>
<br>(7) Next steps<br>- SM/Cloud WG sessions at PWG F2F on Wednesday 5 Dece=
mber<br>
</div></div>- <span>IPP</span> WG session at PWG F2F on Thursday 6 December=
<br>
<br>Cheers,<br>- Ira<br><br><br clear=3D"all">Ira McDonald (Musician / Soft=
ware Architect)<br>Chair - Linux Foundation Open Printing WG<br>Secretary -=
 IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-C=
hair - TCG Trusted Mobility Solutions WG<br>
Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &a=
mp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style=3D"color:rgb(=
51,51,255)" href=3D"http://sites.google.com/site/blueroofmusic" target=3D"_=
blank">http://sites.google.com/site/blueroofmusic</a><br>
<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>
Winter=A0 579 Park Place=A0 Saline, MI=A0 48176=A0 734-944-0094<br>Summer=
=A0 PO Box 221=A0 Grand Marais, MI 49839=A0 906-494-2434<br>Temporary Cabin=
 *** 2012 only *** 906-494-2523<br><div style=3D"display:inline"></div><div=
 style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--bcaec554df70a9298e04cf55641e--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0874312168==--

From ipp-bounces@pwg.org  Sun Nov 25 10:14:48 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7EEB421F8628 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 10:14:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.662
X-Spam-Level: 
X-Spam-Status: No, score=-0.662 tagged_above=-999 required=5 tests=[AWL=-0.665, BAYES_50=0.001, HTML_MESSAGE=0.001, MIME_HTML_MOSTLY=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DMUGH7xZMu2F for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 10:14:44 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 55AA621F861D for <ipp-archive@lists.ietf.org>; Sun, 25 Nov 2012 10:14:44 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 98482791EE; Sun, 25 Nov 2012 13:14:21 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by pwg.org (Postfix) with ESMTP id BA0A6791EC for <ipp@pwg.org>; Sun, 25 Nov 2012 13:14:02 -0500 (EST)
Received: by mail-lb0-f174.google.com with SMTP id gi11so6066980lbb.5 for <ipp@pwg.org>; Sun, 25 Nov 2012 10:14:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fkEMp8uIoNHP2foL+TO/qPUgMxK+++t/754BtLziyF8=; b=TjVTa+7VNeqke6oM8k2xm47AY+GjxBDluDLtT8o3PFzDwjcG6SzE/UghTf8W7e1OTM d24mAD7zo+yZJK0FIni3KcyO5V9yTeTgSVQKV7ExokxOnkp4qIs7wcUWO8xT3kWSjsWV AVk3ALmN8HZ2RTHgvhZD/hEk1JlbTtJfSNpE2b/RMWd1X53ZHl4jw+BvKiJBD0TTrqnx SuU6lYxwAnTBZa3JrvEqGhs3N3BXFy+7CqXbJs6YZY3ngqf3LWQxQtVxDNYtB0ZJnA7m 4hgkHaWDxuVfUeIdtAcqdlsITlYCiAk4dZKYYP8AFNx+lo1VboLslUEgIHy+AS+SNukr jl/w==
MIME-Version: 1.0
Received: by 10.112.14.107 with SMTP id o11mr4088199lbc.98.1353867241531; Sun, 25 Nov 2012 10:14:01 -0800 (PST)
Received: by 10.112.81.104 with HTTP; Sun, 25 Nov 2012 10:14:01 -0800 (PST)
In-Reply-To: <F9F4E6F5-E9C8-425F-BA24-2326FEFB5C7F@hp.com>
References: <617781A1-E794-4528-8F64-B723C87A3D9F@hp.com> <F9F4E6F5-E9C8-425F-BA24-2326FEFB5C7F@hp.com>
Date: Sun, 25 Nov 2012 13:14:01 -0500
Message-ID: <CAN40gStomnRordAXhWLXc-SK5JDwLusXsL7dHCD080Ve31A9Tg@mail.gmail.com>
Subject: Re: [IPP] IPP use best practices - a call for feedback
From: Ira McDonald <blueroofmusic@gmail.com>
To: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>, Ira McDonald <blueroofmusic@gmail.com>,  Michael R Sweet <msweet@apple.com>, ipp@pwg.org
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1384360105=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 98482791EE.A994E
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1384360105==
Content-Type: multipart/alternative; boundary=f46d0401689b012a0c04cf55c871


--f46d0401689b012a0c04cf55c871
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Smith,

Thanks for this good start on IPP best practices.

BTW - your plaintext resend lost section 1 w/ the explanation
of the ranking codes, adding a bit of confusion.  It would be
a good idea to post a plaintext version in the directory:

ftp://ftp.pwg.org/pub/pwg/ipp/whitepaper
- (informal documents, before a project has been chartered)

I didn't schedule discussion of this document for tomorrow's
joint IPP/Cloud meeting, because we already probably have
too much content (Pete's Cloud Print operations, review of
both Cloud and IPP slides for F2F).  I suggest that we could
spend some time on this during the IPP session at the F2F.

My initial high-level response is that we should try to align
the recommendations w/ the new reality of IPP Everywhere
(e.g., the characterization of Bonjour as local subnet only
conflicts w/ the mandatory support for DNS-SD in the IPP
Everywhere spec).

Generally, I think we need to recommend best practices for
*future* IPP printers and clients.

Cheers,
- Ira

Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG IPP WG
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - TCG Embedded Systems Hardcopy SG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music/High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto:blueroofmusic@gmail.com
Winter  579 Park Place  Saline, MI  48176  734-944-0094
Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
Temporary Cabin *** 2012 only *** 906-494-2523



On Tue, Nov 20, 2012 at 6:13 PM, Kennedy, Smith (Wireless Architect) <
smith.kennedy@hp.com> wrote:

> My apologies - I always forget that this reflector will downsample to
> plain text, and I had cut-and-pasted HTML in to my original posting.  Bel=
ow
> is a plain text rendering.
>
> Smith
>
>
>
> On 2012-11-20, at 3:13 PM, "Kennedy, Smith (Wireless Architect)" <
> smith.kennedy@hp.com>
>  wrote:
>
> > Greetings,
> >
> > I had an action item from two conference calls ago to post to the
> reflector on the subject of IPP protocol "best practices", to enumerate
> options for how IPP can be used in order to satisfy all or a core set of
> use cases.  The goal we discussed was to come to consensus and then publi=
sh
> the consensus so that the best practices can be adopted as widely as
> possible, to help encourage a high quality user experience and best
> performance.
> >
> > All of the IPP specifications describe what can be done with IPP, but we
> all know that is broad, and with the exception of RFC 3196, nothing has
> been done to examine how best to use the toolset available via IPP.  As
> well all know, just because something *can* be done doesn't mean it
> *should* be done.  Guidance on how to best use IPP would benefit the IPP
> user community as a whole.
> >
> > I included the descriptions I have been working on below in-line so that
> feedback could be provided directly via email rather than by editing a
> document.  If there are suggestions on how to best review these (perhaps
> one per email thread), let me know and I will re-factor / re-post.
> >
> > Cheers,
> > Smith
> >
> > /**
> >    Smith Kennedy
> >    Hewlett-Packard Co.
> >    smith.kennedy@hp.com<mailto:smith.kennedy@hp.com>
> > */
> >
>
> ---------------------------------------------------------------------
>
> 2. Use Case Descriptions
>
> ---------------------------------------------------------------------
>
>
> 2.1. Create a relationship with a particular printer
>
> ------------
>
> You can=E2=80=99t print to a printer if you cannot establish a connection=
 to
> it. Historically, connecting to a printer to establish a
> "relationship" with it meant identifying a printer and then creating
> a persistent local records and resources for that printer
> relationship with your system=E2=80=99s print spooler. This was called a
> "print queue", and it involved binding drivers to create the
> relationships needed to communicate at the different levels, and then
> keeping record of that set of relationships so that it could be
> re-used at a later time. The set of printers or other devices the
> user=E2=80=99s system might encounter was relatively small and fairly sta=
tic.
>
> More recent re-thinking of this relationship between client and
> printer has resulted in more "dynamic" relationship creation, where
> universal drivers can interrogate a device hosting a print service
> using a standardized protocol solution stack, and using that
> dynamically ascertain and update print service attributes. In this
> paradigm, a "persistent" print service record is more like a Web
> browser bookmark.
>
> Both paradigms still require a method of identifying the target
> devices. That can be done using dynamic service discovery protocols
> where the services respond to discovery requests, or explicitly by
> name (host name or raw IPv4/IPv6 address).
>
> 2.1.1. Discover and select a printer via a discovery protocol
>
> Discovery protocols are used to identify instances of print services
> or printers by searching the network for service types or device
> types. This helps the user by making it so that they don=E2=80=99t need t=
o do
> a physical survey of devices' addresses.
>
> Regardless of the actual discovery protocol used, the APIs driving
> the protocols generally can be used in either a synchronous or
> asynchronous fashion. Unfortunately, many legacy software systems (as
> well as developers) are accustomed to the synchronous model, which is
> easily identified by the presence of a "refresh button". The
> synchronous model is not as user friendly as the asynchronous model,
> but it is somewhat easier to write programs in a synchronous way than
> an asynchronous way.
>
> Options
>
>   * MEH:
>
>       o Perform network discovery with a synchronous API
>
>           # Show progress bar
>           # Discovery.Start()
>           # sleep(X) where X
>           # Discovery.Stop()
>       o Present the results of the discovery
>       o "Refresh" button restarts process
>
>           # Why this is bad:
>
>               * list can be stale
>               * it isn=E2=80=99t "live"
>               * "Reset" button is unnecessary and is a crutch
>       o User selects a printer and presses "Continue" or equivalent
>   * BETTER:
>
>       o Perform network discovery with an asynchronous API
>
>           # Show List UI widget
>           # Discovery.Start() with a callback
>           # callback is called when discovery responses (add or
>             remove) are received
>       o User selects a printer and presses "Continue" or equivalent
>
>           # Discovery.Stop()
>
> 2.1.2. Select a printer via user providing a DNS hostname or raw IPv4
> / IPv6 address
>
> In some cases a discovery protocol is either not adequate or
> unnecessary. Examples of when this use case is encountered include
> pre-published names or addresses, and also situations where the
> target device is not on the local link. (DNS-SD and WS-Discovery are
> generally used for link-local discovery, though wide-area variants as
> well as LDAP systems may also be used, but are frequently not for
> various reasons.)
>
> For each of these options below, the assumption is that the client
> has received an address string, and wishes to connect to the
>
> Options
>
>   * BAD:
>
>       o Let each printer model make up its own path, and depend on
>         some other protocol to get the resource path
>
>           # IPP has no defined standard mechanism to enumerate the
>             Printer objects' resource paths
>   * MEH:
>
>       o IPP Get-Printer-Attributes with printer-uri set to a URI that
>         was manually entered by the user
>
>           # "ipp" URI scheme could be used to encode the hostname and
>             the resource path
>           # Having the user enter the URI exposes too many details to
>             the user, including the detail about the fact that IPP is
>             actually beiing used. Users need not be aware of which
>             print protocol is being used.
>   * GOOD:
>
>       o IPP Get-Printer-Attributes with printer-uri set to a
>         well-known Printer resource path
>
>           # "/ipp/print"
>   * BETTER:
>
>       o IPP Get-Printer-Attributes with printer-uri set to "/"
>       o examine the "printer-uri-supported" attribute; use the first
>         URI in the list
>       o IPP Get-Printer-Attributes with printer-uri set to first URI
>   * BEST:
>
>       o IPP Get-Printers operation
>
>           # YET TO BE DEFINED - COMING WITH SYSTEM CONTROL SERVICE
>           # Is this really going to be better?
>
>
> 2.2. Get printer options to populate a print dialog (activity between
> doing "File=E2=86=92Print" and presenting the print dialog UI)
>
> ------------
>
> Once a printer has been identified, it is necessary for the print
> system to understand the capabilities that the printer device=E2=80=99s p=
rint
> service provides. This includes what print job payload formats can be
> consumed by the print service, the available options and default
> choices, and so forth. It also includes other information about the
> device itself, such as its location.
>
> Options:
>
>   * SAD:
>
>       o Depend on a-priori knowledge about a particular model as a
>         way of listing options for the model of device identified as
>         the target
>
>           # Model specific print drivers fall in this bucket
>   * MEH:
>
>       o IPP Get-Printer-Attributes Operation
>
>           # request includes no printer attributes; only operation
>             attributes
>           # reply will contain the job template attributes for all
>             PDLs
>       o Client guesses at what attributes may work or not work for a
>         given PDL, or uses a-priori knowledge
>   * BETTER:
>
>       o IPP Get-Printer-Attributes Operation
>
>           # any specific attributes?
>       o Process results; decide on a PDL
>       o IPP Get-Printer-Attributes Operation
>
>           # request includes the document-format attribute with value
>             specifying the chosen PDL
>           # reply will contain the job template attributes
>             appropriately filtered ("colored") for that particular
>             document-format
>
>
> 2.3. Check constraints between presented options
>
> ------------
>
> Printer features and options are presented typically in a print
> dialog. Some of these have states that have relationships with other
> options' states, where one cannot be in a particular state if another
> one is too. These are known as constraints, and they must be
> calculated any time the state of a control changes state. There are
> various ways that this can be done.
>
> Options:
>
>   * BAD:
>
>       o IPP Validate-Job
>
>           # Every time a control is changed, the client sends IPP
>             Validate-Job with attribute values corresponding to
>             current state of controls
>   * MEH:
>
>       o IPP Validate-Job
>
>           # when "Print" button is pressed, confirms the job creation
>             / submission will succeed (authentication, etc.)
>           # client depends on this operation to perform constraints
>             validation printer-side
>   * BETTER:
>
>       o IPP Get-Printer-Attributes
>
>           # device implements job-constraits-supported
>           # device implements job-resolvers-supported
>       o <Local processing of constraints>
>       o IPP Validate-Job
>
>           # when "Print" button is pressed, confirms the job creation
>             / submission will succeed (authentication, etc.)
>           # constraints validation already handled client-side
>
>
> 2.4. Submitting a Print Job
>
> ------------
>
> Once the user has decided on options, the print job is generated and
> ultimately made available to the printer in some fashion. There are
> several different ways that this may occur.
>
> 2.4.1. Submitting a print job "by value"
>
> This is the classical way that a print job is sent from the client to
> the print service: a job is created, and the job information and job
> payload content are sent by the client to the print service.
>
> Options:
>
>   * MEH:
>
>       o IPP Print-Job
>
>           # no pre-flighting
>           # the printer may reject it but only after it has been
>             transmitted in whole or in part.
>           # better to check ticket and content types first.
>   * GOOD:
>
>       o IPP Validate-Job
>
>           # pre-flights the job by validating the job attributes and
>             document type
>       o IPP Print-Job
>
>           # creates the job and sends the payload in one operation
>           # however, the Job object=E2=80=99s URI isn=E2=80=99t usually k=
nown until
>             the job transmission is complete
>           # doesn=E2=80=99t work well with flow-controlled (low-end) prin=
ters
>   * BETTER:
>
>       o IPP Validate-Job
>
>           # pre-flights the job by validating the job attributes and
>             document type
>       o IPP Create-Job
>
>           # returns immediately with the job URI for monitoring and
>             ticket processing status
>           # if there is a problem then Create-Job may fail the same
>             as Validate-Job would, but may not, which is why we do a
>             Validate-Job first (so that there isn=E2=80=99t a zombie job
>             there)
>       o IPP Send-Document
>
>           # payload transmission is de-coupled from the creation of
>             the job
>           # multiple documents can be sent to build up a compound job
>           # means that the client doesn=E2=80=99t have to be prepared for=
 an
>             early HTTP response
>           # allows the job URI to be learned before job payload is
>             sent
>           # MUST check to see if value of
>             "multiple-document-jobs-supported" is "true", to see if
>             it is OK to do multiple Send-Document operations to the
>             same Job object.
>
> 2.4.2. Submitting a print job "by reference"
>
> This is a slightly different way that a print job is sent from the
> client to the print service: a job is created and made available for
> retrieval by the print service, and when the print job the job
> information and job payload content are sent by the client to the
> print service.
>
> Options:
>
>   * MEH:
>
>       o IPP Print-URI
>
>           # no pre-flighting
>           # the printer may reject it but only after it has been
>             transmitted in whole or in part.
>           # better to check ticket and content types first.
>   * GOOD:
>
>       o IPP Validate-Job
>
>           # pre-flights the job by validating the job attributes and
>             document type
>       o IPP Print-URI
>
>           # creates the job and sends a URL to where the payload can
>             be retrieved in one operation
>           # print service retrieves the payload file itself
>           # however, the Job object=E2=80=99s URI isn=E2=80=99t usually k=
nown until
>             the job transmission is complete
>           # doesn=E2=80=99t work well with flow-controlled (low-end) prin=
ters
>   * BETTER:
>
>       o IPP Validate-Job
>
>           # pre-flights the job by validating the job attributes and
>             document type
>       o IPP Create-Job
>
>           # returns immediately with the job URI for monitoring and
>             ticket processing status
>           # if there is a problem then Create-Job will fail the same
>             as Validate-Job would
>       o IPP Send-URI
>
>           # payload URI transmission is de-coupled from the creation
>             of the job
>           # means that the client doesn=E2=80=99t have to be prepared for=
 an
>             early HTTP response
>           # allows the job URI to be learned before job payload is
>             sent
>
>
> 2.5. Monitoring print job status
>
> ------------
>
> While the print job is being processed, users may wish to know
> whether it is proceeding successfully, or whether there are
> conditions that they need to handle that are preventing processing
> from proceeding, such as a media jam, open covers, marking agents
> depleted, and so forth.
>
> Options:
>
>   * MEH:
>
>       o IPP Get-Printer-Attributes
>
>           # monitor the value of the printer-state attribute
>           # polling (lame)
>   * GOOD:
>
>       o IPP Get-Job-Attributes
>
>           # targets the specific job status
>           # may be more precise
>           # (need to see if job attributes will show printer issues
>             (top cover open, etc.) that block a job as well)
>           # polling (lame)
>   * BETTER:
>
>       o IPP Create-Job-Subscriptions
>
>           # asynchronous / long running queries for notifications
>             that don=E2=80=99t require polling
>
>
> 2.6. Canceling a print job
>
> ------------
>
> It may be that the user wants to terminate a job before it has been
> fully processed, for whatever reason. There are things that must be
> done to ensure that the state of the Job object has been decisively
> cleaned up by the client if the client is responsible for canceling
> the job. Clients leaving broken Job objects on the Print service is
> bad behavior.
>
> There is also a dependency between the options below and how the job
> was submitted. If Print-Job is used, but the document payload is not
> completely transmitted, then is a Job object even created? Is this
> true in all cases? Alternately, if Create-Job / Send-Document is
> used, and the Cancel-Job is sent during the Send-Document operation
> submission, then
>
> Options:
>
>   * BAD:
>
>       o Client stop sending data and close the connection
>
>           # Problem: The IPP Job Object may have been created and
>             still exist, and be in an indeterminate state. It should
>             be explicitly cleaned up by the client for best
>             performance and correctness.
>           # Question: Are there any realistic or theoretical
>             conditions under which a Print-Job operation does NOT
>             create a Job object?
>   * MEH:
>
>       o Client stops sending chunks but doesn=E2=80=99t close the connect=
ion
>         because it is expecting an IPP operation reply.
>       o IPP Cancel-Job operation request for the job via a second
>         connection, which for some printers could result in a PDL
>         interpreter hang because the last chunk sent didn=E2=80=99t stop =
on a
>         "statement" boundary
>
>           # But if the client stops with a zero length chunk then the
>             IPP stack will know that transport is complete
>           # Need to define a "magic chunk" that operates kind of like
>             an in-band inline Cancel-Job operation, to tell the PDL
>             interpreter that no more job payload chunks?
>   * GOOD:
>
>       o IPP Cancel-Job
>       o Client stops sending chunks and closes the connection
>   * BETTER:
>
>       o ???
>
>
> 2.7. Getting printer supplies status
>
> ------------
>
> Some administrative tasks, like checking consumables levels, are
> presented to end users in some cases, such as during print job status
> or in print dialogs. This is useful to end users and should be
> supported.
>
> Options:
>
>   * MEH:
>
>       o Don=E2=80=99t use IPP but use some proprietary protocol or
>         platform-specific extension to IPP
>
>           # The point is to use only IPP extensions based on open
>             standards (i.e. PWG standard) and this violates that core
>             principle
>   * GOOD:
>
>       o IPP Get-Printer-Attributes
>
>           # printer must implement JPS3 "printer-supply" attribute
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>
>

--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--f46d0401689b012a0c04cf55c871
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Smith,<br><br>Thanks for this good start on IPP best practices.<br><br>B=
TW - your plaintext resend lost section 1 w/ the explanation<br>of the rank=
ing codes, adding a bit of confusion.=C2=A0 It would be<br>a good idea to p=
ost a plaintext version in the directory:<br>
<br><a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/whitepaper">ftp://ftp.pwg.org/=
pub/pwg/ipp/whitepaper</a> <br>- (informal documents, before a project has =
been chartered)<br><br>I didn&#39;t schedule discussion of this document fo=
r tomorrow&#39;s<br>
joint IPP/Cloud meeting, because we already probably have<br>too much conte=
nt (Pete&#39;s Cloud Print operations, review of<br>both Cloud and IPP slid=
es for F2F).=C2=A0 I suggest that we could<br>spend some time on this durin=
g the IPP session at the F2F.<br>
<br>My initial high-level response is that we should try to align<br>the re=
commendations w/ the new reality of IPP Everywhere<br>(e.g., the characteri=
zation of Bonjour as local subnet only<br>conflicts w/ the mandatory suppor=
t for DNS-SD in the IPP<br>
Everywhere spec).=C2=A0 <br><br>Generally, I think we need to recommend bes=
t practices for <br>*future* IPP printers and clients.<br><br>Cheers,<br>- =
Ira<br><br clear=3D"all">Ira McDonald (Musician / Software Architect)<br>Ch=
air - Linux Foundation Open Printing WG<br>
Secretary - IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP=
 WG<br>Co-Chair - TCG Trusted Mobility Solutions WG<br>Chair - TCG Embedded=
 Systems Hardcopy SG<br>IETF Designated Expert - IPP &amp; Printer MIB<br>
Blue Roof Music/High North Inc<br><a style=3D"color:rgb(51,51,255)" href=3D=
"http://sites.google.com/site/blueroofmusic" target=3D"_blank">http://sites=
.google.com/site/blueroofmusic</a><br><a style=3D"color:rgb(102,0,204)" hre=
f=3D"http://sites.google.com/site/highnorthinc" target=3D"_blank">http://si=
tes.google.com/site/highnorthinc</a><br>
mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">blueroo=
fmusic@gmail.com</a><br>Winter=C2=A0 579 Park Place=C2=A0 Saline, MI=C2=A0 =
48176=C2=A0 734-944-0094<br>Summer=C2=A0 PO Box 221=C2=A0 Grand Marais, MI =
49839=C2=A0 906-494-2434<br>Temporary Cabin *** 2012 only *** 906-494-2523<=
br>
<div style=3D"display:inline"></div><div style=3D"display:inline"></div><di=
v style=3D"display:inline"></div><div></div><div></div><div></div><div></di=
v><br>
<br><br><div class=3D"gmail_quote">On Tue, Nov 20, 2012 at 6:13 PM, Kennedy=
, Smith (Wireless Architect) <span dir=3D"ltr">&lt;<a href=3D"mailto:smith.=
kennedy@hp.com" target=3D"_blank">smith.kennedy@hp.com</a>&gt;</span> wrote=
:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">My apologies - I always forget that this ref=
lector will downsample to plain text, and I had cut-and-pasted HTML in to m=
y original posting. =C2=A0Below is a plain text rendering.<br>

<br>
Smith<br>
<br>
<br>
<br>
On 2012-11-20, at 3:13 PM, &quot;Kennedy, Smith (Wireless Architect)&quot; =
&lt;<a href=3D"mailto:smith.kennedy@hp.com">smith.kennedy@hp.com</a>&gt;<br>
<div class=3D"im">=C2=A0wrote:<br>
<br>
&gt; Greetings,<br>
&gt;<br>
&gt; I had an action item from two conference calls ago to post to the refl=
ector on the subject of IPP protocol &quot;best practices&quot;, to enumera=
te options for how IPP can be used in order to satisfy all or a core set of=
 use cases. =C2=A0The goal we discussed was to come to consensus and then p=
ublish the consensus so that the best practices can be adopted as widely as=
 possible, to help encourage a high quality user experience and best perfor=
mance.<br>

&gt;<br>
&gt; All of the IPP specifications describe what can be done with IPP, but =
we all know that is broad, and with the exception of RFC 3196, nothing has =
been done to examine how best to use the toolset available via IPP. =C2=A0A=
s well all know, just because something *can* be done doesn&#39;t mean it *=
should* be done. =C2=A0Guidance on how to best use IPP would benefit the IP=
P user community as a whole.<br>

&gt;<br>
&gt; I included the descriptions I have been working on below in-line so th=
at feedback could be provided directly via email rather than by editing a d=
ocument. =C2=A0If there are suggestions on how to best review these (perhap=
s one per email thread), let me know and I will re-factor / re-post.<br>

&gt;<br>
&gt; Cheers,<br>
&gt; Smith<br>
&gt;<br>
&gt; /**<br>
&gt; =C2=A0 =C2=A0Smith Kennedy<br>
&gt; =C2=A0 =C2=A0Hewlett-Packard Co.<br>
&gt; =C2=A0 =C2=A0<a href=3D"mailto:smith.kennedy@hp.com">smith.kennedy@hp.=
com</a>&lt;mailto:<a href=3D"mailto:smith.kennedy@hp.com">smith.kennedy@hp.=
com</a>&gt;<br>
&gt; */<br>
&gt;<br>
<br>
</div>---------------------------------------------------------------------=
<br>
<br>
2. Use Case Descriptions<br>
<br>
---------------------------------------------------------------------<br>
<div class=3D"im"><br>
<br>
2.1. Create a relationship with a particular printer<br>
<br>
</div>------------<br>
<div><div class=3D"h5"><br>
You can=E2=80=99t print to a printer if you cannot establish a connection t=
o<br>
it. Historically, connecting to a printer to establish a<br>
&quot;relationship&quot; with it meant identifying a printer and then creat=
ing<br>
a persistent local records and resources for that printer<br>
relationship with your system=E2=80=99s print spooler. This was called a<br>
&quot;print queue&quot;, and it involved binding drivers to create the<br>
relationships needed to communicate at the different levels, and then<br>
keeping record of that set of relationships so that it could be<br>
re-used at a later time. The set of printers or other devices the<br>
user=E2=80=99s system might encounter was relatively small and fairly stati=
c.<br>
<br>
More recent re-thinking of this relationship between client and<br>
printer has resulted in more &quot;dynamic&quot; relationship creation, whe=
re<br>
universal drivers can interrogate a device hosting a print service<br>
using a standardized protocol solution stack, and using that<br>
dynamically ascertain and update print service attributes. In this<br>
paradigm, a &quot;persistent&quot; print service record is more like a Web<=
br>
browser bookmark.<br>
<br>
Both paradigms still require a method of identifying the target<br>
devices. That can be done using dynamic service discovery protocols<br>
where the services respond to discovery requests, or explicitly by<br>
name (host name or raw IPv4/IPv6 address).<br>
<br>
2.1.1. Discover and select a printer via a discovery protocol<br>
<br>
Discovery protocols are used to identify instances of print services<br>
or printers by searching the network for service types or device<br>
types. This helps the user by making it so that they don=E2=80=99t need to =
do<br>
a physical survey of devices&#39; addresses.<br>
<br>
Regardless of the actual discovery protocol used, the APIs driving<br>
the protocols generally can be used in either a synchronous or<br>
asynchronous fashion. Unfortunately, many legacy software systems (as<br>
well as developers) are accustomed to the synchronous model, which is<br>
easily identified by the presence of a &quot;refresh button&quot;. The<br>
synchronous model is not as user friendly as the asynchronous model,<br>
but it is somewhat easier to write programs in a synchronous way than<br>
an asynchronous way.<br>
<br>
Options<br>
<br>
=C2=A0 * MEH:<br>
<br>
</div></div>=C2=A0 =C2=A0 =C2=A0 o Perform network discovery with a synchro=
nous API<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Show progress bar<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Discovery.Start()<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # sleep(X) where X<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Discovery.Stop()<br>
=C2=A0 =C2=A0 =C2=A0 o Present the results of the discovery<br>
=C2=A0 =C2=A0 =C2=A0 o &quot;Refresh&quot; button restarts process<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Why this is bad:<br>
<div class=3D"im"><br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 * list can be stale<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 * it isn=E2=80=99t &quot;l=
ive&quot;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 * &quot;Reset&quot; button=
 is unnecessary and is a crutch<br>
</div>=C2=A0 =C2=A0 =C2=A0 o User selects a printer and presses &quot;Conti=
nue&quot; or equivalent<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o Perform network discovery with an asynchronous API<b=
r>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Show List UI widget<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Discovery.Start() with a callback<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # callback is called when discovery resp=
onses (add or<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 remove) are received<br>
=C2=A0 =C2=A0 =C2=A0 o User selects a printer and presses &quot;Continue&qu=
ot; or equivalent<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Discovery.Stop()<br>
<div class=3D"im"><br>
2.1.2. Select a printer via user providing a DNS hostname or raw IPv4<br>
/ IPv6 address<br>
<br>
In some cases a discovery protocol is either not adequate or<br>
unnecessary. Examples of when this use case is encountered include<br>
pre-published names or addresses, and also situations where the<br>
target device is not on the local link. (DNS-SD and WS-Discovery are<br>
generally used for link-local discovery, though wide-area variants as<br>
well as LDAP systems may also be used, but are frequently not for<br>
various reasons.)<br>
<br>
For each of these options below, the assumption is that the client<br>
has received an address string, and wishes to connect to the<br>
<br>
Options<br>
<br>
=C2=A0 * BAD:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o Let each printer model make up its own path, a=
nd depend on<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 some other protocol to get th=
e resource path<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # IPP has no defined standard mech=
anism to enumerate the<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Printer objects=
&#39; resource paths<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes with printer-uri se=
t to a URI that<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 was manually entered by the u=
ser<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # &quot;ipp&quot; URI scheme could=
 be used to encode the hostname and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the resource path<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Having the user enter the URI exposes =
too many details to<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the user, inclu=
ding the detail about the fact that IPP is<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 actually beiing used. Users need =
not be aware of which<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 print protocol is being used.<br>
=C2=A0 * GOOD:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes with printer-uri se=
t to a<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 well-known Printer resource path<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # &quot;/ipp/print&quot;<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes with printer-uri set to &=
quot;/&quot;<br>
=C2=A0 =C2=A0 =C2=A0 o examine the &quot;printer-uri-supported&quot; attrib=
ute; use the first<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 URI in the list<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes with printer-uri set to f=
irst URI<br>
=C2=A0 * BEST:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printers operation<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # YET TO BE DEFINED - COMING WITH SYSTEM=
 CONTROL SERVICE<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Is this really going to be better?<br>
<div class=3D"im"><br>
<br>
2.2. Get printer options to populate a print dialog (activity between<br>
doing &quot;File=E2=86=92Print&quot; and presenting the print dialog UI)<br>
<br>
</div>------------<br>
<div class=3D"im"><br>
Once a printer has been identified, it is necessary for the print<br>
system to understand the capabilities that the printer device=E2=80=99s pri=
nt<br>
service provides. This includes what print job payload formats can be<br>
consumed by the print service, the available options and default<br>
choices, and so forth. It also includes other information about the<br>
device itself, such as its location.<br>
<br>
Options:<br>
<br>
=C2=A0 * SAD:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o Depend on a-priori knowledge about a particula=
r model as a<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 way of listing options for th=
e model of device identified as<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 the target<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Model specific print drivers fal=
l in this bucket<br>
=C2=A0 * MEH:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes Operation<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # request includes no printer attributes=
; only operation<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 attributes<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # reply will contain the job template at=
tributes for all<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 PDLs<br>
=C2=A0 =C2=A0 =C2=A0 o Client guesses at what attributes may work or not wo=
rk for a<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 given PDL, or uses a-priori k=
nowledge<br>
=C2=A0 * BETTER:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes Operation<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # any specific attributes?<br>
=C2=A0 =C2=A0 =C2=A0 o Process results; decide on a PDL<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes Operation<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # request includes the document-format a=
ttribute with value<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 specifying the chosen PDL<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # reply will contain the job template at=
tributes<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 appropriately f=
iltered (&quot;colored&quot;) for that particular<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 document-format<br>
<br>
<br>
2.3. Check constraints between presented options<br>
<br>
</div>------------<br>
<div class=3D"im"><br>
Printer features and options are presented typically in a print<br>
dialog. Some of these have states that have relationships with other<br>
options&#39; states, where one cannot be in a particular state if another<b=
r>
one is too. These are known as constraints, and they must be<br>
calculated any time the state of a control changes state. There are<br>
various ways that this can be done.<br>
<br>
Options:<br>
<br>
=C2=A0 * BAD:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Every time a control is changed, the c=
lient sends IPP<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Validate-Job wi=
th attribute values corresponding to<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 current state of controls<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # when &quot;Print&quot; button is press=
ed, confirms the job creation<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 / submission wi=
ll succeed (authentication, etc.)<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # client depends on this operation=
 to perform constraints<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 validation printer-side<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # device implements job-constraits-suppo=
rted<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # device implements job-resolvers-suppor=
ted<br>
=C2=A0 =C2=A0 =C2=A0 o &lt;Local processing of constraints&gt;<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # when &quot;Print&quot; button is press=
ed, confirms the job creation<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 / submission wi=
ll succeed (authentication, etc.)<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # constraints validation already h=
andled client-side<br>
<div class=3D"im"><br>
<br>
2.4. Submitting a Print Job<br>
<br>
</div>------------<br>
<div class=3D"im"><br>
Once the user has decided on options, the print job is generated and<br>
ultimately made available to the printer in some fashion. There are<br>
several different ways that this may occur.<br>
<br>
2.4.1. Submitting a print job &quot;by value&quot;<br>
<br>
This is the classical way that a print job is sent from the client to<br>
the print service: a job is created, and the job information and job<br>
payload content are sent by the client to the print service.<br>
<br>
Options:<br>
<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Print-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # no pre-flighting<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # the printer may reject it but only aft=
er it has been<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 transmitted in =
whole or in part.<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # better to check ticket and conte=
nt types first.<br>
=C2=A0 * GOOD:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # pre-flights the job by validating the =
job attributes and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 document type<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Print-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # creates the job and sends the payload =
in one operation<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # however, the Job object=E2=80=99s URI =
isn=E2=80=99t usually known until<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the job transmi=
ssion is complete<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # doesn=E2=80=99t work well with f=
low-controlled (low-end) printers<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # pre-flights the job by validating the =
job attributes and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 document type<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Create-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # returns immediately with the job URI f=
or monitoring and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ticket processing status<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # if there is a problem then Create-Job =
may fail the same<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 as Validate-Job=
 would, but may not, which is why we do a<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Validate-Job first (so that there=
 isn=E2=80=99t a zombie job<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 there)<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Send-Document<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # payload transmission is de-coupled fro=
m the creation of<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the job<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # multiple documents can be sent to buil=
d up a compound job<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # means that the client doesn=E2=80=99t =
have to be prepared for an<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 early HTTP response<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # allows the job URI to be learned befor=
e job payload is<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 sent<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # MUST check to see if value of<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &quot;multiple-=
document-jobs-supported&quot; is &quot;true&quot;, to see if<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 it is OK to do multiple Send-Docu=
ment operations to the<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 same Job object.<br>
<br>
2.4.2. Submitting a print job &quot;by reference&quot;<br>
<br>
This is a slightly different way that a print job is sent from the<br>
client to the print service: a job is created and made available for<br>
retrieval by the print service, and when the print job the job<br>
information and job payload content are sent by the client to the<br>
print service.<br>
<br>
Options:<br>
<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Print-URI<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # no pre-flighting<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # the printer may reject it but only aft=
er it has been<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 transmitted in =
whole or in part.<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # better to check ticket and conte=
nt types first.<br>
=C2=A0 * GOOD:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # pre-flights the job by validating the =
job attributes and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 document type<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Print-URI<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # creates the job and sends a URL to whe=
re the payload can<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 be retrieved in=
 one operation<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # print service retrieves the payl=
oad file itself<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # however, the Job object=E2=80=99s URI =
isn=E2=80=99t usually known until<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 the job transmi=
ssion is complete<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # doesn=E2=80=99t work well with f=
low-controlled (low-end) printers<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Validate-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # pre-flights the job by validating the =
job attributes and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 document type<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Create-Job<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # returns immediately with the job URI f=
or monitoring and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ticket processing status<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # if there is a problem then Create-Job =
will fail the same<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 as Validate-Job would<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Send-URI<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # payload URI transmission is de-coupled=
 from the creation<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 of the job<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # means that the client doesn=E2=80=99t =
have to be prepared for an<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 early HTTP response<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # allows the job URI to be learned befor=
e job payload is<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 sent<br>
<br>
<br>
2.5. Monitoring print job status<br>
<br>
</div>------------<br>
<div class=3D"im"><br>
While the print job is being processed, users may wish to know<br>
whether it is proceeding successfully, or whether there are<br>
conditions that they need to handle that are preventing processing<br>
from proceeding, such as a media jam, open covers, marking agents<br>
depleted, and so forth.<br>
<br>
Options:<br>
<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # monitor the value of the printer-state=
 attribute<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # polling (lame)<br>
=C2=A0 * GOOD:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Get-Job-Attributes<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # targets the specific job status<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # may be more precise<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # (need to see if job attributes will sh=
ow printer issues<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (top cover open=
, etc.) that block a job as well)<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # polling (lame)<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Create-Job-Subscriptions<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # asynchronous / long running queries fo=
r notifications<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 that don=E2=80=
=99t require polling<br>
<br>
<br>
2.6. Canceling a print job<br>
<br>
</div>------------<br>
<div class=3D"im"><br>
It may be that the user wants to terminate a job before it has been<br>
fully processed, for whatever reason. There are things that must be<br>
done to ensure that the state of the Job object has been decisively<br>
cleaned up by the client if the client is responsible for canceling<br>
the job. Clients leaving broken Job objects on the Print service is<br>
bad behavior.<br>
<br>
There is also a dependency between the options below and how the job<br>
was submitted. If Print-Job is used, but the document payload is not<br>
completely transmitted, then is a Job object even created? Is this<br>
true in all cases? Alternately, if Create-Job / Send-Document is<br>
used, and the Cancel-Job is sent during the Send-Document operation<br>
submission, then<br>
<br>
Options:<br>
<br>
=C2=A0 * BAD:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o Client stop sending data and close the connect=
ion<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Problem: The IPP Job Object may have b=
een created and<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 still exist, an=
d be in an indeterminate state. It should<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 be explicitly cleaned up by the c=
lient for best<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 performance and correctness.<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Question: Are there any realisti=
c or theoretical<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 conditions unde=
r which a Print-Job operation does NOT<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 create a Job object?<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o Client stops sending chunks but doesn=E2=80=99=
t close the connection<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 because it is expecting an IP=
P operation reply.<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Cancel-Job operation request for the job v=
ia a second<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 connection, which for some pr=
inters could result in a PDL<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 interpreter hang because the last chunk sent di=
dn=E2=80=99t stop on a<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 &quot;statement&quot; boundary<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # But if the client stops with a z=
ero length chunk then the<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 IPP stack will =
know that transport is complete<br>
</div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Need to define a &quot;magic chu=
nk&quot; that operates kind of like<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 an in-band inline Cancel-Job oper=
ation, to tell the PDL<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 interpreter tha=
t no more job payload chunks?<br>
</div>=C2=A0 * GOOD:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o IPP Cancel-Job<br>
=C2=A0 =C2=A0 =C2=A0 o Client stops sending chunks and closes the connectio=
n<br>
=C2=A0 * BETTER:<br>
<br>
=C2=A0 =C2=A0 =C2=A0 o ???<br>
<div class=3D"im"><br>
<br>
2.7. Getting printer supplies status<br>
<br>
</div>------------<br>
<div class=3D"im"><br>
Some administrative tasks, like checking consumables levels, are<br>
presented to end users in some cases, such as during print job status<br>
or in print dialogs. This is useful to end users and should be<br>
supported.<br>
<br>
Options:<br>
<br>
=C2=A0 * MEH:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o Don=E2=80=99t use IPP but use some proprietary=
 protocol or<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 platform-specific extension to IPP<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # The point is to use only IPP extension=
s based on open<br>
<div class=3D"im">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 standards (i.e.=
 PWG standard) and this violates that core<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 principle<br>
=C2=A0 * GOOD:<br>
<br>
</div>=C2=A0 =C2=A0 =C2=A0 o IPP Get-Printer-Attributes<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # printer must implement JPS3 &quot;prin=
ter-supply&quot; attribute<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
<br>
<br>
--<br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
</div></div><br>_______________________________________________<br>
ipp mailing list<br>
<a href=3D"mailto:ipp@pwg.org">ipp@pwg.org</a><br>
<a href=3D"https://www.pwg.org/mailman/listinfo/ipp" target=3D"_blank">http=
s://www.pwg.org/mailman/listinfo/ipp</a><br>
<br></blockquote></div><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--f46d0401689b012a0c04cf55c871--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1384360105==--

From ipp-bounces@pwg.org  Sun Nov 25 12:24:36 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1074721F8686 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 12:24:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level: 
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NPA5KjswbPXn for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 12:24:34 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 0F08921F8671 for <ipp-archive@lists.ietf.org>; Sun, 25 Nov 2012 12:24:34 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id BF279791F2; Sun, 25 Nov 2012 15:24:15 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from g4t0014.houston.hp.com (g4t0014.houston.hp.com [15.201.24.17]) by pwg.org (Postfix) with ESMTP id 187FF791F1 for <ipp@pwg.org>; Sun, 25 Nov 2012 15:24:00 -0500 (EST)
Received: from G4W3011G.americas.hpqcorp.net (g4w3011g.houston.hp.com [16.234.25.125]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g4t0014.houston.hp.com (Postfix) with ESMTPS id 71BFD240B8; Sun, 25 Nov 2012 20:24:00 +0000 (UTC)
Received: from G4W3899G.americas.hpqcorp.net (16.210.5.66) by G4W3011G.americas.hpqcorp.net (16.234.25.125) with Microsoft SMTP Server (TLS) id 14.2.283.4; Sun, 25 Nov 2012 20:23:19 +0000
Received: from G4W3295.americas.hpqcorp.net ([169.254.3.253]) by G4W3899G.americas.hpqcorp.net ([16.210.5.66]) with mapi id 14.02.0283.004; Sun, 25 Nov 2012 20:23:18 +0000
From: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>
To: Ira McDonald <blueroofmusic@gmail.com>
Subject: Re: [IPP] IPP use best practices - a call for feedback
Thread-Topic: [IPP] IPP use best practices - a call for feedback
Thread-Index: AQHNx2w1gZHAtmgpjkqvGSDE4mk7NZfzWoQAgAeH7YCAACQdAA==
Date: Sun, 25 Nov 2012 20:23:17 +0000
Message-ID: <1291403E-20CF-4447-838C-B28D11E05E46@hp.com>
References: <617781A1-E794-4528-8F64-B723C87A3D9F@hp.com> <F9F4E6F5-E9C8-425F-BA24-2326FEFB5C7F@hp.com> <CAN40gStomnRordAXhWLXc-SK5JDwLusXsL7dHCD080Ve31A9Tg@mail.gmail.com>
In-Reply-To: <CAN40gStomnRordAXhWLXc-SK5JDwLusXsL7dHCD080Ve31A9Tg@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [15.201.58.29]
Content-ID: <70BB4E1B9CDC2A4EA963A2D0A210A02D@Compaq.com>
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "<ipp@pwg.org>" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1010717503=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: BF279791F2.A8FD2
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1010717503==
Content-Language: en-US
Content-Type: text/plain; charset="utf-8"
Content-ID: <70BB4E1B9CDC2A4EA963A2D0A210A02D@Compaq.com>
Content-Transfer-Encoding: base64

SGkgSXJhLA0KDQpTb3JyeSBmb3IgdGhlIHRocmFzaCAtIHRoYXQncyB3aGF0
IEkgZ2V0IGZvciBjbGlja2luZyBTZW5kIHRvbyBxdWlja2x5LiAgSSd2ZSBp
bnNlcnRlZCBpdCBpbmxpbmUgYmVsb3cuICBDYW4geW91IG9yIE1pa2Ugc2Vu
ZCBtZSBpbmZvcm1hdGlvbiBvbiBob3cgdG8gdXBsb2FkIGEgZmlsZSB0byB0
aGF0IGRpcmVjdG9yeT8gIEkndmUgbmV2ZXIgdXBsb2FkZWQgZmlsZXMgdG8g
dGhlIFBXRyBGVFAgc2l0ZSBiZWZvcmUuDQoNClNtaXRoDQoNCg0KDQpPbiAy
MDEyLTExLTI1LCBhdCAxMToxNCBBTSwgSXJhIE1jRG9uYWxkIDxibHVlcm9v
Zm11c2ljQGdtYWlsLmNvbTxtYWlsdG86Ymx1ZXJvb2ZtdXNpY0BnbWFpbC5j
b20+Pg0KIHdyb3RlOg0KDQpIaSBTbWl0aCwNCg0KVGhhbmtzIGZvciB0aGlz
IGdvb2Qgc3RhcnQgb24gSVBQIGJlc3QgcHJhY3RpY2VzLg0KDQpCVFcgLSB5
b3VyIHBsYWludGV4dCByZXNlbmQgbG9zdCBzZWN0aW9uIDEgdy8gdGhlIGV4
cGxhbmF0aW9uDQpvZiB0aGUgcmFua2luZyBjb2RlcywgYWRkaW5nIGEgYml0
IG9mIGNvbmZ1c2lvbi4gIEl0IHdvdWxkIGJlDQphIGdvb2QgaWRlYSB0byBw
b3N0IGEgcGxhaW50ZXh0IHZlcnNpb24gaW4gdGhlIGRpcmVjdG9yeToNCg0K
ZnRwOi8vZnRwLnB3Zy5vcmcvcHViL3B3Zy9pcHAvd2hpdGVwYXBlcg0KLSAo
aW5mb3JtYWwgZG9jdW1lbnRzLCBiZWZvcmUgYSBwcm9qZWN0IGhhcyBiZWVu
IGNoYXJ0ZXJlZCkNCg0KSSBkaWRuJ3Qgc2NoZWR1bGUgZGlzY3Vzc2lvbiBv
ZiB0aGlzIGRvY3VtZW50IGZvciB0b21vcnJvdydzDQpqb2ludCBJUFAvQ2xv
dWQgbWVldGluZywgYmVjYXVzZSB3ZSBhbHJlYWR5IHByb2JhYmx5IGhhdmUN
CnRvbyBtdWNoIGNvbnRlbnQgKFBldGUncyBDbG91ZCBQcmludCBvcGVyYXRp
b25zLCByZXZpZXcgb2YNCmJvdGggQ2xvdWQgYW5kIElQUCBzbGlkZXMgZm9y
IEYyRikuICBJIHN1Z2dlc3QgdGhhdCB3ZSBjb3VsZA0Kc3BlbmQgc29tZSB0
aW1lIG9uIHRoaXMgZHVyaW5nIHRoZSBJUFAgc2Vzc2lvbiBhdCB0aGUgRjJG
Lg0KDQpNeSBpbml0aWFsIGhpZ2gtbGV2ZWwgcmVzcG9uc2UgaXMgdGhhdCB3
ZSBzaG91bGQgdHJ5IHRvIGFsaWduDQp0aGUgcmVjb21tZW5kYXRpb25zIHcv
IHRoZSBuZXcgcmVhbGl0eSBvZiBJUFAgRXZlcnl3aGVyZQ0KKGUuZy4sIHRo
ZSBjaGFyYWN0ZXJpemF0aW9uIG9mIEJvbmpvdXIgYXMgbG9jYWwgc3VibmV0
IG9ubHkNCmNvbmZsaWN0cyB3LyB0aGUgbWFuZGF0b3J5IHN1cHBvcnQgZm9y
IEROUy1TRCBpbiB0aGUgSVBQDQpFdmVyeXdoZXJlIHNwZWMpLg0KDQpHZW5l
cmFsbHksIEkgdGhpbmsgd2UgbmVlZCB0byByZWNvbW1lbmQgYmVzdCBwcmFj
dGljZXMgZm9yDQoqZnV0dXJlKiBJUFAgcHJpbnRlcnMgYW5kIGNsaWVudHMu
DQoNCkNoZWVycywNCi0gSXJhDQoNCklyYSBNY0RvbmFsZCAoTXVzaWNpYW4g
LyBTb2Z0d2FyZSBBcmNoaXRlY3QpDQpDaGFpciAtIExpbnV4IEZvdW5kYXRp
b24gT3BlbiBQcmludGluZyBXRw0KU2VjcmV0YXJ5IC0gSUVFRS1JU1RPIFBy
aW50ZXIgV29ya2luZyBHcm91cA0KQ28tQ2hhaXIgLSBJRUVFLUlTVE8gUFdH
IElQUCBXRw0KQ28tQ2hhaXIgLSBUQ0cgVHJ1c3RlZCBNb2JpbGl0eSBTb2x1
dGlvbnMgV0cNCkNoYWlyIC0gVENHIEVtYmVkZGVkIFN5c3RlbXMgSGFyZGNv
cHkgU0cNCklFVEYgRGVzaWduYXRlZCBFeHBlcnQgLSBJUFAgJiBQcmludGVy
IE1JQg0KQmx1ZSBSb29mIE11c2ljL0hpZ2ggTm9ydGggSW5jDQpodHRwOi8v
c2l0ZXMuZ29vZ2xlLmNvbS9zaXRlL2JsdWVyb29mbXVzaWMNCmh0dHA6Ly9z
aXRlcy5nb29nbGUuY29tL3NpdGUvaGlnaG5vcnRoaW5jDQptYWlsdG86Ymx1
ZXJvb2ZtdXNpY0BnbWFpbC5jb208bWFpbHRvOmJsdWVyb29mbXVzaWNAZ21h
aWwuY29tPg0KV2ludGVyICA1NzkgUGFyayBQbGFjZSAgU2FsaW5lLCBNSSAg
NDgxNzYgIDczNC05NDQtMDA5NA0KU3VtbWVyICBQTyBCb3ggMjIxICBHcmFu
ZCBNYXJhaXMsIE1JIDQ5ODM5ICA5MDYtNDk0LTI0MzQNClRlbXBvcmFyeSBD
YWJpbiAqKiogMjAxMiBvbmx5ICoqKiA5MDYtNDk0LTI1MjMNCg0KDQoNCk9u
IFR1ZSwgTm92IDIwLCAyMDEyIGF0IDY6MTMgUE0sIEtlbm5lZHksIFNtaXRo
IChXaXJlbGVzcyBBcmNoaXRlY3QpIDxzbWl0aC5rZW5uZWR5QGhwLmNvbTxt
YWlsdG86c21pdGgua2VubmVkeUBocC5jb20+PiB3cm90ZToNCk15IGFwb2xv
Z2llcyAtIEkgYWx3YXlzIGZvcmdldCB0aGF0IHRoaXMgcmVmbGVjdG9yIHdp
bGwgZG93bnNhbXBsZSB0byBwbGFpbiB0ZXh0LCBhbmQgSSBoYWQgY3V0LWFu
ZC1wYXN0ZWQgSFRNTCBpbiB0byBteSBvcmlnaW5hbCBwb3N0aW5nLiAgQmVs
b3cgaXMgYSBwbGFpbiB0ZXh0IHJlbmRlcmluZy4NCg0KU21pdGgNCg0KDQoN
Ck9uIDIwMTItMTEtMjAsIGF0IDM6MTMgUE0sICJLZW5uZWR5LCBTbWl0aCAo
V2lyZWxlc3MgQXJjaGl0ZWN0KSIgPHNtaXRoLmtlbm5lZHlAaHAuY29tPG1h
aWx0bzpzbWl0aC5rZW5uZWR5QGhwLmNvbT4+DQogd3JvdGU6DQoNCj4gR3Jl
ZXRpbmdzLA0KPg0KPiBJIGhhZCBhbiBhY3Rpb24gaXRlbSBmcm9tIHR3byBj
b25mZXJlbmNlIGNhbGxzIGFnbyB0byBwb3N0IHRvIHRoZSByZWZsZWN0b3Ig
b24gdGhlIHN1YmplY3Qgb2YgSVBQIHByb3RvY29sICJiZXN0IHByYWN0aWNl
cyIsIHRvIGVudW1lcmF0ZSBvcHRpb25zIGZvciBob3cgSVBQIGNhbiBiZSB1
c2VkIGluIG9yZGVyIHRvIHNhdGlzZnkgYWxsIG9yIGEgY29yZSBzZXQgb2Yg
dXNlIGNhc2VzLiAgVGhlIGdvYWwgd2UgZGlzY3Vzc2VkIHdhcyB0byBjb21l
IHRvIGNvbnNlbnN1cyBhbmQgdGhlbiBwdWJsaXNoIHRoZSBjb25zZW5zdXMg
c28gdGhhdCB0aGUgYmVzdCBwcmFjdGljZXMgY2FuIGJlIGFkb3B0ZWQgYXMg
d2lkZWx5IGFzIHBvc3NpYmxlLCB0byBoZWxwIGVuY291cmFnZSBhIGhpZ2gg
cXVhbGl0eSB1c2VyIGV4cGVyaWVuY2UgYW5kIGJlc3QgcGVyZm9ybWFuY2Uu
DQo+DQo+IEFsbCBvZiB0aGUgSVBQIHNwZWNpZmljYXRpb25zIGRlc2NyaWJl
IHdoYXQgY2FuIGJlIGRvbmUgd2l0aCBJUFAsIGJ1dCB3ZSBhbGwga25vdyB0
aGF0IGlzIGJyb2FkLCBhbmQgd2l0aCB0aGUgZXhjZXB0aW9uIG9mIFJGQyAz
MTk2LCBub3RoaW5nIGhhcyBiZWVuIGRvbmUgdG8gZXhhbWluZSBob3cgYmVz
dCB0byB1c2UgdGhlIHRvb2xzZXQgYXZhaWxhYmxlIHZpYSBJUFAuICBBcyB3
ZWxsIGFsbCBrbm93LCBqdXN0IGJlY2F1c2Ugc29tZXRoaW5nICpjYW4qIGJl
IGRvbmUgZG9lc24ndCBtZWFuIGl0ICpzaG91bGQqIGJlIGRvbmUuICBHdWlk
YW5jZSBvbiBob3cgdG8gYmVzdCB1c2UgSVBQIHdvdWxkIGJlbmVmaXQgdGhl
IElQUCB1c2VyIGNvbW11bml0eSBhcyBhIHdob2xlLg0KPg0KPiBJIGluY2x1
ZGVkIHRoZSBkZXNjcmlwdGlvbnMgSSBoYXZlIGJlZW4gd29ya2luZyBvbiBi
ZWxvdyBpbi1saW5lIHNvIHRoYXQgZmVlZGJhY2sgY291bGQgYmUgcHJvdmlk
ZWQgZGlyZWN0bHkgdmlhIGVtYWlsIHJhdGhlciB0aGFuIGJ5IGVkaXRpbmcg
YSBkb2N1bWVudC4gIElmIHRoZXJlIGFyZSBzdWdnZXN0aW9ucyBvbiBob3cg
dG8gYmVzdCByZXZpZXcgdGhlc2UgKHBlcmhhcHMgb25lIHBlciBlbWFpbCB0
aHJlYWQpLCBsZXQgbWUga25vdyBhbmQgSSB3aWxsIHJlLWZhY3RvciAvIHJl
LXBvc3QuDQo+DQo+IENoZWVycywNCj4gU21pdGgNCj4NCj4gLyoqDQo+ICAg
IFNtaXRoIEtlbm5lZHkNCj4gICAgSGV3bGV0dC1QYWNrYXJkIENvLg0KPiAg
ICBzbWl0aC5rZW5uZWR5QGhwLmNvbTxtYWlsdG86c21pdGgua2VubmVkeUBo
cC5jb20+PG1haWx0bzpzbWl0aC5rZW5uZWR5QGhwLmNvbTxtYWlsdG86c21p
dGgua2VubmVkeUBocC5jb20+Pg0KPiAqLw0KPg0KLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tDQoNClByaW50IFVzZSBDYXNlcyBhbmQgQmVzdCBQcmFjdGlj
ZSBTb2x1dGlvbnMgVXNpbmcgSVBQDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLQ0KDQpTbWl0aCBLZW5uZWR5DQoNCjxzbWl0aC5rZW5uZWR5QGhwLmNv
bTxtYWlsdG86c21pdGgua2VubmVkeUBocC5jb20+Pg0KLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tDQoNClRhYmxlIG9mIENvbnRlbnRzDQoNCjEuIEludHJv
ZHVjdGlvbg0KMi4gVXNlIENhc2UgRGVzY3JpcHRpb25zDQoNCiAgICAyLjEu
IENyZWF0ZSBhIHJlbGF0aW9uc2hpcCB3aXRoIGEgcGFydGljdWxhciBwcmlu
dGVyDQogICAgMi4yLiBHZXQgcHJpbnRlciBvcHRpb25zIHRvIHBvcHVsYXRl
IGEgcHJpbnQgZGlhbG9nIChhY3Rpdml0eQ0KICAgICAgICBiZXR3ZWVuIGRv
aW5nICJGaWxl4oaSUHJpbnQiIGFuZCBwcmVzZW50aW5nIHRoZSBwcmludCBk
aWFsb2cNCiAgICAgICAgVUkpDQogICAgMi4zLiBDaGVjayBjb25zdHJhaW50
cyBiZXR3ZWVuIHByZXNlbnRlZCBvcHRpb25zDQogICAgMi40LiBTdWJtaXR0
aW5nIGEgUHJpbnQgSm9iDQogICAgMi41LiBNb25pdG9yaW5nIHByaW50IGpv
YiBzdGF0dXMNCiAgICAyLjYuIENhbmNlbGluZyBhIHByaW50IGpvYg0KICAg
IDIuNy4gR2V0dGluZyBwcmludGVyIHN1cHBsaWVzIHN0YXR1cw0KDQoNCi0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQoxLiBJbnRyb2R1Y3Rpb24NCg0K
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNClRoZSB1c2UgY2FzZSBkZXNj
cmlwdGlvbnMgYmVsb3cgcmVwcmVzZW50IHN0YWdlcyBvciBzdWItdGFza3Mg
dGhhdA0KdXNlcnMgcGVyZm9ybSBpbiB0aGUgcHJvY2VzcyBvZiB1c2luZyBh
IHByaW50ZXIuIEVhY2ggb2YgdGhlc2UgYmVsb3cNCmluY2x1ZGUgYSB0ZXh0
dWFsIGRlc2NyaXB0aW9uIGFzIHdlbGwgYXMgYSBzZXJpZXMgb2Ygd29ya2Zs
b3cgb3B0aW9ucw0KZm9yIGhvdyBpdCBtaWdodCBiZSBpbXBsZW1lbnRlZCB1
c2luZyBJUFAuIEVhY2ggd29ya2Zsb3cgb3B0aW9uIHdpbGwNCmJlIGluZm9y
bWFsbHkgbGFiZWxlZCBhY2NvcmRpbmcgdG8gaXRzIHBlcmNlaXZlZCBxdWFs
aXR5LCB1c2luZyB0aGUNCnNldCBvZiBsYWJlbHMgeyJCQUQiLCAiTUVIIiwg
IkdPT0QiLCAiQkVUVEVSIiwgIkJFU1QifSwgdGhhdCBhcmUNCm9yZGVyZWQg
ZnJvbSBsZWFzdCBkZXNpcmFibGUgdG8gbW9zdCBkZXNpcmFibGUuDQoNCg0K
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQoNCjIuIFVzZSBDYXNlIERlc2Ny
aXB0aW9ucw0KDQotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KDQoyLjEu
IENyZWF0ZSBhIHJlbGF0aW9uc2hpcCB3aXRoIGEgcGFydGljdWxhciBwcmlu
dGVyDQoNCi0tLS0tLS0tLS0tLQ0KDQpZb3UgY2Fu4oCZdCBwcmludCB0byBh
IHByaW50ZXIgaWYgeW91IGNhbm5vdCBlc3RhYmxpc2ggYSBjb25uZWN0aW9u
IHRvDQppdC4gSGlzdG9yaWNhbGx5LCBjb25uZWN0aW5nIHRvIGEgcHJpbnRl
ciB0byBlc3RhYmxpc2ggYQ0KInJlbGF0aW9uc2hpcCIgd2l0aCBpdCBtZWFu
dCBpZGVudGlmeWluZyBhIHByaW50ZXIgYW5kIHRoZW4gY3JlYXRpbmcNCmEg
cGVyc2lzdGVudCBsb2NhbCByZWNvcmRzIGFuZCByZXNvdXJjZXMgZm9yIHRo
YXQgcHJpbnRlcg0KcmVsYXRpb25zaGlwIHdpdGggeW91ciBzeXN0ZW3igJlz
IHByaW50IHNwb29sZXIuIFRoaXMgd2FzIGNhbGxlZCBhDQoicHJpbnQgcXVl
dWUiLCBhbmQgaXQgaW52b2x2ZWQgYmluZGluZyBkcml2ZXJzIHRvIGNyZWF0
ZSB0aGUNCnJlbGF0aW9uc2hpcHMgbmVlZGVkIHRvIGNvbW11bmljYXRlIGF0
IHRoZSBkaWZmZXJlbnQgbGV2ZWxzLCBhbmQgdGhlbg0Ka2VlcGluZyByZWNv
cmQgb2YgdGhhdCBzZXQgb2YgcmVsYXRpb25zaGlwcyBzbyB0aGF0IGl0IGNv
dWxkIGJlDQpyZS11c2VkIGF0IGEgbGF0ZXIgdGltZS4gVGhlIHNldCBvZiBw
cmludGVycyBvciBvdGhlciBkZXZpY2VzIHRoZQ0KdXNlcuKAmXMgc3lzdGVt
IG1pZ2h0IGVuY291bnRlciB3YXMgcmVsYXRpdmVseSBzbWFsbCBhbmQgZmFp
cmx5IHN0YXRpYy4NCg0KTW9yZSByZWNlbnQgcmUtdGhpbmtpbmcgb2YgdGhp
cyByZWxhdGlvbnNoaXAgYmV0d2VlbiBjbGllbnQgYW5kDQpwcmludGVyIGhh
cyByZXN1bHRlZCBpbiBtb3JlICJkeW5hbWljIiByZWxhdGlvbnNoaXAgY3Jl
YXRpb24sIHdoZXJlDQp1bml2ZXJzYWwgZHJpdmVycyBjYW4gaW50ZXJyb2dh
dGUgYSBkZXZpY2UgaG9zdGluZyBhIHByaW50IHNlcnZpY2UNCnVzaW5nIGEg
c3RhbmRhcmRpemVkIHByb3RvY29sIHNvbHV0aW9uIHN0YWNrLCBhbmQgdXNp
bmcgdGhhdA0KZHluYW1pY2FsbHkgYXNjZXJ0YWluIGFuZCB1cGRhdGUgcHJp
bnQgc2VydmljZSBhdHRyaWJ1dGVzLiBJbiB0aGlzDQpwYXJhZGlnbSwgYSAi
cGVyc2lzdGVudCIgcHJpbnQgc2VydmljZSByZWNvcmQgaXMgbW9yZSBsaWtl
IGEgV2ViDQpicm93c2VyIGJvb2ttYXJrLg0KDQpCb3RoIHBhcmFkaWdtcyBz
dGlsbCByZXF1aXJlIGEgbWV0aG9kIG9mIGlkZW50aWZ5aW5nIHRoZSB0YXJn
ZXQNCmRldmljZXMuIFRoYXQgY2FuIGJlIGRvbmUgdXNpbmcgZHluYW1pYyBz
ZXJ2aWNlIGRpc2NvdmVyeSBwcm90b2NvbHMNCndoZXJlIHRoZSBzZXJ2aWNl
cyByZXNwb25kIHRvIGRpc2NvdmVyeSByZXF1ZXN0cywgb3IgZXhwbGljaXRs
eSBieQ0KbmFtZSAoaG9zdCBuYW1lIG9yIHJhdyBJUHY0L0lQdjYgYWRkcmVz
cykuDQoNCjIuMS4xLiBEaXNjb3ZlciBhbmQgc2VsZWN0IGEgcHJpbnRlciB2
aWEgYSBkaXNjb3ZlcnkgcHJvdG9jb2wNCg0KRGlzY292ZXJ5IHByb3RvY29s
cyBhcmUgdXNlZCB0byBpZGVudGlmeSBpbnN0YW5jZXMgb2YgcHJpbnQgc2Vy
dmljZXMNCm9yIHByaW50ZXJzIGJ5IHNlYXJjaGluZyB0aGUgbmV0d29yayBm
b3Igc2VydmljZSB0eXBlcyBvciBkZXZpY2UNCnR5cGVzLiBUaGlzIGhlbHBz
IHRoZSB1c2VyIGJ5IG1ha2luZyBpdCBzbyB0aGF0IHRoZXkgZG9u4oCZdCBu
ZWVkIHRvIGRvDQphIHBoeXNpY2FsIHN1cnZleSBvZiBkZXZpY2VzJyBhZGRy
ZXNzZXMuDQoNClJlZ2FyZGxlc3Mgb2YgdGhlIGFjdHVhbCBkaXNjb3Zlcnkg
cHJvdG9jb2wgdXNlZCwgdGhlIEFQSXMgZHJpdmluZw0KdGhlIHByb3RvY29s
cyBnZW5lcmFsbHkgY2FuIGJlIHVzZWQgaW4gZWl0aGVyIGEgc3luY2hyb25v
dXMgb3INCmFzeW5jaHJvbm91cyBmYXNoaW9uLiBVbmZvcnR1bmF0ZWx5LCBt
YW55IGxlZ2FjeSBzb2Z0d2FyZSBzeXN0ZW1zIChhcw0Kd2VsbCBhcyBkZXZl
bG9wZXJzKSBhcmUgYWNjdXN0b21lZCB0byB0aGUgc3luY2hyb25vdXMgbW9k
ZWwsIHdoaWNoIGlzDQplYXNpbHkgaWRlbnRpZmllZCBieSB0aGUgcHJlc2Vu
Y2Ugb2YgYSAicmVmcmVzaCBidXR0b24iLiBUaGUNCnN5bmNocm9ub3VzIG1v
ZGVsIGlzIG5vdCBhcyB1c2VyIGZyaWVuZGx5IGFzIHRoZSBhc3luY2hyb25v
dXMgbW9kZWwsDQpidXQgaXQgaXMgc29tZXdoYXQgZWFzaWVyIHRvIHdyaXRl
IHByb2dyYW1zIGluIGEgc3luY2hyb25vdXMgd2F5IHRoYW4NCmFuIGFzeW5j
aHJvbm91cyB3YXkuDQoNCk9wdGlvbnMNCg0KICAqIE1FSDoNCg0KICAgICAg
byBQZXJmb3JtIG5ldHdvcmsgZGlzY292ZXJ5IHdpdGggYSBzeW5jaHJvbm91
cyBBUEkNCg0KICAgICAgICAgICMgU2hvdyBwcm9ncmVzcyBiYXINCiAgICAg
ICAgICAjIERpc2NvdmVyeS5TdGFydCgpDQogICAgICAgICAgIyBzbGVlcChY
KSB3aGVyZSBYDQogICAgICAgICAgIyBEaXNjb3ZlcnkuU3RvcCgpDQogICAg
ICBvIFByZXNlbnQgdGhlIHJlc3VsdHMgb2YgdGhlIGRpc2NvdmVyeQ0KICAg
ICAgbyAiUmVmcmVzaCIgYnV0dG9uIHJlc3RhcnRzIHByb2Nlc3MNCg0KICAg
ICAgICAgICMgV2h5IHRoaXMgaXMgYmFkOg0KDQogICAgICAgICAgICAgICog
bGlzdCBjYW4gYmUgc3RhbGUNCiAgICAgICAgICAgICAgKiBpdCBpc27igJl0
ICJsaXZlIg0KICAgICAgICAgICAgICAqICJSZXNldCIgYnV0dG9uIGlzIHVu
bmVjZXNzYXJ5IGFuZCBpcyBhIGNydXRjaA0KICAgICAgbyBVc2VyIHNlbGVj
dHMgYSBwcmludGVyIGFuZCBwcmVzc2VzICJDb250aW51ZSIgb3IgZXF1aXZh
bGVudA0KICAqIEJFVFRFUjoNCg0KICAgICAgbyBQZXJmb3JtIG5ldHdvcmsg
ZGlzY292ZXJ5IHdpdGggYW4gYXN5bmNocm9ub3VzIEFQSQ0KDQogICAgICAg
ICAgIyBTaG93IExpc3QgVUkgd2lkZ2V0DQogICAgICAgICAgIyBEaXNjb3Zl
cnkuU3RhcnQoKSB3aXRoIGEgY2FsbGJhY2sNCiAgICAgICAgICAjIGNhbGxi
YWNrIGlzIGNhbGxlZCB3aGVuIGRpc2NvdmVyeSByZXNwb25zZXMgKGFkZCBv
cg0KICAgICAgICAgICAgcmVtb3ZlKSBhcmUgcmVjZWl2ZWQNCiAgICAgIG8g
VXNlciBzZWxlY3RzIGEgcHJpbnRlciBhbmQgcHJlc3NlcyAiQ29udGludWUi
IG9yIGVxdWl2YWxlbnQNCg0KICAgICAgICAgICMgRGlzY292ZXJ5LlN0b3Ao
KQ0KDQoyLjEuMi4gU2VsZWN0IGEgcHJpbnRlciB2aWEgdXNlciBwcm92aWRp
bmcgYSBETlMgaG9zdG5hbWUgb3IgcmF3IElQdjQNCi8gSVB2NiBhZGRyZXNz
DQoNCkluIHNvbWUgY2FzZXMgYSBkaXNjb3ZlcnkgcHJvdG9jb2wgaXMgZWl0
aGVyIG5vdCBhZGVxdWF0ZSBvcg0KdW5uZWNlc3NhcnkuIEV4YW1wbGVzIG9m
IHdoZW4gdGhpcyB1c2UgY2FzZSBpcyBlbmNvdW50ZXJlZCBpbmNsdWRlDQpw
cmUtcHVibGlzaGVkIG5hbWVzIG9yIGFkZHJlc3NlcywgYW5kIGFsc28gc2l0
dWF0aW9ucyB3aGVyZSB0aGUNCnRhcmdldCBkZXZpY2UgaXMgbm90IG9uIHRo
ZSBsb2NhbCBsaW5rLiAoRE5TLVNEIGFuZCBXUy1EaXNjb3ZlcnkgYXJlDQpn
ZW5lcmFsbHkgdXNlZCBmb3IgbGluay1sb2NhbCBkaXNjb3ZlcnksIHRob3Vn
aCB3aWRlLWFyZWEgdmFyaWFudHMgYXMNCndlbGwgYXMgTERBUCBzeXN0ZW1z
IG1heSBhbHNvIGJlIHVzZWQsIGJ1dCBhcmUgZnJlcXVlbnRseSBub3QgZm9y
DQp2YXJpb3VzIHJlYXNvbnMuKQ0KDQpGb3IgZWFjaCBvZiB0aGVzZSBvcHRp
b25zIGJlbG93LCB0aGUgYXNzdW1wdGlvbiBpcyB0aGF0IHRoZSBjbGllbnQN
CmhhcyByZWNlaXZlZCBhbiBhZGRyZXNzIHN0cmluZywgYW5kIHdpc2hlcyB0
byBjb25uZWN0IHRvIHRoZQ0KDQpPcHRpb25zDQoNCiAgKiBCQUQ6DQoNCiAg
ICAgIG8gTGV0IGVhY2ggcHJpbnRlciBtb2RlbCBtYWtlIHVwIGl0cyBvd24g
cGF0aCwgYW5kIGRlcGVuZCBvbg0KICAgICAgICBzb21lIG90aGVyIHByb3Rv
Y29sIHRvIGdldCB0aGUgcmVzb3VyY2UgcGF0aA0KDQogICAgICAgICAgIyBJ
UFAgaGFzIG5vIGRlZmluZWQgc3RhbmRhcmQgbWVjaGFuaXNtIHRvIGVudW1l
cmF0ZSB0aGUNCiAgICAgICAgICAgIFByaW50ZXIgb2JqZWN0cycgcmVzb3Vy
Y2UgcGF0aHMNCiAgKiBNRUg6DQoNCiAgICAgIG8gSVBQIEdldC1QcmludGVy
LUF0dHJpYnV0ZXMgd2l0aCBwcmludGVyLXVyaSBzZXQgdG8gYSBVUkkgdGhh
dA0KICAgICAgICB3YXMgbWFudWFsbHkgZW50ZXJlZCBieSB0aGUgdXNlcg0K
DQogICAgICAgICAgIyAiaXBwIiBVUkkgc2NoZW1lIGNvdWxkIGJlIHVzZWQg
dG8gZW5jb2RlIHRoZSBob3N0bmFtZSBhbmQNCiAgICAgICAgICAgIHRoZSBy
ZXNvdXJjZSBwYXRoDQogICAgICAgICAgIyBIYXZpbmcgdGhlIHVzZXIgZW50
ZXIgdGhlIFVSSSBleHBvc2VzIHRvbyBtYW55IGRldGFpbHMgdG8NCiAgICAg
ICAgICAgIHRoZSB1c2VyLCBpbmNsdWRpbmcgdGhlIGRldGFpbCBhYm91dCB0
aGUgZmFjdCB0aGF0IElQUCBpcw0KICAgICAgICAgICAgYWN0dWFsbHkgYmVp
aW5nIHVzZWQuIFVzZXJzIG5lZWQgbm90IGJlIGF3YXJlIG9mIHdoaWNoDQog
ICAgICAgICAgICBwcmludCBwcm90b2NvbCBpcyBiZWluZyB1c2VkLg0KICAq
IEdPT0Q6DQoNCiAgICAgIG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMg
d2l0aCBwcmludGVyLXVyaSBzZXQgdG8gYQ0KICAgICAgICB3ZWxsLWtub3du
IFByaW50ZXIgcmVzb3VyY2UgcGF0aA0KDQogICAgICAgICAgIyAiL2lwcC9w
cmludCINCiAgKiBCRVRURVI6DQoNCiAgICAgIG8gSVBQIEdldC1QcmludGVy
LUF0dHJpYnV0ZXMgd2l0aCBwcmludGVyLXVyaSBzZXQgdG8gIi8iDQogICAg
ICBvIGV4YW1pbmUgdGhlICJwcmludGVyLXVyaS1zdXBwb3J0ZWQiIGF0dHJp
YnV0ZTsgdXNlIHRoZSBmaXJzdA0KICAgICAgICBVUkkgaW4gdGhlIGxpc3QN
CiAgICAgIG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMgd2l0aCBwcmlu
dGVyLXVyaSBzZXQgdG8gZmlyc3QgVVJJDQogICogQkVTVDoNCg0KICAgICAg
byBJUFAgR2V0LVByaW50ZXJzIG9wZXJhdGlvbg0KDQogICAgICAgICAgIyBZ
RVQgVE8gQkUgREVGSU5FRCAtIENPTUlORyBXSVRIIFNZU1RFTSBDT05UUk9M
IFNFUlZJQ0UNCiAgICAgICAgICAjIElzIHRoaXMgcmVhbGx5IGdvaW5nIHRv
IGJlIGJldHRlcj8NCg0KDQoyLjIuIEdldCBwcmludGVyIG9wdGlvbnMgdG8g
cG9wdWxhdGUgYSBwcmludCBkaWFsb2cgKGFjdGl2aXR5IGJldHdlZW4NCmRv
aW5nICJGaWxl4oaSUHJpbnQiIGFuZCBwcmVzZW50aW5nIHRoZSBwcmludCBk
aWFsb2cgVUkpDQoNCi0tLS0tLS0tLS0tLQ0KDQpPbmNlIGEgcHJpbnRlciBo
YXMgYmVlbiBpZGVudGlmaWVkLCBpdCBpcyBuZWNlc3NhcnkgZm9yIHRoZSBw
cmludA0Kc3lzdGVtIHRvIHVuZGVyc3RhbmQgdGhlIGNhcGFiaWxpdGllcyB0
aGF0IHRoZSBwcmludGVyIGRldmljZeKAmXMgcHJpbnQNCnNlcnZpY2UgcHJv
dmlkZXMuIFRoaXMgaW5jbHVkZXMgd2hhdCBwcmludCBqb2IgcGF5bG9hZCBm
b3JtYXRzIGNhbiBiZQ0KY29uc3VtZWQgYnkgdGhlIHByaW50IHNlcnZpY2Us
IHRoZSBhdmFpbGFibGUgb3B0aW9ucyBhbmQgZGVmYXVsdA0KY2hvaWNlcywg
YW5kIHNvIGZvcnRoLiBJdCBhbHNvIGluY2x1ZGVzIG90aGVyIGluZm9ybWF0
aW9uIGFib3V0IHRoZQ0KZGV2aWNlIGl0c2VsZiwgc3VjaCBhcyBpdHMgbG9j
YXRpb24uDQoNCk9wdGlvbnM6DQoNCiAgKiBTQUQ6DQoNCiAgICAgIG8gRGVw
ZW5kIG9uIGEtcHJpb3JpIGtub3dsZWRnZSBhYm91dCBhIHBhcnRpY3VsYXIg
bW9kZWwgYXMgYQ0KICAgICAgICB3YXkgb2YgbGlzdGluZyBvcHRpb25zIGZv
ciB0aGUgbW9kZWwgb2YgZGV2aWNlIGlkZW50aWZpZWQgYXMNCiAgICAgICAg
dGhlIHRhcmdldA0KDQogICAgICAgICAgIyBNb2RlbCBzcGVjaWZpYyBwcmlu
dCBkcml2ZXJzIGZhbGwgaW4gdGhpcyBidWNrZXQNCiAgKiBNRUg6DQoNCiAg
ICAgIG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMgT3BlcmF0aW9uDQoN
CiAgICAgICAgICAjIHJlcXVlc3QgaW5jbHVkZXMgbm8gcHJpbnRlciBhdHRy
aWJ1dGVzOyBvbmx5IG9wZXJhdGlvbg0KICAgICAgICAgICAgYXR0cmlidXRl
cw0KICAgICAgICAgICMgcmVwbHkgd2lsbCBjb250YWluIHRoZSBqb2IgdGVt
cGxhdGUgYXR0cmlidXRlcyBmb3IgYWxsDQogICAgICAgICAgICBQRExzDQog
ICAgICBvIENsaWVudCBndWVzc2VzIGF0IHdoYXQgYXR0cmlidXRlcyBtYXkg
d29yayBvciBub3Qgd29yayBmb3IgYQ0KICAgICAgICBnaXZlbiBQREwsIG9y
IHVzZXMgYS1wcmlvcmkga25vd2xlZGdlDQogICogQkVUVEVSOg0KDQogICAg
ICBvIElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIE9wZXJhdGlvbg0KDQog
ICAgICAgICAgIyBhbnkgc3BlY2lmaWMgYXR0cmlidXRlcz8NCiAgICAgIG8g
UHJvY2VzcyByZXN1bHRzOyBkZWNpZGUgb24gYSBQREwNCiAgICAgIG8gSVBQ
IEdldC1QcmludGVyLUF0dHJpYnV0ZXMgT3BlcmF0aW9uDQoNCiAgICAgICAg
ICAjIHJlcXVlc3QgaW5jbHVkZXMgdGhlIGRvY3VtZW50LWZvcm1hdCBhdHRy
aWJ1dGUgd2l0aCB2YWx1ZQ0KICAgICAgICAgICAgc3BlY2lmeWluZyB0aGUg
Y2hvc2VuIFBETA0KICAgICAgICAgICMgcmVwbHkgd2lsbCBjb250YWluIHRo
ZSBqb2IgdGVtcGxhdGUgYXR0cmlidXRlcw0KICAgICAgICAgICAgYXBwcm9w
cmlhdGVseSBmaWx0ZXJlZCAoImNvbG9yZWQiKSBmb3IgdGhhdCBwYXJ0aWN1
bGFyDQogICAgICAgICAgICBkb2N1bWVudC1mb3JtYXQNCg0KDQoyLjMuIENo
ZWNrIGNvbnN0cmFpbnRzIGJldHdlZW4gcHJlc2VudGVkIG9wdGlvbnMNCg0K
LS0tLS0tLS0tLS0tDQoNClByaW50ZXIgZmVhdHVyZXMgYW5kIG9wdGlvbnMg
YXJlIHByZXNlbnRlZCB0eXBpY2FsbHkgaW4gYSBwcmludA0KZGlhbG9nLiBT
b21lIG9mIHRoZXNlIGhhdmUgc3RhdGVzIHRoYXQgaGF2ZSByZWxhdGlvbnNo
aXBzIHdpdGggb3RoZXINCm9wdGlvbnMnIHN0YXRlcywgd2hlcmUgb25lIGNh
bm5vdCBiZSBpbiBhIHBhcnRpY3VsYXIgc3RhdGUgaWYgYW5vdGhlcg0Kb25l
IGlzIHRvby4gVGhlc2UgYXJlIGtub3duIGFzIGNvbnN0cmFpbnRzLCBhbmQg
dGhleSBtdXN0IGJlDQpjYWxjdWxhdGVkIGFueSB0aW1lIHRoZSBzdGF0ZSBv
ZiBhIGNvbnRyb2wgY2hhbmdlcyBzdGF0ZS4gVGhlcmUgYXJlDQp2YXJpb3Vz
IHdheXMgdGhhdCB0aGlzIGNhbiBiZSBkb25lLg0KDQpPcHRpb25zOg0KDQog
ICogQkFEOg0KDQogICAgICBvIElQUCBWYWxpZGF0ZS1Kb2INCg0KICAgICAg
ICAgICMgRXZlcnkgdGltZSBhIGNvbnRyb2wgaXMgY2hhbmdlZCwgdGhlIGNs
aWVudCBzZW5kcyBJUFANCiAgICAgICAgICAgIFZhbGlkYXRlLUpvYiB3aXRo
IGF0dHJpYnV0ZSB2YWx1ZXMgY29ycmVzcG9uZGluZyB0bw0KICAgICAgICAg
ICAgY3VycmVudCBzdGF0ZSBvZiBjb250cm9scw0KICAqIE1FSDoNCg0KICAg
ICAgbyBJUFAgVmFsaWRhdGUtSm9iDQoNCiAgICAgICAgICAjIHdoZW4gIlBy
aW50IiBidXR0b24gaXMgcHJlc3NlZCwgY29uZmlybXMgdGhlIGpvYiBjcmVh
dGlvbg0KICAgICAgICAgICAgLyBzdWJtaXNzaW9uIHdpbGwgc3VjY2VlZCAo
YXV0aGVudGljYXRpb24sIGV0Yy4pDQogICAgICAgICAgIyBjbGllbnQgZGVw
ZW5kcyBvbiB0aGlzIG9wZXJhdGlvbiB0byBwZXJmb3JtIGNvbnN0cmFpbnRz
DQogICAgICAgICAgICB2YWxpZGF0aW9uIHByaW50ZXItc2lkZQ0KICAqIEJF
VFRFUjoNCg0KICAgICAgbyBJUFAgR2V0LVByaW50ZXItQXR0cmlidXRlcw0K
DQogICAgICAgICAgIyBkZXZpY2UgaW1wbGVtZW50cyBqb2ItY29uc3RyYWl0
cy1zdXBwb3J0ZWQNCiAgICAgICAgICAjIGRldmljZSBpbXBsZW1lbnRzIGpv
Yi1yZXNvbHZlcnMtc3VwcG9ydGVkDQogICAgICBvIDxMb2NhbCBwcm9jZXNz
aW5nIG9mIGNvbnN0cmFpbnRzPg0KICAgICAgbyBJUFAgVmFsaWRhdGUtSm9i
DQoNCiAgICAgICAgICAjIHdoZW4gIlByaW50IiBidXR0b24gaXMgcHJlc3Nl
ZCwgY29uZmlybXMgdGhlIGpvYiBjcmVhdGlvbg0KICAgICAgICAgICAgLyBz
dWJtaXNzaW9uIHdpbGwgc3VjY2VlZCAoYXV0aGVudGljYXRpb24sIGV0Yy4p
DQogICAgICAgICAgIyBjb25zdHJhaW50cyB2YWxpZGF0aW9uIGFscmVhZHkg
aGFuZGxlZCBjbGllbnQtc2lkZQ0KDQoNCjIuNC4gU3VibWl0dGluZyBhIFBy
aW50IEpvYg0KDQotLS0tLS0tLS0tLS0NCg0KT25jZSB0aGUgdXNlciBoYXMg
ZGVjaWRlZCBvbiBvcHRpb25zLCB0aGUgcHJpbnQgam9iIGlzIGdlbmVyYXRl
ZCBhbmQNCnVsdGltYXRlbHkgbWFkZSBhdmFpbGFibGUgdG8gdGhlIHByaW50
ZXIgaW4gc29tZSBmYXNoaW9uLiBUaGVyZSBhcmUNCnNldmVyYWwgZGlmZmVy
ZW50IHdheXMgdGhhdCB0aGlzIG1heSBvY2N1ci4NCg0KMi40LjEuIFN1Ym1p
dHRpbmcgYSBwcmludCBqb2IgImJ5IHZhbHVlIg0KDQpUaGlzIGlzIHRoZSBj
bGFzc2ljYWwgd2F5IHRoYXQgYSBwcmludCBqb2IgaXMgc2VudCBmcm9tIHRo
ZSBjbGllbnQgdG8NCnRoZSBwcmludCBzZXJ2aWNlOiBhIGpvYiBpcyBjcmVh
dGVkLCBhbmQgdGhlIGpvYiBpbmZvcm1hdGlvbiBhbmQgam9iDQpwYXlsb2Fk
IGNvbnRlbnQgYXJlIHNlbnQgYnkgdGhlIGNsaWVudCB0byB0aGUgcHJpbnQg
c2VydmljZS4NCg0KT3B0aW9uczoNCg0KICAqIE1FSDoNCg0KICAgICAgbyBJ
UFAgUHJpbnQtSm9iDQoNCiAgICAgICAgICAjIG5vIHByZS1mbGlnaHRpbmcN
CiAgICAgICAgICAjIHRoZSBwcmludGVyIG1heSByZWplY3QgaXQgYnV0IG9u
bHkgYWZ0ZXIgaXQgaGFzIGJlZW4NCiAgICAgICAgICAgIHRyYW5zbWl0dGVk
IGluIHdob2xlIG9yIGluIHBhcnQuDQogICAgICAgICAgIyBiZXR0ZXIgdG8g
Y2hlY2sgdGlja2V0IGFuZCBjb250ZW50IHR5cGVzIGZpcnN0Lg0KICAqIEdP
T0Q6DQoNCiAgICAgIG8gSVBQIFZhbGlkYXRlLUpvYg0KDQogICAgICAgICAg
IyBwcmUtZmxpZ2h0cyB0aGUgam9iIGJ5IHZhbGlkYXRpbmcgdGhlIGpvYiBh
dHRyaWJ1dGVzIGFuZA0KICAgICAgICAgICAgZG9jdW1lbnQgdHlwZQ0KICAg
ICAgbyBJUFAgUHJpbnQtSm9iDQoNCiAgICAgICAgICAjIGNyZWF0ZXMgdGhl
IGpvYiBhbmQgc2VuZHMgdGhlIHBheWxvYWQgaW4gb25lIG9wZXJhdGlvbg0K
ICAgICAgICAgICMgaG93ZXZlciwgdGhlIEpvYiBvYmplY3TigJlzIFVSSSBp
c27igJl0IHVzdWFsbHkga25vd24gdW50aWwNCiAgICAgICAgICAgIHRoZSBq
b2IgdHJhbnNtaXNzaW9uIGlzIGNvbXBsZXRlDQogICAgICAgICAgIyBkb2Vz
buKAmXQgd29yayB3ZWxsIHdpdGggZmxvdy1jb250cm9sbGVkIChsb3ctZW5k
KSBwcmludGVycw0KICAqIEJFVFRFUjoNCg0KICAgICAgbyBJUFAgVmFsaWRh
dGUtSm9iDQoNCiAgICAgICAgICAjIHByZS1mbGlnaHRzIHRoZSBqb2IgYnkg
dmFsaWRhdGluZyB0aGUgam9iIGF0dHJpYnV0ZXMgYW5kDQogICAgICAgICAg
ICBkb2N1bWVudCB0eXBlDQogICAgICBvIElQUCBDcmVhdGUtSm9iDQoNCiAg
ICAgICAgICAjIHJldHVybnMgaW1tZWRpYXRlbHkgd2l0aCB0aGUgam9iIFVS
SSBmb3IgbW9uaXRvcmluZyBhbmQNCiAgICAgICAgICAgIHRpY2tldCBwcm9j
ZXNzaW5nIHN0YXR1cw0KICAgICAgICAgICMgaWYgdGhlcmUgaXMgYSBwcm9i
bGVtIHRoZW4gQ3JlYXRlLUpvYiBtYXkgZmFpbCB0aGUgc2FtZQ0KICAgICAg
ICAgICAgYXMgVmFsaWRhdGUtSm9iIHdvdWxkLCBidXQgbWF5IG5vdCwgd2hp
Y2ggaXMgd2h5IHdlIGRvIGENCiAgICAgICAgICAgIFZhbGlkYXRlLUpvYiBm
aXJzdCAoc28gdGhhdCB0aGVyZSBpc27igJl0IGEgem9tYmllIGpvYg0KICAg
ICAgICAgICAgdGhlcmUpDQogICAgICBvIElQUCBTZW5kLURvY3VtZW50DQoN
CiAgICAgICAgICAjIHBheWxvYWQgdHJhbnNtaXNzaW9uIGlzIGRlLWNvdXBs
ZWQgZnJvbSB0aGUgY3JlYXRpb24gb2YNCiAgICAgICAgICAgIHRoZSBqb2IN
CiAgICAgICAgICAjIG11bHRpcGxlIGRvY3VtZW50cyBjYW4gYmUgc2VudCB0
byBidWlsZCB1cCBhIGNvbXBvdW5kIGpvYg0KICAgICAgICAgICMgbWVhbnMg
dGhhdCB0aGUgY2xpZW50IGRvZXNu4oCZdCBoYXZlIHRvIGJlIHByZXBhcmVk
IGZvciBhbg0KICAgICAgICAgICAgZWFybHkgSFRUUCByZXNwb25zZQ0KICAg
ICAgICAgICMgYWxsb3dzIHRoZSBqb2IgVVJJIHRvIGJlIGxlYXJuZWQgYmVm
b3JlIGpvYiBwYXlsb2FkIGlzDQogICAgICAgICAgICBzZW50DQogICAgICAg
ICAgIyBNVVNUIGNoZWNrIHRvIHNlZSBpZiB2YWx1ZSBvZg0KICAgICAgICAg
ICAgIm11bHRpcGxlLWRvY3VtZW50LWpvYnMtc3VwcG9ydGVkIiBpcyAidHJ1
ZSIsIHRvIHNlZSBpZg0KICAgICAgICAgICAgaXQgaXMgT0sgdG8gZG8gbXVs
dGlwbGUgU2VuZC1Eb2N1bWVudCBvcGVyYXRpb25zIHRvIHRoZQ0KICAgICAg
ICAgICAgc2FtZSBKb2Igb2JqZWN0Lg0KDQoyLjQuMi4gU3VibWl0dGluZyBh
IHByaW50IGpvYiAiYnkgcmVmZXJlbmNlIg0KDQpUaGlzIGlzIGEgc2xpZ2h0
bHkgZGlmZmVyZW50IHdheSB0aGF0IGEgcHJpbnQgam9iIGlzIHNlbnQgZnJv
bSB0aGUNCmNsaWVudCB0byB0aGUgcHJpbnQgc2VydmljZTogYSBqb2IgaXMg
Y3JlYXRlZCBhbmQgbWFkZSBhdmFpbGFibGUgZm9yDQpyZXRyaWV2YWwgYnkg
dGhlIHByaW50IHNlcnZpY2UsIGFuZCB3aGVuIHRoZSBwcmludCBqb2IgdGhl
IGpvYg0KaW5mb3JtYXRpb24gYW5kIGpvYiBwYXlsb2FkIGNvbnRlbnQgYXJl
IHNlbnQgYnkgdGhlIGNsaWVudCB0byB0aGUNCnByaW50IHNlcnZpY2UuDQoN
Ck9wdGlvbnM6DQoNCiAgKiBNRUg6DQoNCiAgICAgIG8gSVBQIFByaW50LVVS
SQ0KDQogICAgICAgICAgIyBubyBwcmUtZmxpZ2h0aW5nDQogICAgICAgICAg
IyB0aGUgcHJpbnRlciBtYXkgcmVqZWN0IGl0IGJ1dCBvbmx5IGFmdGVyIGl0
IGhhcyBiZWVuDQogICAgICAgICAgICB0cmFuc21pdHRlZCBpbiB3aG9sZSBv
ciBpbiBwYXJ0Lg0KICAgICAgICAgICMgYmV0dGVyIHRvIGNoZWNrIHRpY2tl
dCBhbmQgY29udGVudCB0eXBlcyBmaXJzdC4NCiAgKiBHT09EOg0KDQogICAg
ICBvIElQUCBWYWxpZGF0ZS1Kb2INCg0KICAgICAgICAgICMgcHJlLWZsaWdo
dHMgdGhlIGpvYiBieSB2YWxpZGF0aW5nIHRoZSBqb2IgYXR0cmlidXRlcyBh
bmQNCiAgICAgICAgICAgIGRvY3VtZW50IHR5cGUNCiAgICAgIG8gSVBQIFBy
aW50LVVSSQ0KDQogICAgICAgICAgIyBjcmVhdGVzIHRoZSBqb2IgYW5kIHNl
bmRzIGEgVVJMIHRvIHdoZXJlIHRoZSBwYXlsb2FkIGNhbg0KICAgICAgICAg
ICAgYmUgcmV0cmlldmVkIGluIG9uZSBvcGVyYXRpb24NCiAgICAgICAgICAj
IHByaW50IHNlcnZpY2UgcmV0cmlldmVzIHRoZSBwYXlsb2FkIGZpbGUgaXRz
ZWxmDQogICAgICAgICAgIyBob3dldmVyLCB0aGUgSm9iIG9iamVjdOKAmXMg
VVJJIGlzbuKAmXQgdXN1YWxseSBrbm93biB1bnRpbA0KICAgICAgICAgICAg
dGhlIGpvYiB0cmFuc21pc3Npb24gaXMgY29tcGxldGUNCiAgICAgICAgICAj
IGRvZXNu4oCZdCB3b3JrIHdlbGwgd2l0aCBmbG93LWNvbnRyb2xsZWQgKGxv
dy1lbmQpIHByaW50ZXJzDQogICogQkVUVEVSOg0KDQogICAgICBvIElQUCBW
YWxpZGF0ZS1Kb2INCg0KICAgICAgICAgICMgcHJlLWZsaWdodHMgdGhlIGpv
YiBieSB2YWxpZGF0aW5nIHRoZSBqb2IgYXR0cmlidXRlcyBhbmQNCiAgICAg
ICAgICAgIGRvY3VtZW50IHR5cGUNCiAgICAgIG8gSVBQIENyZWF0ZS1Kb2IN
Cg0KICAgICAgICAgICMgcmV0dXJucyBpbW1lZGlhdGVseSB3aXRoIHRoZSBq
b2IgVVJJIGZvciBtb25pdG9yaW5nIGFuZA0KICAgICAgICAgICAgdGlja2V0
IHByb2Nlc3Npbmcgc3RhdHVzDQogICAgICAgICAgIyBpZiB0aGVyZSBpcyBh
IHByb2JsZW0gdGhlbiBDcmVhdGUtSm9iIHdpbGwgZmFpbCB0aGUgc2FtZQ0K
ICAgICAgICAgICAgYXMgVmFsaWRhdGUtSm9iIHdvdWxkDQogICAgICBvIElQ
UCBTZW5kLVVSSQ0KDQogICAgICAgICAgIyBwYXlsb2FkIFVSSSB0cmFuc21p
c3Npb24gaXMgZGUtY291cGxlZCBmcm9tIHRoZSBjcmVhdGlvbg0KICAgICAg
ICAgICAgb2YgdGhlIGpvYg0KICAgICAgICAgICMgbWVhbnMgdGhhdCB0aGUg
Y2xpZW50IGRvZXNu4oCZdCBoYXZlIHRvIGJlIHByZXBhcmVkIGZvciBhbg0K
ICAgICAgICAgICAgZWFybHkgSFRUUCByZXNwb25zZQ0KICAgICAgICAgICMg
YWxsb3dzIHRoZSBqb2IgVVJJIHRvIGJlIGxlYXJuZWQgYmVmb3JlIGpvYiBw
YXlsb2FkIGlzDQogICAgICAgICAgICBzZW50DQoNCg0KMi41LiBNb25pdG9y
aW5nIHByaW50IGpvYiBzdGF0dXMNCg0KLS0tLS0tLS0tLS0tDQoNCldoaWxl
IHRoZSBwcmludCBqb2IgaXMgYmVpbmcgcHJvY2Vzc2VkLCB1c2VycyBtYXkg
d2lzaCB0byBrbm93DQp3aGV0aGVyIGl0IGlzIHByb2NlZWRpbmcgc3VjY2Vz
c2Z1bGx5LCBvciB3aGV0aGVyIHRoZXJlIGFyZQ0KY29uZGl0aW9ucyB0aGF0
IHRoZXkgbmVlZCB0byBoYW5kbGUgdGhhdCBhcmUgcHJldmVudGluZyBwcm9j
ZXNzaW5nDQpmcm9tIHByb2NlZWRpbmcsIHN1Y2ggYXMgYSBtZWRpYSBqYW0s
IG9wZW4gY292ZXJzLCBtYXJraW5nIGFnZW50cw0KZGVwbGV0ZWQsIGFuZCBz
byBmb3J0aC4NCg0KT3B0aW9uczoNCg0KICAqIE1FSDoNCg0KICAgICAgbyBJ
UFAgR2V0LVByaW50ZXItQXR0cmlidXRlcw0KDQogICAgICAgICAgIyBtb25p
dG9yIHRoZSB2YWx1ZSBvZiB0aGUgcHJpbnRlci1zdGF0ZSBhdHRyaWJ1dGUN
CiAgICAgICAgICAjIHBvbGxpbmcgKGxhbWUpDQogICogR09PRDoNCg0KICAg
ICAgbyBJUFAgR2V0LUpvYi1BdHRyaWJ1dGVzDQoNCiAgICAgICAgICAjIHRh
cmdldHMgdGhlIHNwZWNpZmljIGpvYiBzdGF0dXMNCiAgICAgICAgICAjIG1h
eSBiZSBtb3JlIHByZWNpc2UNCiAgICAgICAgICAjIChuZWVkIHRvIHNlZSBp
ZiBqb2IgYXR0cmlidXRlcyB3aWxsIHNob3cgcHJpbnRlciBpc3N1ZXMNCiAg
ICAgICAgICAgICh0b3AgY292ZXIgb3BlbiwgZXRjLikgdGhhdCBibG9jayBh
IGpvYiBhcyB3ZWxsKQ0KICAgICAgICAgICMgcG9sbGluZyAobGFtZSkNCiAg
KiBCRVRURVI6DQoNCiAgICAgIG8gSVBQIENyZWF0ZS1Kb2ItU3Vic2NyaXB0
aW9ucw0KDQogICAgICAgICAgIyBhc3luY2hyb25vdXMgLyBsb25nIHJ1bm5p
bmcgcXVlcmllcyBmb3Igbm90aWZpY2F0aW9ucw0KICAgICAgICAgICAgdGhh
dCBkb27igJl0IHJlcXVpcmUgcG9sbGluZw0KDQoNCjIuNi4gQ2FuY2VsaW5n
IGEgcHJpbnQgam9iDQoNCi0tLS0tLS0tLS0tLQ0KDQpJdCBtYXkgYmUgdGhh
dCB0aGUgdXNlciB3YW50cyB0byB0ZXJtaW5hdGUgYSBqb2IgYmVmb3JlIGl0
IGhhcyBiZWVuDQpmdWxseSBwcm9jZXNzZWQsIGZvciB3aGF0ZXZlciByZWFz
b24uIFRoZXJlIGFyZSB0aGluZ3MgdGhhdCBtdXN0IGJlDQpkb25lIHRvIGVu
c3VyZSB0aGF0IHRoZSBzdGF0ZSBvZiB0aGUgSm9iIG9iamVjdCBoYXMgYmVl
biBkZWNpc2l2ZWx5DQpjbGVhbmVkIHVwIGJ5IHRoZSBjbGllbnQgaWYgdGhl
IGNsaWVudCBpcyByZXNwb25zaWJsZSBmb3IgY2FuY2VsaW5nDQp0aGUgam9i
LiBDbGllbnRzIGxlYXZpbmcgYnJva2VuIEpvYiBvYmplY3RzIG9uIHRoZSBQ
cmludCBzZXJ2aWNlIGlzDQpiYWQgYmVoYXZpb3IuDQoNClRoZXJlIGlzIGFs
c28gYSBkZXBlbmRlbmN5IGJldHdlZW4gdGhlIG9wdGlvbnMgYmVsb3cgYW5k
IGhvdyB0aGUgam9iDQp3YXMgc3VibWl0dGVkLiBJZiBQcmludC1Kb2IgaXMg
dXNlZCwgYnV0IHRoZSBkb2N1bWVudCBwYXlsb2FkIGlzIG5vdA0KY29tcGxl
dGVseSB0cmFuc21pdHRlZCwgdGhlbiBpcyBhIEpvYiBvYmplY3QgZXZlbiBj
cmVhdGVkPyBJcyB0aGlzDQp0cnVlIGluIGFsbCBjYXNlcz8gQWx0ZXJuYXRl
bHksIGlmIENyZWF0ZS1Kb2IgLyBTZW5kLURvY3VtZW50IGlzDQp1c2VkLCBh
bmQgdGhlIENhbmNlbC1Kb2IgaXMgc2VudCBkdXJpbmcgdGhlIFNlbmQtRG9j
dW1lbnQgb3BlcmF0aW9uDQpzdWJtaXNzaW9uLCB0aGVuDQoNCk9wdGlvbnM6
DQoNCiAgKiBCQUQ6DQoNCiAgICAgIG8gQ2xpZW50IHN0b3Agc2VuZGluZyBk
YXRhIGFuZCBjbG9zZSB0aGUgY29ubmVjdGlvbg0KDQogICAgICAgICAgIyBQ
cm9ibGVtOiBUaGUgSVBQIEpvYiBPYmplY3QgbWF5IGhhdmUgYmVlbiBjcmVh
dGVkIGFuZA0KICAgICAgICAgICAgc3RpbGwgZXhpc3QsIGFuZCBiZSBpbiBh
biBpbmRldGVybWluYXRlIHN0YXRlLiBJdCBzaG91bGQNCiAgICAgICAgICAg
IGJlIGV4cGxpY2l0bHkgY2xlYW5lZCB1cCBieSB0aGUgY2xpZW50IGZvciBi
ZXN0DQogICAgICAgICAgICBwZXJmb3JtYW5jZSBhbmQgY29ycmVjdG5lc3Mu
DQogICAgICAgICAgIyBRdWVzdGlvbjogQXJlIHRoZXJlIGFueSByZWFsaXN0
aWMgb3IgdGhlb3JldGljYWwNCiAgICAgICAgICAgIGNvbmRpdGlvbnMgdW5k
ZXIgd2hpY2ggYSBQcmludC1Kb2Igb3BlcmF0aW9uIGRvZXMgTk9UDQogICAg
ICAgICAgICBjcmVhdGUgYSBKb2Igb2JqZWN0Pw0KICAqIE1FSDoNCg0KICAg
ICAgbyBDbGllbnQgc3RvcHMgc2VuZGluZyBjaHVua3MgYnV0IGRvZXNu4oCZ
dCBjbG9zZSB0aGUgY29ubmVjdGlvbg0KICAgICAgICBiZWNhdXNlIGl0IGlz
IGV4cGVjdGluZyBhbiBJUFAgb3BlcmF0aW9uIHJlcGx5Lg0KICAgICAgbyBJ
UFAgQ2FuY2VsLUpvYiBvcGVyYXRpb24gcmVxdWVzdCBmb3IgdGhlIGpvYiB2
aWEgYSBzZWNvbmQNCiAgICAgICAgY29ubmVjdGlvbiwgd2hpY2ggZm9yIHNv
bWUgcHJpbnRlcnMgY291bGQgcmVzdWx0IGluIGEgUERMDQogICAgICAgIGlu
dGVycHJldGVyIGhhbmcgYmVjYXVzZSB0aGUgbGFzdCBjaHVuayBzZW50IGRp
ZG7igJl0IHN0b3Agb24gYQ0KICAgICAgICAic3RhdGVtZW50IiBib3VuZGFy
eQ0KDQogICAgICAgICAgIyBCdXQgaWYgdGhlIGNsaWVudCBzdG9wcyB3aXRo
IGEgemVybyBsZW5ndGggY2h1bmsgdGhlbiB0aGUNCiAgICAgICAgICAgIElQ
UCBzdGFjayB3aWxsIGtub3cgdGhhdCB0cmFuc3BvcnQgaXMgY29tcGxldGUN
CiAgICAgICAgICAjIE5lZWQgdG8gZGVmaW5lIGEgIm1hZ2ljIGNodW5rIiB0
aGF0IG9wZXJhdGVzIGtpbmQgb2YgbGlrZQ0KICAgICAgICAgICAgYW4gaW4t
YmFuZCBpbmxpbmUgQ2FuY2VsLUpvYiBvcGVyYXRpb24sIHRvIHRlbGwgdGhl
IFBETA0KICAgICAgICAgICAgaW50ZXJwcmV0ZXIgdGhhdCBubyBtb3JlIGpv
YiBwYXlsb2FkIGNodW5rcz8NCiAgKiBHT09EOg0KDQogICAgICBvIElQUCBD
YW5jZWwtSm9iDQogICAgICBvIENsaWVudCBzdG9wcyBzZW5kaW5nIGNodW5r
cyBhbmQgY2xvc2VzIHRoZSBjb25uZWN0aW9uDQogICogQkVUVEVSOg0KDQog
ICAgICBvID8/Pw0KDQoNCjIuNy4gR2V0dGluZyBwcmludGVyIHN1cHBsaWVz
IHN0YXR1cw0KDQotLS0tLS0tLS0tLS0NCg0KU29tZSBhZG1pbmlzdHJhdGl2
ZSB0YXNrcywgbGlrZSBjaGVja2luZyBjb25zdW1hYmxlcyBsZXZlbHMsIGFy
ZQ0KcHJlc2VudGVkIHRvIGVuZCB1c2VycyBpbiBzb21lIGNhc2VzLCBzdWNo
IGFzIGR1cmluZyBwcmludCBqb2Igc3RhdHVzDQpvciBpbiBwcmludCBkaWFs
b2dzLiBUaGlzIGlzIHVzZWZ1bCB0byBlbmQgdXNlcnMgYW5kIHNob3VsZCBi
ZQ0Kc3VwcG9ydGVkLg0KDQpPcHRpb25zOg0KDQogICogTUVIOg0KDQogICAg
ICBvIERvbuKAmXQgdXNlIElQUCBidXQgdXNlIHNvbWUgcHJvcHJpZXRhcnkg
cHJvdG9jb2wgb3INCiAgICAgICAgcGxhdGZvcm0tc3BlY2lmaWMgZXh0ZW5z
aW9uIHRvIElQUA0KDQogICAgICAgICAgIyBUaGUgcG9pbnQgaXMgdG8gdXNl
IG9ubHkgSVBQIGV4dGVuc2lvbnMgYmFzZWQgb24gb3Blbg0KICAgICAgICAg
ICAgc3RhbmRhcmRzIChpLmUuIFBXRyBzdGFuZGFyZCkgYW5kIHRoaXMgdmlv
bGF0ZXMgdGhhdCBjb3JlDQogICAgICAgICAgICBwcmluY2lwbGUNCiAgKiBH
T09EOg0KDQogICAgICBvIElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzDQoN
CiAgICAgICAgICAjIHByaW50ZXIgbXVzdCBpbXBsZW1lbnQgSlBTMyAicHJp
bnRlci1zdXBwbHkiIGF0dHJpYnV0ZQ0KDQoNCg0KLS0NClRoaXMgbWVzc2Fn
ZSBoYXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KZGFuZ2Vyb3Vz
IGNvbnRlbnQgYnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KYmVsaWV2ZWQgdG8g
YmUgY2xlYW4uDQoNCg0KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX18NCmlwcCBtYWlsaW5nIGxpc3QNCmlwcEBwd2cu
b3JnPG1haWx0bzppcHBAcHdnLm9yZz4NCmh0dHBzOi8vd3d3LnB3Zy5vcmcv
bWFpbG1hbi9saXN0aW5mby9pcHANCg0KDQoNCgotLSAKVGhpcyBtZXNzYWdl
IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kCmRhbmdlcm91cyBj
b250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMKYmVsaWV2ZWQgdG8gYmUg
Y2xlYW4uCgo=

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1010717503==--

From ipp-bounces@pwg.org  Sun Nov 25 18:05:16 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 416C921F862E for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 18:05:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.999
X-Spam-Level: 
X-Spam-Status: No, score=-99.999 tagged_above=-999 required=5 tests=[HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4d7Z2KXOk5Zg for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 18:05:15 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 181BD21F8628 for <ipp-archive@lists.ietf.org>; Sun, 25 Nov 2012 18:05:14 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 3D76179222; Sun, 25 Nov 2012 21:04:53 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 093F279218; Sun, 25 Nov 2012 21:04:39 -0500 (EST)
MIME-version: 1.0
Received: from relay13.apple.com ([17.128.113.29]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0ME200E34OFA4H62@mail-out.apple.com>; Sun, 25 Nov 2012 18:04:39 -0800 (PST)
X-AuditID: 1180711d-b7fe16d00000096a-a4-50b2ce357397
Received: from [17.151.72.72] (Unknown_Domain [17.151.72.72]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay13.apple.com (Apple SCV relay) with SMTP id 7B.E9.02410.63EC2B05; Sun, 25 Nov 2012 18:04:39 -0800 (PST)
Subject: Re: [IPP] IPP/Cloud Agenda - 3-5pm Eastern Monday 26 November
From: Michael Sweet <msweet@apple.com>
In-reply-to: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com>
Date: Sun, 25 Nov 2012 21:04:55 -0500
Message-id: <D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com>
References: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com>
To: Ira McDonald <blueroofmusic@gmail.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrBLMWRmVeSWpSXmKPExsUiON3DQ9f83KYAg60HGS1ev1rKbnF5+wFW i2P7XrJYHPkW68DisfXkDzaPnbPusnvMWzydKYA5issmJTUnsyy1SN8ugSujf9pDtoK97hVT JjSyNDBesO9i5OSQEDCReLntOBuELSZx4d56IJuLQ0hgMpPE9O2XWEASwgJuErcvtzCB2LwC ehKHO7ezgtjMAgkSN27dBathE1CT+D2pDyjOwcEpECgx+7c+SJhFQFWi8Wo/E0S5gsTkC2vZ IMbYSMx4/hqsVUggQOLG7p9grSICWhJLnitCnCMrsWJqL9MERr5ZSBbPQrIYwtaWWLbwNTOE rSfxsukdO4QtL7H97RyouK7ExXWTGBcwsq1iFCxKzUmsNDTWSywoyEnVS87P3cQICt+GQtkd jPt/8h9iFOBgVOLhLTyxKUCINbGsuDL3EKMEB7OSCO9EJqAQb0piZVVqUX58UWlOavEhRmkO FiVx3l0XNgYICaQnlqRmp6YWpBbBZJk4OKUaGPf8KeN58qfp4zK/6z68zo+l2O6nrvidsGvd Wt2uzsW7EoSOJF27+n6L9Gsb5QeLxZkm3nnCUnnzhKvnN81KNvf6DxHlSgt4baXWn3Vi25Y2 IcJklVmJEddb/dnKAjrn5Lm8bjqGB35zsvoia9nu9v1TdHha7vcrt4/uWd920TKMN5E54tis SiWW4oxEQy3mouJEALjzTmtbAgAA
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: ipp@pwg.org, cloud@pwg.org
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1754335919=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 3D76179222.AA1E8
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1754335919==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_TvGs5GT9od/fCT4vQCPu4Q)"


--Boundary_(ID_TvGs5GT9od/fCT4vQCPu4Q)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Also IPP F2F slides... :)

On 2012-11-25, at 12:46 PM, Ira McDonald <blueroofmusic@gmail.com> wrote:

> Hi,
> 
> Our next IPP/Cloud joint call will be this Monday!
> 
> Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern
> 
> Call-in toll-free number (US/Canada): 1-866-469-3239
> Call-in toll number (US/Canada): 1-650-429-3300 (Primary)
> Call-in toll number (US/Canada): 1-408-856-9570 (Backup)
> 
> Attendee Access Code: *******#
> Attendee ID Code: # (empty)
> 
> ------------------------------ ------------------------
> Meeting information
> ------------------------------
> -------------------------
> Topic: IPP/Cloud Imaging WG Telecon
> Date: Every Monday, from Monday, July 9, 2012 to no end date
> Time: 12:00 pm, Pacific Daylight Time (San Francisco)
> Meeting Number: 624 587 312
> Meeting Password: pwg123
> -------------------------------------------------------
> To start or join the online meeting
> -------------------------------------------------------
> Go to https://appleinc.webex.com/appleinc/j.php?ED=204995427&UID=504472682&PW=NNzM5MmRlMzBl&RT=MiM0
> -------------------------------------------------------
> 
> Agenda:
> 
> (1) PWG IP Policy and Minute Taker
> - Mike?
> 
> (2) Approve IPP minutes from last meeting
> - ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf
> 
> (3) Review Cloud F2F slides
> - to be posted
> 
> (4) Review strawman WSDL for Cloud Print Operations
> - see Pete's email from 5 November 2012
> - http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5
> 
> 
> (5) Status of PWG Formal Vote on IPP Everywhere
> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf
> 
> (6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)
> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf
> - start PWG Last Call to span December F2F
> 
> (7) Next steps
> - SM/Cloud WG sessions at PWG F2F on Wednesday 5 December
> - IPP WG session at PWG F2F on Thursday 6 December
> 
> Cheers,
> - Ira
> 
> 
> Ira McDonald (Musician / Software Architect)
> Chair - Linux Foundation Open Printing WG
> Secretary - IEEE-ISTO Printer Working Group
> Co-Chair - IEEE-ISTO PWG IPP WG
> Co-Chair - TCG Trusted Mobility Solutions WG
> Chair - TCG Embedded Systems Hardcopy SG
> IETF Designated Expert - IPP & Printer MIB
> Blue Roof Music/High North Inc
> http://sites.google.com/site/blueroofmusic
> http://sites.google.com/site/highnorthinc
> mailto:blueroofmusic@gmail.com
> Winter  579 Park Place  Saline, MI  48176  734-944-0094
> Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
> Temporary Cabin *** 2012 only *** 906-494-2523
> 
> 
> -- 
> This message has been scanned for viruses and 
> dangerous content by MailScanner, and is 
> believed to be clean. _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_TvGs5GT9od/fCT4vQCPu4Q)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Also IPP F2F slides... :)<div><br><div><div>On 2012-11-25, at 12:46 PM, Ira McDonald &lt;<a href="mailto:blueroofmusic@gmail.com">blueroofmusic@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,<br><br>Our next <span>IPP/Cloud joint </span>call will be this Monday!<br><br>Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern<br><br>Call-in toll-free number (US/Canada): <a href="tel:1-866-469-3239" value="+18664693239" target="_blank">1-866-469-3239</a><br>




Call-in toll number (US/Canada): <a href="tel:1-650-429-3300" value="+16504293300" target="_blank">1-650-429-3300</a> (Primary)<br>
Call-in toll number (US/Canada): <a href="tel:1-408-856-9570" value="+14088569570" target="_blank">1-408-856-9570</a> (Backup)<br><br>Attendee Access Code: *******#<br>Attendee ID Code: # (empty)<br><br>------------------------------
------------------------<br>
Meeting information<br>------------------------------<div>-------------------------<br>Topic: <span>IPP</span>/Cloud Imaging WG Telecon<br>Date: Every Monday, from Monday, July 9, 2012 to no end date<br>Time: 12:00 pm, Pacific Daylight Time (San Francisco)<br>



Meeting Number: 624 587 312<br>Meeting Password: pwg123<br>-------------------------------------------------------<br>To start or join the online meeting<br>-------------------------------------------------------<br>Go to <a href="https://appleinc.webex.com/appleinc/j.php?ED=204995427&amp;UID=504472682&amp;PW=NNzM5MmRlMzBl&amp;RT=MiM0" target="_blank">https://appleinc.webex.com/appleinc/j.php?ED=204995427&amp;UID=504472682&amp;PW=NNzM5MmRlMzBl&amp;RT=MiM0</a><br>



-------------------------------------------------------<br><div><br><span>Agenda</span>:<br><br>(1) PWG IP Policy and Minute Taker<br>- Mike?<br>
<br>(2) Approve <span>IPP</span> minutes from last meeting<br>
- <a href="ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf" target="_blank">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf</a><br>

<br>(3) Review Cloud F2F slides<br>- to be posted<br><br>(4) Review strawman WSDL for Cloud Print Operations<br>- see Pete's email from 5 November 2012<br>- <a href="http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5" target="_blank">http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5</a><div>
<br class="webkit-block-placeholder"></div><br>(5) Status of PWG Formal Vote on <span>IPP</span> Everywhere<br>

- <span style="white-space:pre-wrap"></span><a href="ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf" target="_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf</a><br>
<br>(6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)<br>
- <a href="ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf" target="_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf</a><br>- <span></span>start PWG Last Call to span December F2F<br>
<br>(7) Next steps<br>- SM/Cloud WG sessions at PWG F2F on Wednesday 5 December<br>
</div></div>- <span>IPP</span> WG session at PWG F2F on Thursday 6 December<br>
<br>Cheers,<br>- Ira<br><br><br clear="all">Ira McDonald (Musician / Software Architect)<br>Chair - Linux Foundation Open Printing WG<br>Secretary - IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-Chair - TCG Trusted Mobility Solutions WG<br>
Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &amp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style="color:rgb(51,51,255)" href="http://sites.google.com/site/blueroofmusic" target="_blank">http://sites.google.com/site/blueroofmusic</a><br>
<a style="color:rgb(102,0,204)" href="http://sites.google.com/site/highnorthinc" target="_blank">http://sites.google.com/site/highnorthinc</a><br>mailto:<a href="mailto:blueroofmusic@gmail.com" target="_blank">blueroofmusic@gmail.com</a><br>
Winter&nbsp; 579 Park Place&nbsp; Saline, MI&nbsp; 48176&nbsp; 734-944-0094<br>Summer&nbsp; PO Box 221&nbsp; Grand Marais, MI 49839&nbsp; 906-494-2434<br>Temporary Cabin *** 2012 only *** 906-494-2523<br><div style="display:inline"></div><div style="display:inline">
</div><div style="display:inline"></div><div></div><div></div><div></div><div></div><br>
<br>-- 
<br>This message has been scanned for viruses and
<br>dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br>believed to be clean.

_______________________________________________<br>ipp mailing list<br><a href="mailto:ipp@pwg.org">ipp@pwg.org</a><br>https://www.pwg.org/mailman/listinfo/ipp<br></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">________________________________________________________________________<br>Michael Sweet, Senior Printing System Engineer, PWG Chair<br></span>

</div>
<br></div><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_TvGs5GT9od/fCT4vQCPu4Q)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1754335919==--

From ipp-bounces@pwg.org  Sun Nov 25 19:04:08 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AC37A21F86A7 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 19:04:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -100
X-Spam-Level: 
X-Spam-Status: No, score=-100 tagged_above=-999 required=5 tests=[USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UTB621zOrSa2 for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 19:04:06 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id C027121F86A3 for <ipp-archive@lists.ietf.org>; Sun, 25 Nov 2012 19:04:05 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id F1FD67922A; Sun, 25 Nov 2012 22:03:48 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from g4t0016.houston.hp.com (g4t0016.houston.hp.com [15.201.24.19]) by pwg.org (Postfix) with ESMTP id 8FF3279225 for <ipp@pwg.org>; Sun, 25 Nov 2012 22:03:35 -0500 (EST)
Received: from G9W0369G.americas.hpqcorp.net (g9w0369g.houston.hp.com [16.216.193.232]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g4t0016.houston.hp.com (Postfix) with ESMTPS id DD8A1150C2; Mon, 26 Nov 2012 03:03:34 +0000 (UTC)
Received: from G4W3200G.americas.hpqcorp.net (16.234.105.236) by G9W0369G.americas.hpqcorp.net (16.216.193.232) with Microsoft SMTP Server (TLS) id 14.2.283.4; Mon, 26 Nov 2012 03:03:20 +0000
Received: from G4W3295.americas.hpqcorp.net ([169.254.3.253]) by G4W3200G.americas.hpqcorp.net ([16.234.105.236]) with mapi id 14.02.0283.004; Mon, 26 Nov 2012 03:03:20 +0000
From: "Kennedy, Smith (Wireless Architect)" <smith.kennedy@hp.com>
To: Ira McDonald <blueroofmusic@gmail.com>
Subject: Re: [IPP] IPP use best practices - a call for feedback
Thread-Topic: [IPP] IPP use best practices - a call for feedback
Thread-Index: AQHNx2w1gZHAtmgpjkqvGSDE4mk7NZfzWoQAgAeH7YCAACQdAIAAb8OA
Date: Mon, 26 Nov 2012 03:03:19 +0000
Message-ID: <70CE3575-0EDD-4F0A-A359-431B7C83A90A@hp.com>
References: <617781A1-E794-4528-8F64-B723C87A3D9F@hp.com> <F9F4E6F5-E9C8-425F-BA24-2326FEFB5C7F@hp.com> <CAN40gStomnRordAXhWLXc-SK5JDwLusXsL7dHCD080Ve31A9Tg@mail.gmail.com> <1291403E-20CF-4447-838C-B28D11E05E46@hp.com>
In-Reply-To: <1291403E-20CF-4447-838C-B28D11E05E46@hp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [15.201.58.21]
Content-ID: <A3E870A5B514444D97267C0CCDB0CBEA@Compaq.com>
MIME-Version: 1.0
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "<ipp@pwg.org>" <ipp@pwg.org>
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0794035136=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: F1FD67922A.A99E4
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============0794035136==
Content-Language: en-US
Content-Type: text/plain; charset="utf-8"
Content-ID: <A3E870A5B514444D97267C0CCDB0CBEA@Compaq.com>
Content-Transfer-Encoding: base64

T0ssIFBERiByZW5kZXJpbmcgcG9zdGVkOg0KDQpmdHA6Ly9mdHAucHdnLm9y
Zy9wdWIvcHdnL2lwcC93aGl0ZXBhcGVyL3RiLWlwcC1iZXN0LXByYWN0aWNl
cy0yMDEyMTEyNS5wZGYNCg0KU21pdGgNCg0KDQoNCg0KT24gMjAxMi0xMS0y
NSwgYXQgMToyMyBQTSwgIktlbm5lZHksIFNtaXRoIChXaXJlbGVzcyBBcmNo
aXRlY3QpIiA8c21pdGgua2VubmVkeUBocC5jb20+DQogd3JvdGU6DQoNCj4g
SGkgSXJhLA0KPiANCj4gU29ycnkgZm9yIHRoZSB0aHJhc2ggLSB0aGF0J3Mg
d2hhdCBJIGdldCBmb3IgY2xpY2tpbmcgU2VuZCB0b28gcXVpY2tseS4gIEkn
dmUgaW5zZXJ0ZWQgaXQgaW5saW5lIGJlbG93LiAgQ2FuIHlvdSBvciBNaWtl
IHNlbmQgbWUgaW5mb3JtYXRpb24gb24gaG93IHRvIHVwbG9hZCBhIGZpbGUg
dG8gdGhhdCBkaXJlY3Rvcnk/ICBJJ3ZlIG5ldmVyIHVwbG9hZGVkIGZpbGVz
IHRvIHRoZSBQV0cgRlRQIHNpdGUgYmVmb3JlLg0KPiANCj4gU21pdGgNCj4g
DQo+IA0KPiANCj4gT24gMjAxMi0xMS0yNSwgYXQgMTE6MTQgQU0sIElyYSBN
Y0RvbmFsZCA8Ymx1ZXJvb2ZtdXNpY0BnbWFpbC5jb208bWFpbHRvOmJsdWVy
b29mbXVzaWNAZ21haWwuY29tPj4NCj4gd3JvdGU6DQo+IA0KPiBIaSBTbWl0
aCwNCj4gDQo+IFRoYW5rcyBmb3IgdGhpcyBnb29kIHN0YXJ0IG9uIElQUCBi
ZXN0IHByYWN0aWNlcy4NCj4gDQo+IEJUVyAtIHlvdXIgcGxhaW50ZXh0IHJl
c2VuZCBsb3N0IHNlY3Rpb24gMSB3LyB0aGUgZXhwbGFuYXRpb24NCj4gb2Yg
dGhlIHJhbmtpbmcgY29kZXMsIGFkZGluZyBhIGJpdCBvZiBjb25mdXNpb24u
ICBJdCB3b3VsZCBiZQ0KPiBhIGdvb2QgaWRlYSB0byBwb3N0IGEgcGxhaW50
ZXh0IHZlcnNpb24gaW4gdGhlIGRpcmVjdG9yeToNCj4gDQo+IGZ0cDovL2Z0
cC5wd2cub3JnL3B1Yi9wd2cvaXBwL3doaXRlcGFwZXINCj4gLSAoaW5mb3Jt
YWwgZG9jdW1lbnRzLCBiZWZvcmUgYSBwcm9qZWN0IGhhcyBiZWVuIGNoYXJ0
ZXJlZCkNCj4gDQo+IEkgZGlkbid0IHNjaGVkdWxlIGRpc2N1c3Npb24gb2Yg
dGhpcyBkb2N1bWVudCBmb3IgdG9tb3Jyb3cncw0KPiBqb2ludCBJUFAvQ2xv
dWQgbWVldGluZywgYmVjYXVzZSB3ZSBhbHJlYWR5IHByb2JhYmx5IGhhdmUN
Cj4gdG9vIG11Y2ggY29udGVudCAoUGV0ZSdzIENsb3VkIFByaW50IG9wZXJh
dGlvbnMsIHJldmlldyBvZg0KPiBib3RoIENsb3VkIGFuZCBJUFAgc2xpZGVz
IGZvciBGMkYpLiAgSSBzdWdnZXN0IHRoYXQgd2UgY291bGQNCj4gc3BlbmQg
c29tZSB0aW1lIG9uIHRoaXMgZHVyaW5nIHRoZSBJUFAgc2Vzc2lvbiBhdCB0
aGUgRjJGLg0KPiANCj4gTXkgaW5pdGlhbCBoaWdoLWxldmVsIHJlc3BvbnNl
IGlzIHRoYXQgd2Ugc2hvdWxkIHRyeSB0byBhbGlnbg0KPiB0aGUgcmVjb21t
ZW5kYXRpb25zIHcvIHRoZSBuZXcgcmVhbGl0eSBvZiBJUFAgRXZlcnl3aGVy
ZQ0KPiAoZS5nLiwgdGhlIGNoYXJhY3Rlcml6YXRpb24gb2YgQm9uam91ciBh
cyBsb2NhbCBzdWJuZXQgb25seQ0KPiBjb25mbGljdHMgdy8gdGhlIG1hbmRh
dG9yeSBzdXBwb3J0IGZvciBETlMtU0QgaW4gdGhlIElQUA0KPiBFdmVyeXdo
ZXJlIHNwZWMpLg0KPiANCj4gR2VuZXJhbGx5LCBJIHRoaW5rIHdlIG5lZWQg
dG8gcmVjb21tZW5kIGJlc3QgcHJhY3RpY2VzIGZvcg0KPiAqZnV0dXJlKiBJ
UFAgcHJpbnRlcnMgYW5kIGNsaWVudHMuDQo+IA0KPiBDaGVlcnMsDQo+IC0g
SXJhDQo+IA0KPiBJcmEgTWNEb25hbGQgKE11c2ljaWFuIC8gU29mdHdhcmUg
QXJjaGl0ZWN0KQ0KPiBDaGFpciAtIExpbnV4IEZvdW5kYXRpb24gT3BlbiBQ
cmludGluZyBXRw0KPiBTZWNyZXRhcnkgLSBJRUVFLUlTVE8gUHJpbnRlciBX
b3JraW5nIEdyb3VwDQo+IENvLUNoYWlyIC0gSUVFRS1JU1RPIFBXRyBJUFAg
V0cNCj4gQ28tQ2hhaXIgLSBUQ0cgVHJ1c3RlZCBNb2JpbGl0eSBTb2x1dGlv
bnMgV0cNCj4gQ2hhaXIgLSBUQ0cgRW1iZWRkZWQgU3lzdGVtcyBIYXJkY29w
eSBTRw0KPiBJRVRGIERlc2lnbmF0ZWQgRXhwZXJ0IC0gSVBQICYgUHJpbnRl
ciBNSUINCj4gQmx1ZSBSb29mIE11c2ljL0hpZ2ggTm9ydGggSW5jDQo+IGh0
dHA6Ly9zaXRlcy5nb29nbGUuY29tL3NpdGUvYmx1ZXJvb2ZtdXNpYw0KPiBo
dHRwOi8vc2l0ZXMuZ29vZ2xlLmNvbS9zaXRlL2hpZ2hub3J0aGluYw0KPiBt
YWlsdG86Ymx1ZXJvb2ZtdXNpY0BnbWFpbC5jb208bWFpbHRvOmJsdWVyb29m
bXVzaWNAZ21haWwuY29tPg0KPiBXaW50ZXIgIDU3OSBQYXJrIFBsYWNlICBT
YWxpbmUsIE1JICA0ODE3NiAgNzM0LTk0NC0wMDk0DQo+IFN1bW1lciAgUE8g
Qm94IDIyMSAgR3JhbmQgTWFyYWlzLCBNSSA0OTgzOSAgOTA2LTQ5NC0yNDM0
DQo+IFRlbXBvcmFyeSBDYWJpbiAqKiogMjAxMiBvbmx5ICoqKiA5MDYtNDk0
LTI1MjMNCj4gDQo+IA0KPiANCj4gT24gVHVlLCBOb3YgMjAsIDIwMTIgYXQg
NjoxMyBQTSwgS2VubmVkeSwgU21pdGggKFdpcmVsZXNzIEFyY2hpdGVjdCkg
PHNtaXRoLmtlbm5lZHlAaHAuY29tPG1haWx0bzpzbWl0aC5rZW5uZWR5QGhw
LmNvbT4+IHdyb3RlOg0KPiBNeSBhcG9sb2dpZXMgLSBJIGFsd2F5cyBmb3Jn
ZXQgdGhhdCB0aGlzIHJlZmxlY3RvciB3aWxsIGRvd25zYW1wbGUgdG8gcGxh
aW4gdGV4dCwgYW5kIEkgaGFkIGN1dC1hbmQtcGFzdGVkIEhUTUwgaW4gdG8g
bXkgb3JpZ2luYWwgcG9zdGluZy4gIEJlbG93IGlzIGEgcGxhaW4gdGV4dCBy
ZW5kZXJpbmcuDQo+IA0KPiBTbWl0aA0KPiANCj4gDQo+IA0KPiBPbiAyMDEy
LTExLTIwLCBhdCAzOjEzIFBNLCAiS2VubmVkeSwgU21pdGggKFdpcmVsZXNz
IEFyY2hpdGVjdCkiIDxzbWl0aC5rZW5uZWR5QGhwLmNvbTxtYWlsdG86c21p
dGgua2VubmVkeUBocC5jb20+Pg0KPiB3cm90ZToNCj4gDQo+PiBHcmVldGlu
Z3MsDQo+PiANCj4+IEkgaGFkIGFuIGFjdGlvbiBpdGVtIGZyb20gdHdvIGNv
bmZlcmVuY2UgY2FsbHMgYWdvIHRvIHBvc3QgdG8gdGhlIHJlZmxlY3RvciBv
biB0aGUgc3ViamVjdCBvZiBJUFAgcHJvdG9jb2wgImJlc3QgcHJhY3RpY2Vz
IiwgdG8gZW51bWVyYXRlIG9wdGlvbnMgZm9yIGhvdyBJUFAgY2FuIGJlIHVz
ZWQgaW4gb3JkZXIgdG8gc2F0aXNmeSBhbGwgb3IgYSBjb3JlIHNldCBvZiB1
c2UgY2FzZXMuICBUaGUgZ29hbCB3ZSBkaXNjdXNzZWQgd2FzIHRvIGNvbWUg
dG8gY29uc2Vuc3VzIGFuZCB0aGVuIHB1Ymxpc2ggdGhlIGNvbnNlbnN1cyBz
byB0aGF0IHRoZSBiZXN0IHByYWN0aWNlcyBjYW4gYmUgYWRvcHRlZCBhcyB3
aWRlbHkgYXMgcG9zc2libGUsIHRvIGhlbHAgZW5jb3VyYWdlIGEgaGlnaCBx
dWFsaXR5IHVzZXIgZXhwZXJpZW5jZSBhbmQgYmVzdCBwZXJmb3JtYW5jZS4N
Cj4+IA0KPj4gQWxsIG9mIHRoZSBJUFAgc3BlY2lmaWNhdGlvbnMgZGVzY3Jp
YmUgd2hhdCBjYW4gYmUgZG9uZSB3aXRoIElQUCwgYnV0IHdlIGFsbCBrbm93
IHRoYXQgaXMgYnJvYWQsIGFuZCB3aXRoIHRoZSBleGNlcHRpb24gb2YgUkZD
IDMxOTYsIG5vdGhpbmcgaGFzIGJlZW4gZG9uZSB0byBleGFtaW5lIGhvdyBi
ZXN0IHRvIHVzZSB0aGUgdG9vbHNldCBhdmFpbGFibGUgdmlhIElQUC4gIEFz
IHdlbGwgYWxsIGtub3csIGp1c3QgYmVjYXVzZSBzb21ldGhpbmcgKmNhbiog
YmUgZG9uZSBkb2Vzbid0IG1lYW4gaXQgKnNob3VsZCogYmUgZG9uZS4gIEd1
aWRhbmNlIG9uIGhvdyB0byBiZXN0IHVzZSBJUFAgd291bGQgYmVuZWZpdCB0
aGUgSVBQIHVzZXIgY29tbXVuaXR5IGFzIGEgd2hvbGUuDQo+PiANCj4+IEkg
aW5jbHVkZWQgdGhlIGRlc2NyaXB0aW9ucyBJIGhhdmUgYmVlbiB3b3JraW5n
IG9uIGJlbG93IGluLWxpbmUgc28gdGhhdCBmZWVkYmFjayBjb3VsZCBiZSBw
cm92aWRlZCBkaXJlY3RseSB2aWEgZW1haWwgcmF0aGVyIHRoYW4gYnkgZWRp
dGluZyBhIGRvY3VtZW50LiAgSWYgdGhlcmUgYXJlIHN1Z2dlc3Rpb25zIG9u
IGhvdyB0byBiZXN0IHJldmlldyB0aGVzZSAocGVyaGFwcyBvbmUgcGVyIGVt
YWlsIHRocmVhZCksIGxldCBtZSBrbm93IGFuZCBJIHdpbGwgcmUtZmFjdG9y
IC8gcmUtcG9zdC4NCj4+IA0KPj4gQ2hlZXJzLA0KPj4gU21pdGgNCj4+IA0K
Pj4gLyoqDQo+PiAgIFNtaXRoIEtlbm5lZHkNCj4+ICAgSGV3bGV0dC1QYWNr
YXJkIENvLg0KPj4gICBzbWl0aC5rZW5uZWR5QGhwLmNvbTxtYWlsdG86c21p
dGgua2VubmVkeUBocC5jb20+PG1haWx0bzpzbWl0aC5rZW5uZWR5QGhwLmNv
bTxtYWlsdG86c21pdGgua2VubmVkeUBocC5jb20+Pg0KPj4gKi8NCj4+IA0K
PiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCj4gDQo+IFByaW50IFVzZSBD
YXNlcyBhbmQgQmVzdCBQcmFjdGljZSBTb2x1dGlvbnMgVXNpbmcgSVBQDQo+
IA0KPiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCj4gDQo+IFNtaXRoIEtl
bm5lZHkNCj4gDQo+IDxzbWl0aC5rZW5uZWR5QGhwLmNvbTxtYWlsdG86c21p
dGgua2VubmVkeUBocC5jb20+Pg0KPiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0NCj4gDQo+IFRhYmxlIG9mIENvbnRlbnRzDQo+IA0KPiAxLiBJbnRyb2R1
Y3Rpb24NCj4gMi4gVXNlIENhc2UgRGVzY3JpcHRpb25zDQo+IA0KPiAgICAy
LjEuIENyZWF0ZSBhIHJlbGF0aW9uc2hpcCB3aXRoIGEgcGFydGljdWxhciBw
cmludGVyDQo+ICAgIDIuMi4gR2V0IHByaW50ZXIgb3B0aW9ucyB0byBwb3B1
bGF0ZSBhIHByaW50IGRpYWxvZyAoYWN0aXZpdHkNCj4gICAgICAgIGJldHdl
ZW4gZG9pbmcgIkZpbGXihpJQcmludCIgYW5kIHByZXNlbnRpbmcgdGhlIHBy
aW50IGRpYWxvZw0KPiAgICAgICAgVUkpDQo+ICAgIDIuMy4gQ2hlY2sgY29u
c3RyYWludHMgYmV0d2VlbiBwcmVzZW50ZWQgb3B0aW9ucw0KPiAgICAyLjQu
IFN1Ym1pdHRpbmcgYSBQcmludCBKb2INCj4gICAgMi41LiBNb25pdG9yaW5n
IHByaW50IGpvYiBzdGF0dXMNCj4gICAgMi42LiBDYW5jZWxpbmcgYSBwcmlu
dCBqb2INCj4gICAgMi43LiBHZXR0aW5nIHByaW50ZXIgc3VwcGxpZXMgc3Rh
dHVzDQo+IA0KPiANCj4gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQo+IA0K
PiAxLiBJbnRyb2R1Y3Rpb24NCj4gDQo+IC0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLQ0KPiANCj4gVGhlIHVzZSBjYXNlIGRlc2NyaXB0aW9ucyBiZWxvdyBy
ZXByZXNlbnQgc3RhZ2VzIG9yIHN1Yi10YXNrcyB0aGF0DQo+IHVzZXJzIHBl
cmZvcm0gaW4gdGhlIHByb2Nlc3Mgb2YgdXNpbmcgYSBwcmludGVyLiBFYWNo
IG9mIHRoZXNlIGJlbG93DQo+IGluY2x1ZGUgYSB0ZXh0dWFsIGRlc2NyaXB0
aW9uIGFzIHdlbGwgYXMgYSBzZXJpZXMgb2Ygd29ya2Zsb3cgb3B0aW9ucw0K
PiBmb3IgaG93IGl0IG1pZ2h0IGJlIGltcGxlbWVudGVkIHVzaW5nIElQUC4g
RWFjaCB3b3JrZmxvdyBvcHRpb24gd2lsbA0KPiBiZSBpbmZvcm1hbGx5IGxh
YmVsZWQgYWNjb3JkaW5nIHRvIGl0cyBwZXJjZWl2ZWQgcXVhbGl0eSwgdXNp
bmcgdGhlDQo+IHNldCBvZiBsYWJlbHMgeyJCQUQiLCAiTUVIIiwgIkdPT0Qi
LCAiQkVUVEVSIiwgIkJFU1QifSwgdGhhdCBhcmUNCj4gb3JkZXJlZCBmcm9t
IGxlYXN0IGRlc2lyYWJsZSB0byBtb3N0IGRlc2lyYWJsZS4NCj4gDQo+IA0K
PiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCj4gDQo+IDIuIFVzZSBDYXNl
IERlc2NyaXB0aW9ucw0KPiANCj4gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
DQo+IA0KPiANCj4gMi4xLiBDcmVhdGUgYSByZWxhdGlvbnNoaXAgd2l0aCBh
IHBhcnRpY3VsYXIgcHJpbnRlcg0KPiANCj4gLS0tLS0tLS0tLS0tDQo+IA0K
PiBZb3UgY2Fu4oCZdCBwcmludCB0byBhIHByaW50ZXIgaWYgeW91IGNhbm5v
dCBlc3RhYmxpc2ggYSBjb25uZWN0aW9uIHRvDQo+IGl0LiBIaXN0b3JpY2Fs
bHksIGNvbm5lY3RpbmcgdG8gYSBwcmludGVyIHRvIGVzdGFibGlzaCBhDQo+
ICJyZWxhdGlvbnNoaXAiIHdpdGggaXQgbWVhbnQgaWRlbnRpZnlpbmcgYSBw
cmludGVyIGFuZCB0aGVuIGNyZWF0aW5nDQo+IGEgcGVyc2lzdGVudCBsb2Nh
bCByZWNvcmRzIGFuZCByZXNvdXJjZXMgZm9yIHRoYXQgcHJpbnRlcg0KPiBy
ZWxhdGlvbnNoaXAgd2l0aCB5b3VyIHN5c3RlbeKAmXMgcHJpbnQgc3Bvb2xl
ci4gVGhpcyB3YXMgY2FsbGVkIGENCj4gInByaW50IHF1ZXVlIiwgYW5kIGl0
IGludm9sdmVkIGJpbmRpbmcgZHJpdmVycyB0byBjcmVhdGUgdGhlDQo+IHJl
bGF0aW9uc2hpcHMgbmVlZGVkIHRvIGNvbW11bmljYXRlIGF0IHRoZSBkaWZm
ZXJlbnQgbGV2ZWxzLCBhbmQgdGhlbg0KPiBrZWVwaW5nIHJlY29yZCBvZiB0
aGF0IHNldCBvZiByZWxhdGlvbnNoaXBzIHNvIHRoYXQgaXQgY291bGQgYmUN
Cj4gcmUtdXNlZCBhdCBhIGxhdGVyIHRpbWUuIFRoZSBzZXQgb2YgcHJpbnRl
cnMgb3Igb3RoZXIgZGV2aWNlcyB0aGUNCj4gdXNlcuKAmXMgc3lzdGVtIG1p
Z2h0IGVuY291bnRlciB3YXMgcmVsYXRpdmVseSBzbWFsbCBhbmQgZmFpcmx5
IHN0YXRpYy4NCj4gDQo+IE1vcmUgcmVjZW50IHJlLXRoaW5raW5nIG9mIHRo
aXMgcmVsYXRpb25zaGlwIGJldHdlZW4gY2xpZW50IGFuZA0KPiBwcmludGVy
IGhhcyByZXN1bHRlZCBpbiBtb3JlICJkeW5hbWljIiByZWxhdGlvbnNoaXAg
Y3JlYXRpb24sIHdoZXJlDQo+IHVuaXZlcnNhbCBkcml2ZXJzIGNhbiBpbnRl
cnJvZ2F0ZSBhIGRldmljZSBob3N0aW5nIGEgcHJpbnQgc2VydmljZQ0KPiB1
c2luZyBhIHN0YW5kYXJkaXplZCBwcm90b2NvbCBzb2x1dGlvbiBzdGFjaywg
YW5kIHVzaW5nIHRoYXQNCj4gZHluYW1pY2FsbHkgYXNjZXJ0YWluIGFuZCB1
cGRhdGUgcHJpbnQgc2VydmljZSBhdHRyaWJ1dGVzLiBJbiB0aGlzDQo+IHBh
cmFkaWdtLCBhICJwZXJzaXN0ZW50IiBwcmludCBzZXJ2aWNlIHJlY29yZCBp
cyBtb3JlIGxpa2UgYSBXZWINCj4gYnJvd3NlciBib29rbWFyay4NCj4gDQo+
IEJvdGggcGFyYWRpZ21zIHN0aWxsIHJlcXVpcmUgYSBtZXRob2Qgb2YgaWRl
bnRpZnlpbmcgdGhlIHRhcmdldA0KPiBkZXZpY2VzLiBUaGF0IGNhbiBiZSBk
b25lIHVzaW5nIGR5bmFtaWMgc2VydmljZSBkaXNjb3ZlcnkgcHJvdG9jb2xz
DQo+IHdoZXJlIHRoZSBzZXJ2aWNlcyByZXNwb25kIHRvIGRpc2NvdmVyeSBy
ZXF1ZXN0cywgb3IgZXhwbGljaXRseSBieQ0KPiBuYW1lIChob3N0IG5hbWUg
b3IgcmF3IElQdjQvSVB2NiBhZGRyZXNzKS4NCj4gDQo+IDIuMS4xLiBEaXNj
b3ZlciBhbmQgc2VsZWN0IGEgcHJpbnRlciB2aWEgYSBkaXNjb3ZlcnkgcHJv
dG9jb2wNCj4gDQo+IERpc2NvdmVyeSBwcm90b2NvbHMgYXJlIHVzZWQgdG8g
aWRlbnRpZnkgaW5zdGFuY2VzIG9mIHByaW50IHNlcnZpY2VzDQo+IG9yIHBy
aW50ZXJzIGJ5IHNlYXJjaGluZyB0aGUgbmV0d29yayBmb3Igc2VydmljZSB0
eXBlcyBvciBkZXZpY2UNCj4gdHlwZXMuIFRoaXMgaGVscHMgdGhlIHVzZXIg
YnkgbWFraW5nIGl0IHNvIHRoYXQgdGhleSBkb27igJl0IG5lZWQgdG8gZG8N
Cj4gYSBwaHlzaWNhbCBzdXJ2ZXkgb2YgZGV2aWNlcycgYWRkcmVzc2VzLg0K
PiANCj4gUmVnYXJkbGVzcyBvZiB0aGUgYWN0dWFsIGRpc2NvdmVyeSBwcm90
b2NvbCB1c2VkLCB0aGUgQVBJcyBkcml2aW5nDQo+IHRoZSBwcm90b2NvbHMg
Z2VuZXJhbGx5IGNhbiBiZSB1c2VkIGluIGVpdGhlciBhIHN5bmNocm9ub3Vz
IG9yDQo+IGFzeW5jaHJvbm91cyBmYXNoaW9uLiBVbmZvcnR1bmF0ZWx5LCBt
YW55IGxlZ2FjeSBzb2Z0d2FyZSBzeXN0ZW1zIChhcw0KPiB3ZWxsIGFzIGRl
dmVsb3BlcnMpIGFyZSBhY2N1c3RvbWVkIHRvIHRoZSBzeW5jaHJvbm91cyBt
b2RlbCwgd2hpY2ggaXMNCj4gZWFzaWx5IGlkZW50aWZpZWQgYnkgdGhlIHBy
ZXNlbmNlIG9mIGEgInJlZnJlc2ggYnV0dG9uIi4gVGhlDQo+IHN5bmNocm9u
b3VzIG1vZGVsIGlzIG5vdCBhcyB1c2VyIGZyaWVuZGx5IGFzIHRoZSBhc3lu
Y2hyb25vdXMgbW9kZWwsDQo+IGJ1dCBpdCBpcyBzb21ld2hhdCBlYXNpZXIg
dG8gd3JpdGUgcHJvZ3JhbXMgaW4gYSBzeW5jaHJvbm91cyB3YXkgdGhhbg0K
PiBhbiBhc3luY2hyb25vdXMgd2F5Lg0KPiANCj4gT3B0aW9ucw0KPiANCj4g
ICogTUVIOg0KPiANCj4gICAgICBvIFBlcmZvcm0gbmV0d29yayBkaXNjb3Zl
cnkgd2l0aCBhIHN5bmNocm9ub3VzIEFQSQ0KPiANCj4gICAgICAgICAgIyBT
aG93IHByb2dyZXNzIGJhcg0KPiAgICAgICAgICAjIERpc2NvdmVyeS5TdGFy
dCgpDQo+ICAgICAgICAgICMgc2xlZXAoWCkgd2hlcmUgWA0KPiAgICAgICAg
ICAjIERpc2NvdmVyeS5TdG9wKCkNCj4gICAgICBvIFByZXNlbnQgdGhlIHJl
c3VsdHMgb2YgdGhlIGRpc2NvdmVyeQ0KPiAgICAgIG8gIlJlZnJlc2giIGJ1
dHRvbiByZXN0YXJ0cyBwcm9jZXNzDQo+IA0KPiAgICAgICAgICAjIFdoeSB0
aGlzIGlzIGJhZDoNCj4gDQo+ICAgICAgICAgICAgICAqIGxpc3QgY2FuIGJl
IHN0YWxlDQo+ICAgICAgICAgICAgICAqIGl0IGlzbuKAmXQgImxpdmUiDQo+
ICAgICAgICAgICAgICAqICJSZXNldCIgYnV0dG9uIGlzIHVubmVjZXNzYXJ5
IGFuZCBpcyBhIGNydXRjaA0KPiAgICAgIG8gVXNlciBzZWxlY3RzIGEgcHJp
bnRlciBhbmQgcHJlc3NlcyAiQ29udGludWUiIG9yIGVxdWl2YWxlbnQNCj4g
ICogQkVUVEVSOg0KPiANCj4gICAgICBvIFBlcmZvcm0gbmV0d29yayBkaXNj
b3Zlcnkgd2l0aCBhbiBhc3luY2hyb25vdXMgQVBJDQo+IA0KPiAgICAgICAg
ICAjIFNob3cgTGlzdCBVSSB3aWRnZXQNCj4gICAgICAgICAgIyBEaXNjb3Zl
cnkuU3RhcnQoKSB3aXRoIGEgY2FsbGJhY2sNCj4gICAgICAgICAgIyBjYWxs
YmFjayBpcyBjYWxsZWQgd2hlbiBkaXNjb3ZlcnkgcmVzcG9uc2VzIChhZGQg
b3INCj4gICAgICAgICAgICByZW1vdmUpIGFyZSByZWNlaXZlZA0KPiAgICAg
IG8gVXNlciBzZWxlY3RzIGEgcHJpbnRlciBhbmQgcHJlc3NlcyAiQ29udGlu
dWUiIG9yIGVxdWl2YWxlbnQNCj4gDQo+ICAgICAgICAgICMgRGlzY292ZXJ5
LlN0b3AoKQ0KPiANCj4gMi4xLjIuIFNlbGVjdCBhIHByaW50ZXIgdmlhIHVz
ZXIgcHJvdmlkaW5nIGEgRE5TIGhvc3RuYW1lIG9yIHJhdyBJUHY0DQo+IC8g
SVB2NiBhZGRyZXNzDQo+IA0KPiBJbiBzb21lIGNhc2VzIGEgZGlzY292ZXJ5
IHByb3RvY29sIGlzIGVpdGhlciBub3QgYWRlcXVhdGUgb3INCj4gdW5uZWNl
c3NhcnkuIEV4YW1wbGVzIG9mIHdoZW4gdGhpcyB1c2UgY2FzZSBpcyBlbmNv
dW50ZXJlZCBpbmNsdWRlDQo+IHByZS1wdWJsaXNoZWQgbmFtZXMgb3IgYWRk
cmVzc2VzLCBhbmQgYWxzbyBzaXR1YXRpb25zIHdoZXJlIHRoZQ0KPiB0YXJn
ZXQgZGV2aWNlIGlzIG5vdCBvbiB0aGUgbG9jYWwgbGluay4gKEROUy1TRCBh
bmQgV1MtRGlzY292ZXJ5IGFyZQ0KPiBnZW5lcmFsbHkgdXNlZCBmb3IgbGlu
ay1sb2NhbCBkaXNjb3ZlcnksIHRob3VnaCB3aWRlLWFyZWEgdmFyaWFudHMg
YXMNCj4gd2VsbCBhcyBMREFQIHN5c3RlbXMgbWF5IGFsc28gYmUgdXNlZCwg
YnV0IGFyZSBmcmVxdWVudGx5IG5vdCBmb3INCj4gdmFyaW91cyByZWFzb25z
LikNCj4gDQo+IEZvciBlYWNoIG9mIHRoZXNlIG9wdGlvbnMgYmVsb3csIHRo
ZSBhc3N1bXB0aW9uIGlzIHRoYXQgdGhlIGNsaWVudA0KPiBoYXMgcmVjZWl2
ZWQgYW4gYWRkcmVzcyBzdHJpbmcsIGFuZCB3aXNoZXMgdG8gY29ubmVjdCB0
byB0aGUNCj4gDQo+IE9wdGlvbnMNCj4gDQo+ICAqIEJBRDoNCj4gDQo+ICAg
ICAgbyBMZXQgZWFjaCBwcmludGVyIG1vZGVsIG1ha2UgdXAgaXRzIG93biBw
YXRoLCBhbmQgZGVwZW5kIG9uDQo+ICAgICAgICBzb21lIG90aGVyIHByb3Rv
Y29sIHRvIGdldCB0aGUgcmVzb3VyY2UgcGF0aA0KPiANCj4gICAgICAgICAg
IyBJUFAgaGFzIG5vIGRlZmluZWQgc3RhbmRhcmQgbWVjaGFuaXNtIHRvIGVu
dW1lcmF0ZSB0aGUNCj4gICAgICAgICAgICBQcmludGVyIG9iamVjdHMnIHJl
c291cmNlIHBhdGhzDQo+ICAqIE1FSDoNCj4gDQo+ICAgICAgbyBJUFAgR2V0
LVByaW50ZXItQXR0cmlidXRlcyB3aXRoIHByaW50ZXItdXJpIHNldCB0byBh
IFVSSSB0aGF0DQo+ICAgICAgICB3YXMgbWFudWFsbHkgZW50ZXJlZCBieSB0
aGUgdXNlcg0KPiANCj4gICAgICAgICAgIyAiaXBwIiBVUkkgc2NoZW1lIGNv
dWxkIGJlIHVzZWQgdG8gZW5jb2RlIHRoZSBob3N0bmFtZSBhbmQNCj4gICAg
ICAgICAgICB0aGUgcmVzb3VyY2UgcGF0aA0KPiAgICAgICAgICAjIEhhdmlu
ZyB0aGUgdXNlciBlbnRlciB0aGUgVVJJIGV4cG9zZXMgdG9vIG1hbnkgZGV0
YWlscyB0bw0KPiAgICAgICAgICAgIHRoZSB1c2VyLCBpbmNsdWRpbmcgdGhl
IGRldGFpbCBhYm91dCB0aGUgZmFjdCB0aGF0IElQUCBpcw0KPiAgICAgICAg
ICAgIGFjdHVhbGx5IGJlaWluZyB1c2VkLiBVc2VycyBuZWVkIG5vdCBiZSBh
d2FyZSBvZiB3aGljaA0KPiAgICAgICAgICAgIHByaW50IHByb3RvY29sIGlz
IGJlaW5nIHVzZWQuDQo+ICAqIEdPT0Q6DQo+IA0KPiAgICAgIG8gSVBQIEdl
dC1QcmludGVyLUF0dHJpYnV0ZXMgd2l0aCBwcmludGVyLXVyaSBzZXQgdG8g
YQ0KPiAgICAgICAgd2VsbC1rbm93biBQcmludGVyIHJlc291cmNlIHBhdGgN
Cj4gDQo+ICAgICAgICAgICMgIi9pcHAvcHJpbnQiDQo+ICAqIEJFVFRFUjoN
Cj4gDQo+ICAgICAgbyBJUFAgR2V0LVByaW50ZXItQXR0cmlidXRlcyB3aXRo
IHByaW50ZXItdXJpIHNldCB0byAiLyINCj4gICAgICBvIGV4YW1pbmUgdGhl
ICJwcmludGVyLXVyaS1zdXBwb3J0ZWQiIGF0dHJpYnV0ZTsgdXNlIHRoZSBm
aXJzdA0KPiAgICAgICAgVVJJIGluIHRoZSBsaXN0DQo+ICAgICAgbyBJUFAg
R2V0LVByaW50ZXItQXR0cmlidXRlcyB3aXRoIHByaW50ZXItdXJpIHNldCB0
byBmaXJzdCBVUkkNCj4gICogQkVTVDoNCj4gDQo+ICAgICAgbyBJUFAgR2V0
LVByaW50ZXJzIG9wZXJhdGlvbg0KPiANCj4gICAgICAgICAgIyBZRVQgVE8g
QkUgREVGSU5FRCAtIENPTUlORyBXSVRIIFNZU1RFTSBDT05UUk9MIFNFUlZJ
Q0UNCj4gICAgICAgICAgIyBJcyB0aGlzIHJlYWxseSBnb2luZyB0byBiZSBi
ZXR0ZXI/DQo+IA0KPiANCj4gMi4yLiBHZXQgcHJpbnRlciBvcHRpb25zIHRv
IHBvcHVsYXRlIGEgcHJpbnQgZGlhbG9nIChhY3Rpdml0eSBiZXR3ZWVuDQo+
IGRvaW5nICJGaWxl4oaSUHJpbnQiIGFuZCBwcmVzZW50aW5nIHRoZSBwcmlu
dCBkaWFsb2cgVUkpDQo+IA0KPiAtLS0tLS0tLS0tLS0NCj4gDQo+IE9uY2Ug
YSBwcmludGVyIGhhcyBiZWVuIGlkZW50aWZpZWQsIGl0IGlzIG5lY2Vzc2Fy
eSBmb3IgdGhlIHByaW50DQo+IHN5c3RlbSB0byB1bmRlcnN0YW5kIHRoZSBj
YXBhYmlsaXRpZXMgdGhhdCB0aGUgcHJpbnRlciBkZXZpY2XigJlzIHByaW50
DQo+IHNlcnZpY2UgcHJvdmlkZXMuIFRoaXMgaW5jbHVkZXMgd2hhdCBwcmlu
dCBqb2IgcGF5bG9hZCBmb3JtYXRzIGNhbiBiZQ0KPiBjb25zdW1lZCBieSB0
aGUgcHJpbnQgc2VydmljZSwgdGhlIGF2YWlsYWJsZSBvcHRpb25zIGFuZCBk
ZWZhdWx0DQo+IGNob2ljZXMsIGFuZCBzbyBmb3J0aC4gSXQgYWxzbyBpbmNs
dWRlcyBvdGhlciBpbmZvcm1hdGlvbiBhYm91dCB0aGUNCj4gZGV2aWNlIGl0
c2VsZiwgc3VjaCBhcyBpdHMgbG9jYXRpb24uDQo+IA0KPiBPcHRpb25zOg0K
PiANCj4gICogU0FEOg0KPiANCj4gICAgICBvIERlcGVuZCBvbiBhLXByaW9y
aSBrbm93bGVkZ2UgYWJvdXQgYSBwYXJ0aWN1bGFyIG1vZGVsIGFzIGENCj4g
ICAgICAgIHdheSBvZiBsaXN0aW5nIG9wdGlvbnMgZm9yIHRoZSBtb2RlbCBv
ZiBkZXZpY2UgaWRlbnRpZmllZCBhcw0KPiAgICAgICAgdGhlIHRhcmdldA0K
PiANCj4gICAgICAgICAgIyBNb2RlbCBzcGVjaWZpYyBwcmludCBkcml2ZXJz
IGZhbGwgaW4gdGhpcyBidWNrZXQNCj4gICogTUVIOg0KPiANCj4gICAgICBv
IElQUCBHZXQtUHJpbnRlci1BdHRyaWJ1dGVzIE9wZXJhdGlvbg0KPiANCj4g
ICAgICAgICAgIyByZXF1ZXN0IGluY2x1ZGVzIG5vIHByaW50ZXIgYXR0cmli
dXRlczsgb25seSBvcGVyYXRpb24NCj4gICAgICAgICAgICBhdHRyaWJ1dGVz
DQo+ICAgICAgICAgICMgcmVwbHkgd2lsbCBjb250YWluIHRoZSBqb2IgdGVt
cGxhdGUgYXR0cmlidXRlcyBmb3IgYWxsDQo+ICAgICAgICAgICAgUERMcw0K
PiAgICAgIG8gQ2xpZW50IGd1ZXNzZXMgYXQgd2hhdCBhdHRyaWJ1dGVzIG1h
eSB3b3JrIG9yIG5vdCB3b3JrIGZvciBhDQo+ICAgICAgICBnaXZlbiBQREws
IG9yIHVzZXMgYS1wcmlvcmkga25vd2xlZGdlDQo+ICAqIEJFVFRFUjoNCj4g
DQo+ICAgICAgbyBJUFAgR2V0LVByaW50ZXItQXR0cmlidXRlcyBPcGVyYXRp
b24NCj4gDQo+ICAgICAgICAgICMgYW55IHNwZWNpZmljIGF0dHJpYnV0ZXM/
DQo+ICAgICAgbyBQcm9jZXNzIHJlc3VsdHM7IGRlY2lkZSBvbiBhIFBETA0K
PiAgICAgIG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMgT3BlcmF0aW9u
DQo+IA0KPiAgICAgICAgICAjIHJlcXVlc3QgaW5jbHVkZXMgdGhlIGRvY3Vt
ZW50LWZvcm1hdCBhdHRyaWJ1dGUgd2l0aCB2YWx1ZQ0KPiAgICAgICAgICAg
IHNwZWNpZnlpbmcgdGhlIGNob3NlbiBQREwNCj4gICAgICAgICAgIyByZXBs
eSB3aWxsIGNvbnRhaW4gdGhlIGpvYiB0ZW1wbGF0ZSBhdHRyaWJ1dGVzDQo+
ICAgICAgICAgICAgYXBwcm9wcmlhdGVseSBmaWx0ZXJlZCAoImNvbG9yZWQi
KSBmb3IgdGhhdCBwYXJ0aWN1bGFyDQo+ICAgICAgICAgICAgZG9jdW1lbnQt
Zm9ybWF0DQo+IA0KPiANCj4gMi4zLiBDaGVjayBjb25zdHJhaW50cyBiZXR3
ZWVuIHByZXNlbnRlZCBvcHRpb25zDQo+IA0KPiAtLS0tLS0tLS0tLS0NCj4g
DQo+IFByaW50ZXIgZmVhdHVyZXMgYW5kIG9wdGlvbnMgYXJlIHByZXNlbnRl
ZCB0eXBpY2FsbHkgaW4gYSBwcmludA0KPiBkaWFsb2cuIFNvbWUgb2YgdGhl
c2UgaGF2ZSBzdGF0ZXMgdGhhdCBoYXZlIHJlbGF0aW9uc2hpcHMgd2l0aCBv
dGhlcg0KPiBvcHRpb25zJyBzdGF0ZXMsIHdoZXJlIG9uZSBjYW5ub3QgYmUg
aW4gYSBwYXJ0aWN1bGFyIHN0YXRlIGlmIGFub3RoZXINCj4gb25lIGlzIHRv
by4gVGhlc2UgYXJlIGtub3duIGFzIGNvbnN0cmFpbnRzLCBhbmQgdGhleSBt
dXN0IGJlDQo+IGNhbGN1bGF0ZWQgYW55IHRpbWUgdGhlIHN0YXRlIG9mIGEg
Y29udHJvbCBjaGFuZ2VzIHN0YXRlLiBUaGVyZSBhcmUNCj4gdmFyaW91cyB3
YXlzIHRoYXQgdGhpcyBjYW4gYmUgZG9uZS4NCj4gDQo+IE9wdGlvbnM6DQo+
IA0KPiAgKiBCQUQ6DQo+IA0KPiAgICAgIG8gSVBQIFZhbGlkYXRlLUpvYg0K
PiANCj4gICAgICAgICAgIyBFdmVyeSB0aW1lIGEgY29udHJvbCBpcyBjaGFu
Z2VkLCB0aGUgY2xpZW50IHNlbmRzIElQUA0KPiAgICAgICAgICAgIFZhbGlk
YXRlLUpvYiB3aXRoIGF0dHJpYnV0ZSB2YWx1ZXMgY29ycmVzcG9uZGluZyB0
bw0KPiAgICAgICAgICAgIGN1cnJlbnQgc3RhdGUgb2YgY29udHJvbHMNCj4g
ICogTUVIOg0KPiANCj4gICAgICBvIElQUCBWYWxpZGF0ZS1Kb2INCj4gDQo+
ICAgICAgICAgICMgd2hlbiAiUHJpbnQiIGJ1dHRvbiBpcyBwcmVzc2VkLCBj
b25maXJtcyB0aGUgam9iIGNyZWF0aW9uDQo+ICAgICAgICAgICAgLyBzdWJt
aXNzaW9uIHdpbGwgc3VjY2VlZCAoYXV0aGVudGljYXRpb24sIGV0Yy4pDQo+
ICAgICAgICAgICMgY2xpZW50IGRlcGVuZHMgb24gdGhpcyBvcGVyYXRpb24g
dG8gcGVyZm9ybSBjb25zdHJhaW50cw0KPiAgICAgICAgICAgIHZhbGlkYXRp
b24gcHJpbnRlci1zaWRlDQo+ICAqIEJFVFRFUjoNCj4gDQo+ICAgICAgbyBJ
UFAgR2V0LVByaW50ZXItQXR0cmlidXRlcw0KPiANCj4gICAgICAgICAgIyBk
ZXZpY2UgaW1wbGVtZW50cyBqb2ItY29uc3RyYWl0cy1zdXBwb3J0ZWQNCj4g
ICAgICAgICAgIyBkZXZpY2UgaW1wbGVtZW50cyBqb2ItcmVzb2x2ZXJzLXN1
cHBvcnRlZA0KPiAgICAgIG8gPExvY2FsIHByb2Nlc3Npbmcgb2YgY29uc3Ry
YWludHM+DQo+ICAgICAgbyBJUFAgVmFsaWRhdGUtSm9iDQo+IA0KPiAgICAg
ICAgICAjIHdoZW4gIlByaW50IiBidXR0b24gaXMgcHJlc3NlZCwgY29uZmly
bXMgdGhlIGpvYiBjcmVhdGlvbg0KPiAgICAgICAgICAgIC8gc3VibWlzc2lv
biB3aWxsIHN1Y2NlZWQgKGF1dGhlbnRpY2F0aW9uLCBldGMuKQ0KPiAgICAg
ICAgICAjIGNvbnN0cmFpbnRzIHZhbGlkYXRpb24gYWxyZWFkeSBoYW5kbGVk
IGNsaWVudC1zaWRlDQo+IA0KPiANCj4gMi40LiBTdWJtaXR0aW5nIGEgUHJp
bnQgSm9iDQo+IA0KPiAtLS0tLS0tLS0tLS0NCj4gDQo+IE9uY2UgdGhlIHVz
ZXIgaGFzIGRlY2lkZWQgb24gb3B0aW9ucywgdGhlIHByaW50IGpvYiBpcyBn
ZW5lcmF0ZWQgYW5kDQo+IHVsdGltYXRlbHkgbWFkZSBhdmFpbGFibGUgdG8g
dGhlIHByaW50ZXIgaW4gc29tZSBmYXNoaW9uLiBUaGVyZSBhcmUNCj4gc2V2
ZXJhbCBkaWZmZXJlbnQgd2F5cyB0aGF0IHRoaXMgbWF5IG9jY3VyLg0KPiAN
Cj4gMi40LjEuIFN1Ym1pdHRpbmcgYSBwcmludCBqb2IgImJ5IHZhbHVlIg0K
PiANCj4gVGhpcyBpcyB0aGUgY2xhc3NpY2FsIHdheSB0aGF0IGEgcHJpbnQg
am9iIGlzIHNlbnQgZnJvbSB0aGUgY2xpZW50IHRvDQo+IHRoZSBwcmludCBz
ZXJ2aWNlOiBhIGpvYiBpcyBjcmVhdGVkLCBhbmQgdGhlIGpvYiBpbmZvcm1h
dGlvbiBhbmQgam9iDQo+IHBheWxvYWQgY29udGVudCBhcmUgc2VudCBieSB0
aGUgY2xpZW50IHRvIHRoZSBwcmludCBzZXJ2aWNlLg0KPiANCj4gT3B0aW9u
czoNCj4gDQo+ICAqIE1FSDoNCj4gDQo+ICAgICAgbyBJUFAgUHJpbnQtSm9i
DQo+IA0KPiAgICAgICAgICAjIG5vIHByZS1mbGlnaHRpbmcNCj4gICAgICAg
ICAgIyB0aGUgcHJpbnRlciBtYXkgcmVqZWN0IGl0IGJ1dCBvbmx5IGFmdGVy
IGl0IGhhcyBiZWVuDQo+ICAgICAgICAgICAgdHJhbnNtaXR0ZWQgaW4gd2hv
bGUgb3IgaW4gcGFydC4NCj4gICAgICAgICAgIyBiZXR0ZXIgdG8gY2hlY2sg
dGlja2V0IGFuZCBjb250ZW50IHR5cGVzIGZpcnN0Lg0KPiAgKiBHT09EOg0K
PiANCj4gICAgICBvIElQUCBWYWxpZGF0ZS1Kb2INCj4gDQo+ICAgICAgICAg
ICMgcHJlLWZsaWdodHMgdGhlIGpvYiBieSB2YWxpZGF0aW5nIHRoZSBqb2Ig
YXR0cmlidXRlcyBhbmQNCj4gICAgICAgICAgICBkb2N1bWVudCB0eXBlDQo+
ICAgICAgbyBJUFAgUHJpbnQtSm9iDQo+IA0KPiAgICAgICAgICAjIGNyZWF0
ZXMgdGhlIGpvYiBhbmQgc2VuZHMgdGhlIHBheWxvYWQgaW4gb25lIG9wZXJh
dGlvbg0KPiAgICAgICAgICAjIGhvd2V2ZXIsIHRoZSBKb2Igb2JqZWN04oCZ
cyBVUkkgaXNu4oCZdCB1c3VhbGx5IGtub3duIHVudGlsDQo+ICAgICAgICAg
ICAgdGhlIGpvYiB0cmFuc21pc3Npb24gaXMgY29tcGxldGUNCj4gICAgICAg
ICAgIyBkb2VzbuKAmXQgd29yayB3ZWxsIHdpdGggZmxvdy1jb250cm9sbGVk
IChsb3ctZW5kKSBwcmludGVycw0KPiAgKiBCRVRURVI6DQo+IA0KPiAgICAg
IG8gSVBQIFZhbGlkYXRlLUpvYg0KPiANCj4gICAgICAgICAgIyBwcmUtZmxp
Z2h0cyB0aGUgam9iIGJ5IHZhbGlkYXRpbmcgdGhlIGpvYiBhdHRyaWJ1dGVz
IGFuZA0KPiAgICAgICAgICAgIGRvY3VtZW50IHR5cGUNCj4gICAgICBvIElQ
UCBDcmVhdGUtSm9iDQo+IA0KPiAgICAgICAgICAjIHJldHVybnMgaW1tZWRp
YXRlbHkgd2l0aCB0aGUgam9iIFVSSSBmb3IgbW9uaXRvcmluZyBhbmQNCj4g
ICAgICAgICAgICB0aWNrZXQgcHJvY2Vzc2luZyBzdGF0dXMNCj4gICAgICAg
ICAgIyBpZiB0aGVyZSBpcyBhIHByb2JsZW0gdGhlbiBDcmVhdGUtSm9iIG1h
eSBmYWlsIHRoZSBzYW1lDQo+ICAgICAgICAgICAgYXMgVmFsaWRhdGUtSm9i
IHdvdWxkLCBidXQgbWF5IG5vdCwgd2hpY2ggaXMgd2h5IHdlIGRvIGENCj4g
ICAgICAgICAgICBWYWxpZGF0ZS1Kb2IgZmlyc3QgKHNvIHRoYXQgdGhlcmUg
aXNu4oCZdCBhIHpvbWJpZSBqb2INCj4gICAgICAgICAgICB0aGVyZSkNCj4g
ICAgICBvIElQUCBTZW5kLURvY3VtZW50DQo+IA0KPiAgICAgICAgICAjIHBh
eWxvYWQgdHJhbnNtaXNzaW9uIGlzIGRlLWNvdXBsZWQgZnJvbSB0aGUgY3Jl
YXRpb24gb2YNCj4gICAgICAgICAgICB0aGUgam9iDQo+ICAgICAgICAgICMg
bXVsdGlwbGUgZG9jdW1lbnRzIGNhbiBiZSBzZW50IHRvIGJ1aWxkIHVwIGEg
Y29tcG91bmQgam9iDQo+ICAgICAgICAgICMgbWVhbnMgdGhhdCB0aGUgY2xp
ZW50IGRvZXNu4oCZdCBoYXZlIHRvIGJlIHByZXBhcmVkIGZvciBhbg0KPiAg
ICAgICAgICAgIGVhcmx5IEhUVFAgcmVzcG9uc2UNCj4gICAgICAgICAgIyBh
bGxvd3MgdGhlIGpvYiBVUkkgdG8gYmUgbGVhcm5lZCBiZWZvcmUgam9iIHBh
eWxvYWQgaXMNCj4gICAgICAgICAgICBzZW50DQo+ICAgICAgICAgICMgTVVT
VCBjaGVjayB0byBzZWUgaWYgdmFsdWUgb2YNCj4gICAgICAgICAgICAibXVs
dGlwbGUtZG9jdW1lbnQtam9icy1zdXBwb3J0ZWQiIGlzICJ0cnVlIiwgdG8g
c2VlIGlmDQo+ICAgICAgICAgICAgaXQgaXMgT0sgdG8gZG8gbXVsdGlwbGUg
U2VuZC1Eb2N1bWVudCBvcGVyYXRpb25zIHRvIHRoZQ0KPiAgICAgICAgICAg
IHNhbWUgSm9iIG9iamVjdC4NCj4gDQo+IDIuNC4yLiBTdWJtaXR0aW5nIGEg
cHJpbnQgam9iICJieSByZWZlcmVuY2UiDQo+IA0KPiBUaGlzIGlzIGEgc2xp
Z2h0bHkgZGlmZmVyZW50IHdheSB0aGF0IGEgcHJpbnQgam9iIGlzIHNlbnQg
ZnJvbSB0aGUNCj4gY2xpZW50IHRvIHRoZSBwcmludCBzZXJ2aWNlOiBhIGpv
YiBpcyBjcmVhdGVkIGFuZCBtYWRlIGF2YWlsYWJsZSBmb3INCj4gcmV0cmll
dmFsIGJ5IHRoZSBwcmludCBzZXJ2aWNlLCBhbmQgd2hlbiB0aGUgcHJpbnQg
am9iIHRoZSBqb2INCj4gaW5mb3JtYXRpb24gYW5kIGpvYiBwYXlsb2FkIGNv
bnRlbnQgYXJlIHNlbnQgYnkgdGhlIGNsaWVudCB0byB0aGUNCj4gcHJpbnQg
c2VydmljZS4NCj4gDQo+IE9wdGlvbnM6DQo+IA0KPiAgKiBNRUg6DQo+IA0K
PiAgICAgIG8gSVBQIFByaW50LVVSSQ0KPiANCj4gICAgICAgICAgIyBubyBw
cmUtZmxpZ2h0aW5nDQo+ICAgICAgICAgICMgdGhlIHByaW50ZXIgbWF5IHJl
amVjdCBpdCBidXQgb25seSBhZnRlciBpdCBoYXMgYmVlbg0KPiAgICAgICAg
ICAgIHRyYW5zbWl0dGVkIGluIHdob2xlIG9yIGluIHBhcnQuDQo+ICAgICAg
ICAgICMgYmV0dGVyIHRvIGNoZWNrIHRpY2tldCBhbmQgY29udGVudCB0eXBl
cyBmaXJzdC4NCj4gICogR09PRDoNCj4gDQo+ICAgICAgbyBJUFAgVmFsaWRh
dGUtSm9iDQo+IA0KPiAgICAgICAgICAjIHByZS1mbGlnaHRzIHRoZSBqb2Ig
YnkgdmFsaWRhdGluZyB0aGUgam9iIGF0dHJpYnV0ZXMgYW5kDQo+ICAgICAg
ICAgICAgZG9jdW1lbnQgdHlwZQ0KPiAgICAgIG8gSVBQIFByaW50LVVSSQ0K
PiANCj4gICAgICAgICAgIyBjcmVhdGVzIHRoZSBqb2IgYW5kIHNlbmRzIGEg
VVJMIHRvIHdoZXJlIHRoZSBwYXlsb2FkIGNhbg0KPiAgICAgICAgICAgIGJl
IHJldHJpZXZlZCBpbiBvbmUgb3BlcmF0aW9uDQo+ICAgICAgICAgICMgcHJp
bnQgc2VydmljZSByZXRyaWV2ZXMgdGhlIHBheWxvYWQgZmlsZSBpdHNlbGYN
Cj4gICAgICAgICAgIyBob3dldmVyLCB0aGUgSm9iIG9iamVjdOKAmXMgVVJJ
IGlzbuKAmXQgdXN1YWxseSBrbm93biB1bnRpbA0KPiAgICAgICAgICAgIHRo
ZSBqb2IgdHJhbnNtaXNzaW9uIGlzIGNvbXBsZXRlDQo+ICAgICAgICAgICMg
ZG9lc27igJl0IHdvcmsgd2VsbCB3aXRoIGZsb3ctY29udHJvbGxlZCAobG93
LWVuZCkgcHJpbnRlcnMNCj4gICogQkVUVEVSOg0KPiANCj4gICAgICBvIElQ
UCBWYWxpZGF0ZS1Kb2INCj4gDQo+ICAgICAgICAgICMgcHJlLWZsaWdodHMg
dGhlIGpvYiBieSB2YWxpZGF0aW5nIHRoZSBqb2IgYXR0cmlidXRlcyBhbmQN
Cj4gICAgICAgICAgICBkb2N1bWVudCB0eXBlDQo+ICAgICAgbyBJUFAgQ3Jl
YXRlLUpvYg0KPiANCj4gICAgICAgICAgIyByZXR1cm5zIGltbWVkaWF0ZWx5
IHdpdGggdGhlIGpvYiBVUkkgZm9yIG1vbml0b3JpbmcgYW5kDQo+ICAgICAg
ICAgICAgdGlja2V0IHByb2Nlc3Npbmcgc3RhdHVzDQo+ICAgICAgICAgICMg
aWYgdGhlcmUgaXMgYSBwcm9ibGVtIHRoZW4gQ3JlYXRlLUpvYiB3aWxsIGZh
aWwgdGhlIHNhbWUNCj4gICAgICAgICAgICBhcyBWYWxpZGF0ZS1Kb2Igd291
bGQNCj4gICAgICBvIElQUCBTZW5kLVVSSQ0KPiANCj4gICAgICAgICAgIyBw
YXlsb2FkIFVSSSB0cmFuc21pc3Npb24gaXMgZGUtY291cGxlZCBmcm9tIHRo
ZSBjcmVhdGlvbg0KPiAgICAgICAgICAgIG9mIHRoZSBqb2INCj4gICAgICAg
ICAgIyBtZWFucyB0aGF0IHRoZSBjbGllbnQgZG9lc27igJl0IGhhdmUgdG8g
YmUgcHJlcGFyZWQgZm9yIGFuDQo+ICAgICAgICAgICAgZWFybHkgSFRUUCBy
ZXNwb25zZQ0KPiAgICAgICAgICAjIGFsbG93cyB0aGUgam9iIFVSSSB0byBi
ZSBsZWFybmVkIGJlZm9yZSBqb2IgcGF5bG9hZCBpcw0KPiAgICAgICAgICAg
IHNlbnQNCj4gDQo+IA0KPiAyLjUuIE1vbml0b3JpbmcgcHJpbnQgam9iIHN0
YXR1cw0KPiANCj4gLS0tLS0tLS0tLS0tDQo+IA0KPiBXaGlsZSB0aGUgcHJp
bnQgam9iIGlzIGJlaW5nIHByb2Nlc3NlZCwgdXNlcnMgbWF5IHdpc2ggdG8g
a25vdw0KPiB3aGV0aGVyIGl0IGlzIHByb2NlZWRpbmcgc3VjY2Vzc2Z1bGx5
LCBvciB3aGV0aGVyIHRoZXJlIGFyZQ0KPiBjb25kaXRpb25zIHRoYXQgdGhl
eSBuZWVkIHRvIGhhbmRsZSB0aGF0IGFyZSBwcmV2ZW50aW5nIHByb2Nlc3Np
bmcNCj4gZnJvbSBwcm9jZWVkaW5nLCBzdWNoIGFzIGEgbWVkaWEgamFtLCBv
cGVuIGNvdmVycywgbWFya2luZyBhZ2VudHMNCj4gZGVwbGV0ZWQsIGFuZCBz
byBmb3J0aC4NCj4gDQo+IE9wdGlvbnM6DQo+IA0KPiAgKiBNRUg6DQo+IA0K
PiAgICAgIG8gSVBQIEdldC1QcmludGVyLUF0dHJpYnV0ZXMNCj4gDQo+ICAg
ICAgICAgICMgbW9uaXRvciB0aGUgdmFsdWUgb2YgdGhlIHByaW50ZXItc3Rh
dGUgYXR0cmlidXRlDQo+ICAgICAgICAgICMgcG9sbGluZyAobGFtZSkNCj4g
ICogR09PRDoNCj4gDQo+ICAgICAgbyBJUFAgR2V0LUpvYi1BdHRyaWJ1dGVz
DQo+IA0KPiAgICAgICAgICAjIHRhcmdldHMgdGhlIHNwZWNpZmljIGpvYiBz
dGF0dXMNCj4gICAgICAgICAgIyBtYXkgYmUgbW9yZSBwcmVjaXNlDQo+ICAg
ICAgICAgICMgKG5lZWQgdG8gc2VlIGlmIGpvYiBhdHRyaWJ1dGVzIHdpbGwg
c2hvdyBwcmludGVyIGlzc3Vlcw0KPiAgICAgICAgICAgICh0b3AgY292ZXIg
b3BlbiwgZXRjLikgdGhhdCBibG9jayBhIGpvYiBhcyB3ZWxsKQ0KPiAgICAg
ICAgICAjIHBvbGxpbmcgKGxhbWUpDQo+ICAqIEJFVFRFUjoNCj4gDQo+ICAg
ICAgbyBJUFAgQ3JlYXRlLUpvYi1TdWJzY3JpcHRpb25zDQo+IA0KPiAgICAg
ICAgICAjIGFzeW5jaHJvbm91cyAvIGxvbmcgcnVubmluZyBxdWVyaWVzIGZv
ciBub3RpZmljYXRpb25zDQo+ICAgICAgICAgICAgdGhhdCBkb27igJl0IHJl
cXVpcmUgcG9sbGluZw0KPiANCj4gDQo+IDIuNi4gQ2FuY2VsaW5nIGEgcHJp
bnQgam9iDQo+IA0KPiAtLS0tLS0tLS0tLS0NCj4gDQo+IEl0IG1heSBiZSB0
aGF0IHRoZSB1c2VyIHdhbnRzIHRvIHRlcm1pbmF0ZSBhIGpvYiBiZWZvcmUg
aXQgaGFzIGJlZW4NCj4gZnVsbHkgcHJvY2Vzc2VkLCBmb3Igd2hhdGV2ZXIg
cmVhc29uLiBUaGVyZSBhcmUgdGhpbmdzIHRoYXQgbXVzdCBiZQ0KPiBkb25l
IHRvIGVuc3VyZSB0aGF0IHRoZSBzdGF0ZSBvZiB0aGUgSm9iIG9iamVjdCBo
YXMgYmVlbiBkZWNpc2l2ZWx5DQo+IGNsZWFuZWQgdXAgYnkgdGhlIGNsaWVu
dCBpZiB0aGUgY2xpZW50IGlzIHJlc3BvbnNpYmxlIGZvciBjYW5jZWxpbmcN
Cj4gdGhlIGpvYi4gQ2xpZW50cyBsZWF2aW5nIGJyb2tlbiBKb2Igb2JqZWN0
cyBvbiB0aGUgUHJpbnQgc2VydmljZSBpcw0KPiBiYWQgYmVoYXZpb3IuDQo+
IA0KPiBUaGVyZSBpcyBhbHNvIGEgZGVwZW5kZW5jeSBiZXR3ZWVuIHRoZSBv
cHRpb25zIGJlbG93IGFuZCBob3cgdGhlIGpvYg0KPiB3YXMgc3VibWl0dGVk
LiBJZiBQcmludC1Kb2IgaXMgdXNlZCwgYnV0IHRoZSBkb2N1bWVudCBwYXls
b2FkIGlzIG5vdA0KPiBjb21wbGV0ZWx5IHRyYW5zbWl0dGVkLCB0aGVuIGlz
IGEgSm9iIG9iamVjdCBldmVuIGNyZWF0ZWQ/IElzIHRoaXMNCj4gdHJ1ZSBp
biBhbGwgY2FzZXM/IEFsdGVybmF0ZWx5LCBpZiBDcmVhdGUtSm9iIC8gU2Vu
ZC1Eb2N1bWVudCBpcw0KPiB1c2VkLCBhbmQgdGhlIENhbmNlbC1Kb2IgaXMg
c2VudCBkdXJpbmcgdGhlIFNlbmQtRG9jdW1lbnQgb3BlcmF0aW9uDQo+IHN1
Ym1pc3Npb24sIHRoZW4NCj4gDQo+IE9wdGlvbnM6DQo+IA0KPiAgKiBCQUQ6
DQo+IA0KPiAgICAgIG8gQ2xpZW50IHN0b3Agc2VuZGluZyBkYXRhIGFuZCBj
bG9zZSB0aGUgY29ubmVjdGlvbg0KPiANCj4gICAgICAgICAgIyBQcm9ibGVt
OiBUaGUgSVBQIEpvYiBPYmplY3QgbWF5IGhhdmUgYmVlbiBjcmVhdGVkIGFu
ZA0KPiAgICAgICAgICAgIHN0aWxsIGV4aXN0LCBhbmQgYmUgaW4gYW4gaW5k
ZXRlcm1pbmF0ZSBzdGF0ZS4gSXQgc2hvdWxkDQo+ICAgICAgICAgICAgYmUg
ZXhwbGljaXRseSBjbGVhbmVkIHVwIGJ5IHRoZSBjbGllbnQgZm9yIGJlc3QN
Cj4gICAgICAgICAgICBwZXJmb3JtYW5jZSBhbmQgY29ycmVjdG5lc3MuDQo+
ICAgICAgICAgICMgUXVlc3Rpb246IEFyZSB0aGVyZSBhbnkgcmVhbGlzdGlj
IG9yIHRoZW9yZXRpY2FsDQo+ICAgICAgICAgICAgY29uZGl0aW9ucyB1bmRl
ciB3aGljaCBhIFByaW50LUpvYiBvcGVyYXRpb24gZG9lcyBOT1QNCj4gICAg
ICAgICAgICBjcmVhdGUgYSBKb2Igb2JqZWN0Pw0KPiAgKiBNRUg6DQo+IA0K
PiAgICAgIG8gQ2xpZW50IHN0b3BzIHNlbmRpbmcgY2h1bmtzIGJ1dCBkb2Vz
buKAmXQgY2xvc2UgdGhlIGNvbm5lY3Rpb24NCj4gICAgICAgIGJlY2F1c2Ug
aXQgaXMgZXhwZWN0aW5nIGFuIElQUCBvcGVyYXRpb24gcmVwbHkuDQo+ICAg
ICAgbyBJUFAgQ2FuY2VsLUpvYiBvcGVyYXRpb24gcmVxdWVzdCBmb3IgdGhl
IGpvYiB2aWEgYSBzZWNvbmQNCj4gICAgICAgIGNvbm5lY3Rpb24sIHdoaWNo
IGZvciBzb21lIHByaW50ZXJzIGNvdWxkIHJlc3VsdCBpbiBhIFBETA0KPiAg
ICAgICAgaW50ZXJwcmV0ZXIgaGFuZyBiZWNhdXNlIHRoZSBsYXN0IGNodW5r
IHNlbnQgZGlkbuKAmXQgc3RvcCBvbiBhDQo+ICAgICAgICAic3RhdGVtZW50
IiBib3VuZGFyeQ0KPiANCj4gICAgICAgICAgIyBCdXQgaWYgdGhlIGNsaWVu
dCBzdG9wcyB3aXRoIGEgemVybyBsZW5ndGggY2h1bmsgdGhlbiB0aGUNCj4g
ICAgICAgICAgICBJUFAgc3RhY2sgd2lsbCBrbm93IHRoYXQgdHJhbnNwb3J0
IGlzIGNvbXBsZXRlDQo+ICAgICAgICAgICMgTmVlZCB0byBkZWZpbmUgYSAi
bWFnaWMgY2h1bmsiIHRoYXQgb3BlcmF0ZXMga2luZCBvZiBsaWtlDQo+ICAg
ICAgICAgICAgYW4gaW4tYmFuZCBpbmxpbmUgQ2FuY2VsLUpvYiBvcGVyYXRp
b24sIHRvIHRlbGwgdGhlIFBETA0KPiAgICAgICAgICAgIGludGVycHJldGVy
IHRoYXQgbm8gbW9yZSBqb2IgcGF5bG9hZCBjaHVua3M/DQo+ICAqIEdPT0Q6
DQo+IA0KPiAgICAgIG8gSVBQIENhbmNlbC1Kb2INCj4gICAgICBvIENsaWVu
dCBzdG9wcyBzZW5kaW5nIGNodW5rcyBhbmQgY2xvc2VzIHRoZSBjb25uZWN0
aW9uDQo+ICAqIEJFVFRFUjoNCj4gDQo+ICAgICAgbyA/Pz8NCj4gDQo+IA0K
PiAyLjcuIEdldHRpbmcgcHJpbnRlciBzdXBwbGllcyBzdGF0dXMNCj4gDQo+
IC0tLS0tLS0tLS0tLQ0KPiANCj4gU29tZSBhZG1pbmlzdHJhdGl2ZSB0YXNr
cywgbGlrZSBjaGVja2luZyBjb25zdW1hYmxlcyBsZXZlbHMsIGFyZQ0KPiBw
cmVzZW50ZWQgdG8gZW5kIHVzZXJzIGluIHNvbWUgY2FzZXMsIHN1Y2ggYXMg
ZHVyaW5nIHByaW50IGpvYiBzdGF0dXMNCj4gb3IgaW4gcHJpbnQgZGlhbG9n
cy4gVGhpcyBpcyB1c2VmdWwgdG8gZW5kIHVzZXJzIGFuZCBzaG91bGQgYmUN
Cj4gc3VwcG9ydGVkLg0KPiANCj4gT3B0aW9uczoNCj4gDQo+ICAqIE1FSDoN
Cj4gDQo+ICAgICAgbyBEb27igJl0IHVzZSBJUFAgYnV0IHVzZSBzb21lIHBy
b3ByaWV0YXJ5IHByb3RvY29sIG9yDQo+ICAgICAgICBwbGF0Zm9ybS1zcGVj
aWZpYyBleHRlbnNpb24gdG8gSVBQDQo+IA0KPiAgICAgICAgICAjIFRoZSBw
b2ludCBpcyB0byB1c2Ugb25seSBJUFAgZXh0ZW5zaW9ucyBiYXNlZCBvbiBv
cGVuDQo+ICAgICAgICAgICAgc3RhbmRhcmRzIChpLmUuIFBXRyBzdGFuZGFy
ZCkgYW5kIHRoaXMgdmlvbGF0ZXMgdGhhdCBjb3JlDQo+ICAgICAgICAgICAg
cHJpbmNpcGxlDQo+ICAqIEdPT0Q6DQo+IA0KPiAgICAgIG8gSVBQIEdldC1Q
cmludGVyLUF0dHJpYnV0ZXMNCj4gDQo+ICAgICAgICAgICMgcHJpbnRlciBt
dXN0IGltcGxlbWVudCBKUFMzICJwcmludGVyLXN1cHBseSIgYXR0cmlidXRl
DQo+IA0KPiANCj4gDQo+IC0tDQo+IFRoaXMgbWVzc2FnZSBoYXMgYmVlbiBz
Y2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPiBkYW5nZXJvdXMgY29udGVudCBi
eSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+IGJlbGlldmVkIHRvIGJlIGNsZWFu
Lg0KPiANCj4gDQo+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fDQo+IGlwcCBtYWlsaW5nIGxpc3QNCj4gaXBwQHB3
Zy5vcmc8bWFpbHRvOmlwcEBwd2cub3JnPg0KPiBodHRwczovL3d3dy5wd2cu
b3JnL21haWxtYW4vbGlzdGluZm8vaXBwDQo+IA0KPiANCj4gDQo+IA0KPiAt
LSANCj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVz
ZXMgYW5kDQo+IGRhbmdlcm91cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBh
bmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlYW4uDQo+IA0KPiBfX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KPiBp
cHAgbWFpbGluZyBsaXN0DQo+IGlwcEBwd2cub3JnDQo+IGh0dHBzOi8vd3d3
LnB3Zy5vcmcvbWFpbG1hbi9saXN0aW5mby9pcHANCg0KCi0tIApUaGlzIG1l
c3NhZ2UgaGFzIGJlZW4gc2Nhbm5lZCBmb3IgdmlydXNlcyBhbmQKZGFuZ2Vy
b3VzIGNvbnRlbnQgYnkgTWFpbFNjYW5uZXIsIGFuZCBpcwpiZWxpZXZlZCB0
byBiZSBjbGVhbi4KCg==

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0794035136==--

From ipp-bounces@pwg.org  Sun Nov 25 19:58:32 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B4C8721F855A for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 19:58:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.999
X-Spam-Level: 
X-Spam-Status: No, score=-99.999 tagged_above=-999 required=5 tests=[HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ts2eL62vVrVv for <ietfarch-ipp-archive@ietfa.amsl.com>; Sun, 25 Nov 2012 19:58:31 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 7636E21F842F for <ipp-archive@lists.ietf.org>; Sun, 25 Nov 2012 19:58:31 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id B15C079238; Sun, 25 Nov 2012 22:58:13 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (crispin.apple.com [17.151.62.50]) by pwg.org (Postfix) with ESMTP id 8EB8279233; Sun, 25 Nov 2012 22:57:58 -0500 (EST)
MIME-version: 1.0
Received: from relay13.apple.com ([17.128.113.29]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0ME2005FYTNX7Z51@mail-out.apple.com>; Sun, 25 Nov 2012 19:57:52 -0800 (PST)
X-AuditID: 1180711d-b7fe16d00000096a-78-50b2e8be8c89
Received: from [17.151.72.72] (Unknown_Domain [17.151.72.72]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay13.apple.com (Apple SCV relay) with SMTP id 2E.00.02410.FB8E2B05; Sun, 25 Nov 2012 19:57:52 -0800 (PST)
Subject: Re: [IPP] IPP/Cloud Agenda - 3-5pm Eastern Monday 26 November
From: Michael Sweet <msweet@apple.com>
In-reply-to: <D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com>
Date: Sun, 25 Nov 2012 22:58:09 -0500
Message-id: <B69CA353-4A79-457C-ACE2-C988B2656EB6@apple.com>
References: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com> <D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com>
To: Ira McDonald <blueroofmusic@gmail.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrBLMWRmVeSWpSXmKPExsUiON3DQ/fAi00BBr+OMlq8frWU3eLy9gOs Fsf2vWSxOPIt1oHFY+vJH2weO2fdZfeYt3g6UwBzFJdNSmpOZllqkb5dAlfGnGe7mQu2RlR0 ndrI0sDY7NfFyMkhIWAice/tLCYIW0ziwr31bF2MXBxCApOZJBovLmMDSQgLuEncvtwCVsQr oCdxuHM7axcjBwezQIJE9yELkDCbgJrE70l9rCA2p4CtxMvZG5hBbBYBVYmrr5sYQWxmAQWJ yRfWskGMsZGYseQJI8SuRkaJ7S9fs4PMFBHQkljyXBHiHlmJFVN7mSYw8s1CsnkWwuZZYFO1 JZYtfM0MYetJvGx6x44pritxcd0kxgWMbKsYBYtScxIrDY31EgsKclL1kvNzNzGCwrehUHYH 4/6f/IcYBTgYlXh4C09sChBiTSwrrsw9xCjBwawkwjuRCSjEm5JYWZValB9fVJqTWnyIUZqD RUmcd9eFjQFCAumJJanZqakFqUUwWSYOTqkGxmDR+8eDL7Uu/3Kst2L3zy09kbym9cISS2cb r5jeZyZ8oEPmT/+75O6mhPx4uTiL0Lppy9YZGb+etCV6zYfLU9uevvOrPqFk+TzjwKbauyGN EbPTDuiLLP4crjndt57r5u7M0FZbruNfxbSXP/bc0syf+fKbw+MnNZ3bJk/1/+Z7dDofZ3jO LiWW4oxEQy3mouJEAOYMs0RbAgAA
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: ipp@pwg.org, cloud@pwg.org
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0741247274=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: B15C079238.A8B20
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============0741247274==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_xXYzyUJuEtB1znR95uRj6Q)"


--Boundary_(ID_xXYzyUJuEtB1znR95uRj6Q)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Posted to:

    ftp://ftp.pwg.org/pub/pwg/ipp/slides/ipp-wg-agenda-december-12d1.pdf


On 2012-11-25, at 9:04 PM, Michael Sweet <msweet@apple.com> wrote:

> Also IPP F2F slides... :)
> 
> On 2012-11-25, at 12:46 PM, Ira McDonald <blueroofmusic@gmail.com> wrote:
> 
>> Hi,
>> 
>> Our next IPP/Cloud joint call will be this Monday!
>> 
>> Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern
>> 
>> Call-in toll-free number (US/Canada): 1-866-469-3239
>> Call-in toll number (US/Canada): 1-650-429-3300 (Primary)
>> Call-in toll number (US/Canada): 1-408-856-9570 (Backup)
>> 
>> Attendee Access Code: *******#
>> Attendee ID Code: # (empty)
>> 
>> ------------------------------ ------------------------
>> Meeting information
>> ------------------------------
>> -------------------------
>> Topic: IPP/Cloud Imaging WG Telecon
>> Date: Every Monday, from Monday, July 9, 2012 to no end date
>> Time: 12:00 pm, Pacific Daylight Time (San Francisco)
>> Meeting Number: 624 587 312
>> Meeting Password: pwg123
>> -------------------------------------------------------
>> To start or join the online meeting
>> -------------------------------------------------------
>> Go to https://appleinc.webex.com/appleinc/j.php?ED=204995427&UID=504472682&PW=NNzM5MmRlMzBl&RT=MiM0
>> -------------------------------------------------------
>> 
>> Agenda:
>> 
>> (1) PWG IP Policy and Minute Taker
>> - Mike?
>> 
>> (2) Approve IPP minutes from last meeting
>> - ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf
>> 
>> (3) Review Cloud F2F slides
>> - to be posted
>> 
>> (4) Review strawman WSDL for Cloud Print Operations
>> - see Pete's email from 5 November 2012
>> - http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5
>> 
>> 
>> (5) Status of PWG Formal Vote on IPP Everywhere
>> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf
>> 
>> (6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)
>> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf
>> - start PWG Last Call to span December F2F
>> 
>> (7) Next steps
>> - SM/Cloud WG sessions at PWG F2F on Wednesday 5 December
>> - IPP WG session at PWG F2F on Thursday 6 December
>> 
>> Cheers,
>> - Ira
>> 
>> 
>> Ira McDonald (Musician / Software Architect)
>> Chair - Linux Foundation Open Printing WG
>> Secretary - IEEE-ISTO Printer Working Group
>> Co-Chair - IEEE-ISTO PWG IPP WG
>> Co-Chair - TCG Trusted Mobility Solutions WG
>> Chair - TCG Embedded Systems Hardcopy SG
>> IETF Designated Expert - IPP & Printer MIB
>> Blue Roof Music/High North Inc
>> http://sites.google.com/site/blueroofmusic
>> http://sites.google.com/site/highnorthinc
>> mailto:blueroofmusic@gmail.com
>> Winter  579 Park Place  Saline, MI  48176  734-944-0094
>> Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
>> Temporary Cabin *** 2012 only *** 906-494-2523
>> 
>> 
>> -- 
>> This message has been scanned for viruses and 
>> dangerous content by MailScanner, and is 
>> believed to be clean. _______________________________________________
>> ipp mailing list
>> ipp@pwg.org
>> https://www.pwg.org/mailman/listinfo/ipp
> 
> ________________________________________________________________________
> Michael Sweet, Senior Printing System Engineer, PWG Chair
> 

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_xXYzyUJuEtB1znR95uRj6Q)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: quoted-printable

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Diso-8859-1"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mo=
de: space; -webkit-line-break: after-white-space; ">Posted to:<div><br></di=
v><div>&nbsp; &nbsp; <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/slides/ipp-wg=
-agenda-december-12d1.pdf">ftp://ftp.pwg.org/pub/pwg/ipp/slides/ipp-wg-agen=
da-december-12d1.pdf</a></div><div><br></div><div><br><div><div>On 2012-11-=
25, at 9:04 PM, Michael Sweet &lt;<a href=3D"mailto:msweet@apple.com">mswee=
t@apple.com</a>&gt; wrote:</div><br class=3D"Apple-interchange-newline"><bl=
ockquote type=3D"cite"><meta http-equiv=3D"Content-Type" content=3D"text/ht=
ml charset=3Diso-8859-1"><div style=3D"word-wrap: break-word; -webkit-nbsp-=
mode: space; -webkit-line-break: after-white-space; ">Also IPP F2F slides..=
. :)<div><br><div><div>On 2012-11-25, at 12:46 PM, Ira McDonald &lt;<a href=
=3D"mailto:blueroofmusic@gmail.com">blueroofmusic@gmail.com</a>&gt; wrote:<=
/div><br class=3D"Apple-interchange-newline"><blockquote type=3D"cite">Hi,<=
br><br>Our next <span>IPP/Cloud joint </span>call will be this Monday!<br><=
br>Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern<br><br>Call-in t=
oll-free number (US/Canada): <a href=3D"tel:1-866-469-3239" value=3D"+18664=
693239" target=3D"_blank">1-866-469-3239</a><br>




Call-in toll number (US/Canada): <a href=3D"tel:1-650-429-3300" value=3D"+1=
6504293300" target=3D"_blank">1-650-429-3300</a> (Primary)<br>
Call-in toll number (US/Canada): <a href=3D"tel:1-408-856-9570" value=3D"+1=
4088569570" target=3D"_blank">1-408-856-9570</a> (Backup)<br><br>Attendee A=
ccess Code: *******#<br>Attendee ID Code: # (empty)<br><br>----------------=
--------------
------------------------<br>
Meeting information<br>------------------------------<div>-----------------=
--------<br>Topic: <span>IPP</span>/Cloud Imaging WG Telecon<br>Date: Every=
 Monday, from Monday, July 9, 2012 to no end date<br>Time: 12:00 pm, Pacifi=
c Daylight Time (San Francisco)<br>



Meeting Number: 624 587 312<br>Meeting Password: pwg123<br>----------------=
---------------------------------------<br>To start or join the online meet=
ing<br>-------------------------------------------------------<br>Go to <a =
href=3D"https://appleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D=
504472682&amp;PW=3DNNzM5MmRlMzBl&amp;RT=3DMiM0" target=3D"_blank">https://a=
ppleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D504472682&amp;PW=
=3DNNzM5MmRlMzBl&amp;RT=3DMiM0</a><br>



-------------------------------------------------------<br><div><br><span>A=
genda</span>:<br><br>(1) PWG IP Policy and Minute Taker<br>- Mike?<br>
<br>(2) Approve <span>IPP</span> minutes from last meeting<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20=
121105.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-c=
oncall-minutes-20121105.pdf</a><br>

<br>(3) Review Cloud F2F slides<br>- to be posted<br><br>(4) Review strawma=
n WSDL for Cloud Print Operations<br>- see Pete's email from 5 November 201=
2<br>- <a href=3D"http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOper=
ations.html#LinkFF5" target=3D"_blank">http://www.pwg.org/mfd/navigate/PwgS=
mRev1-182_ServiceOperations.html#LinkFF5</a><div>
<br class=3D"webkit-block-placeholder"></div><br>(5) Status of PWG Formal V=
ote on <span>IPP</span> Everywhere<br>

- <span style=3D"white-space:pre-wrap"></span><a href=3D"ftp://ftp.pwg.org/=
pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf" target=3D"_blank">ftp://ftp.pwg.or=
g/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf</a><br>
<br>(6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf"=
 target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-re=
v.pdf</a><br>- <span></span>start PWG Last Call to span December F2F<br>
<br>(7) Next steps<br>- SM/Cloud WG sessions at PWG F2F on Wednesday 5 Dece=
mber<br>
</div></div>- <span>IPP</span> WG session at PWG F2F on Thursday 6 December=
<br>
<br>Cheers,<br>- Ira<br><br><br clear=3D"all">Ira McDonald (Musician / Soft=
ware Architect)<br>Chair - Linux Foundation Open Printing WG<br>Secretary -=
 IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-C=
hair - TCG Trusted Mobility Solutions WG<br>
Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &a=
mp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style=3D"color:rgb(=
51,51,255)" href=3D"http://sites.google.com/site/blueroofmusic" target=3D"_=
blank">http://sites.google.com/site/blueroofmusic</a><br>
<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>
Winter&nbsp; 579 Park Place&nbsp; Saline, MI&nbsp; 48176&nbsp; 734-944-0094=
<br>Summer&nbsp; PO Box 221&nbsp; Grand Marais, MI 49839&nbsp; 906-494-2434=
<br>Temporary Cabin *** 2012 only *** 906-494-2523<br><div style=3D"display=
:inline"></div><div style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br>--=20
<br>This message has been scanned for viruses and
<br>dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br>believed to be clean.

_______________________________________________<br>ipp mailing list<br><a h=
ref=3D"mailto:ipp@pwg.org">ipp@pwg.org</a><br><a href=3D"https://www.pwg.or=
g/mailman/listinfo/ipp">https://www.pwg.org/mailman/listinfo/ipp</a><br></b=
lockquote></div><br><div apple-content-edited=3D"true">
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; font-f=
amily: Helvetica; font-style: normal; font-variant: normal; font-weight: no=
rmal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent:=
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0=
px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-=
text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; =
">________________________________________________________________________<=
br>Michael Sweet, Senior Printing System Engineer, PWG Chair<br></span>

</div>
<br></div></div></blockquote></div><br><div apple-content-edited=3D"true">
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; color:=
 rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: no=
rmal; font-weight: normal; letter-spacing: normal; line-height: normal; orp=
hans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-sp=
ace: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacin=
g: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-e=
ffect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px=
; font-size: medium; ">____________________________________________________=
____________________<br>Michael Sweet, Senior Printing System Engineer, PWG=
 Chair<br></span>

</div>
<br></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_xXYzyUJuEtB1znR95uRj6Q)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0741247274==--

From ipp-bounces@pwg.org  Mon Nov 26 06:10:35 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 47F9321F8440 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 06:10:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level: 
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ee+PiILUqJ-Z for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 06:10:29 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 6630121F8444 for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 06:10:29 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id C250279244; Mon, 26 Nov 2012 09:09:57 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by pwg.org (Postfix) with ESMTP id E8D9C7923C; Mon, 26 Nov 2012 09:09:41 -0500 (EST)
Received: by mail-wi0-f172.google.com with SMTP id o1so2979956wic.11 for <multiple recipients>; Mon, 26 Nov 2012 06:09:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kfDAkn/Fa7/P5PqmG9by5KU1ODw8DZ/nlrvpceEpiH0=; b=k8soBXGqEt3clseBa/cPk0R2GLj7PX6wWqj6L57FR1ll0Yil6LbpSIIyItk0tPJNiG ic8H8RYkQYL8b39VdcXJ+JKS8TeApc4IzLlGoFNZwHUVVkxk50voiwnvizKmPdQMWBvj wq+O9zql3aIvVoN67uEkhqA5dWXwWE9Go5jTeUg66pDl2AmOH7+YNz6NRy+bwuJpyZm2 ObpwyXyh0CQCDLM4P+ciyDyVRi/4588zItaYudYNbzCuqHjQFL/gfya4Gj6Oh+Kx2kKB u4lRtHtf+Nu2qJwxF5/18njIaQXpvL6mvBSkugQEb8SK9tB5OQ9cE2/oioOGFWbnggHO haEg==
MIME-Version: 1.0
Received: by 10.216.85.194 with SMTP id u44mr4484998wee.133.1353938980376; Mon, 26 Nov 2012 06:09:40 -0800 (PST)
Received: by 10.217.45.7 with HTTP; Mon, 26 Nov 2012 06:09:40 -0800 (PST)
In-Reply-To: <D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com>
References: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com> <D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com>
Date: Mon, 26 Nov 2012 09:09:40 -0500
Message-ID: <CAN40gSvG41CaijrfPHauuHbgt-EcQSUKag7Gn-HeLtNhy29BYw@mail.gmail.com>
Subject: Re: [IPP] IPP/Cloud Agenda - 3-5pm Eastern Monday 26 November
From: Ira McDonald <blueroofmusic@gmail.com>
To: Michael Sweet <msweet@apple.com>, Ira McDonald <blueroofmusic@gmail.com>, ipp@pwg.org, cloud@pwg.org
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1548393891=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: C250279244.AA6F1
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1548393891==
Content-Type: multipart/alternative; boundary=0016e6d7e744f90fe304cf667b36


--0016e6d7e744f90fe304cf667b36
Content-Type: text/plain; charset=ISO-8859-1

Hi Mike,

Oops - of course I meant to put in the IPP slides review.

Should we do them after the IPP document status topics?

Cheers,
- Ira

Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG IPP WG
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - TCG Embedded Systems Hardcopy SG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music/High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto:blueroofmusic@gmail.com
Winter  579 Park Place  Saline, MI  48176  734-944-0094
Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
Temporary Cabin *** 2012 only *** 906-494-2523



On Sun, Nov 25, 2012 at 9:04 PM, Michael Sweet <msweet@apple.com> wrote:

> Also IPP F2F slides... :)
>
> On 2012-11-25, at 12:46 PM, Ira McDonald <blueroofmusic@gmail.com> wrote:
>
> Hi,
>
> Our next IPP/Cloud joint call will be this Monday!
>
> Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern
>
> Call-in toll-free number (US/Canada): 1-866-469-3239
> Call-in toll number (US/Canada): 1-650-429-3300 (Primary)
> Call-in toll number (US/Canada): 1-408-856-9570 (Backup)
>
> Attendee Access Code: *******#
> Attendee ID Code: # (empty)
>
> ------------------------------ ------------------------
> Meeting information
> ------------------------------
> -------------------------
> Topic: IPP/Cloud Imaging WG Telecon
> Date: Every Monday, from Monday, July 9, 2012 to no end date
> Time: 12:00 pm, Pacific Daylight Time (San Francisco)
> Meeting Number: 624 587 312
> Meeting Password: pwg123
> -------------------------------------------------------
> To start or join the online meeting
> -------------------------------------------------------
> Go to
> https://appleinc.webex.com/appleinc/j.php?ED=204995427&UID=504472682&PW=NNzM5MmRlMzBl&RT=MiM0
> -------------------------------------------------------
>
> Agenda:
>
> (1) PWG IP Policy and Minute Taker
> - Mike?
>
> (2) Approve IPP minutes from last meeting
> - ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf
>
> (3) Review Cloud F2F slides
> - to be posted
>
> (4) Review strawman WSDL for Cloud Print Operations
> - see Pete's email from 5 November 2012
> -
> http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5
>
>
> (5) Status of PWG Formal Vote on IPP Everywhere
> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf
>
> (6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)
> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf
> - start PWG Last Call to span December F2F
>
> (7) Next steps
> - SM/Cloud WG sessions at PWG F2F on Wednesday 5 December
> - IPP WG session at PWG F2F on Thursday 6 December
>
> Cheers,
> - Ira
>
>
> Ira McDonald (Musician / Software Architect)
> Chair - Linux Foundation Open Printing WG
> Secretary - IEEE-ISTO Printer Working Group
> Co-Chair - IEEE-ISTO PWG IPP WG
> Co-Chair - TCG Trusted Mobility Solutions WG
> Chair - TCG Embedded Systems Hardcopy SG
> IETF Designated Expert - IPP & Printer MIB
> Blue Roof Music/High North Inc
> http://sites.google.com/site/blueroofmusic
> http://sites.google.com/site/highnorthinc
> mailto:blueroofmusic@gmail.com
> Winter  579 Park Place  Saline, MI  48176  734-944-0094
> Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
> Temporary Cabin *** 2012 only *** 906-494-2523
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
> believed to be clean. _______________________________________________
> ipp mailing list
> ipp@pwg.org
> https://www.pwg.org/mailman/listinfo/ipp
>
>
> ________________________________________________________________________
> Michael Sweet, Senior Printing System Engineer, PWG Chair
>
>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--0016e6d7e744f90fe304cf667b36
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Mike,<br><br>Oops - of course I meant to put in the IPP slides review.<b=
r><br>Should we do them after the IPP document status topics?<br><br>Cheers=
,<br>- Ira<br><br clear=3D"all">Ira McDonald (Musician / Software Architect=
)<br>
Chair - Linux Foundation Open Printing WG<br>Secretary - IEEE-ISTO Printer =
Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-Chair - TCG Trusted =
Mobility Solutions WG<br>Chair - TCG Embedded Systems Hardcopy SG<br>IETF D=
esignated Expert - IPP &amp; Printer MIB<br>
Blue Roof Music/High North Inc<br><a style=3D"color:rgb(51,51,255)" href=3D=
"http://sites.google.com/site/blueroofmusic" target=3D"_blank">http://sites=
.google.com/site/blueroofmusic</a><br><a style=3D"color:rgb(102,0,204)" hre=
f=3D"http://sites.google.com/site/highnorthinc" target=3D"_blank">http://si=
tes.google.com/site/highnorthinc</a><br>
mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">blueroo=
fmusic@gmail.com</a><br>Winter=A0 579 Park Place=A0 Saline, MI=A0 48176=A0 =
734-944-0094<br>Summer=A0 PO Box 221=A0 Grand Marais, MI 49839=A0 906-494-2=
434<br>Temporary Cabin *** 2012 only *** 906-494-2523<br>
<div style=3D"display:inline"></div><div style=3D"display:inline"></div><di=
v style=3D"display:inline"></div><div></div><div></div><div></div><div></di=
v><br>
<br><br><div class=3D"gmail_quote">On Sun, Nov 25, 2012 at 9:04 PM, Michael=
 Sweet <span dir=3D"ltr">&lt;<a href=3D"mailto:msweet@apple.com" target=3D"=
_blank">msweet@apple.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex">
<div style=3D"word-wrap:break-word">Also IPP F2F slides... :)<div><br><div>=
<div><div class=3D"h5"><div>On 2012-11-25, at 12:46 PM, Ira McDonald &lt;<a=
 href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">blueroofmusic@gm=
ail.com</a>&gt; wrote:</div>
<br></div></div><blockquote type=3D"cite"><div><div class=3D"h5">Hi,<br><br=
>Our next <span>IPP/Cloud joint </span>call will be this Monday!<br><br>Mon=
day 26 November 12-2pm US Pacific / 3-5pm US Eastern<br><br>Call-in toll-fr=
ee number (US/Canada): <a href=3D"tel:1-866-469-3239" value=3D"+18664693239=
" target=3D"_blank">1-866-469-3239</a><br>





Call-in toll number (US/Canada): <a href=3D"tel:1-650-429-3300" value=3D"+1=
6504293300" target=3D"_blank">1-650-429-3300</a> (Primary)<br>
Call-in toll number (US/Canada): <a href=3D"tel:1-408-856-9570" value=3D"+1=
4088569570" target=3D"_blank">1-408-856-9570</a> (Backup)<br><br>Attendee A=
ccess Code: *******#<br>Attendee ID Code: # (empty)<br><br>----------------=
--------------
------------------------<br>
Meeting information<br>------------------------------<div>-----------------=
--------<br>Topic: <span>IPP</span>/Cloud Imaging WG Telecon<br>Date: Every=
 Monday, from Monday, July 9, 2012 to no end date<br>Time: 12:00 pm, Pacifi=
c Daylight Time (San Francisco)<br>




Meeting Number: 624 587 312<br>Meeting Password: pwg123<br>----------------=
---------------------------------------<br>To start or join the online meet=
ing<br>-------------------------------------------------------<br>Go to <a =
href=3D"https://appleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D=
504472682&amp;PW=3DNNzM5MmRlMzBl&amp;RT=3DMiM0" target=3D"_blank">https://a=
ppleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D504472682&amp;PW=
=3DNNzM5MmRlMzBl&amp;RT=3DMiM0</a><br>




-------------------------------------------------------<br><div><br><span>A=
genda</span>:<br><br>(1) PWG IP Policy and Minute Taker<br>- Mike?<br>
<br>(2) Approve <span>IPP</span> minutes from last meeting<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20=
121105.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-c=
oncall-minutes-20121105.pdf</a><br>

<br>(3) Review Cloud F2F slides<br>- to be posted<br><br>(4) Review strawma=
n WSDL for Cloud Print Operations<br>- see Pete&#39;s email from 5 November=
 2012<br>- <a href=3D"http://www.pwg.org/mfd/navigate/PwgSmRev1-182_Service=
Operations.html#LinkFF5" target=3D"_blank">http://www.pwg.org/mfd/navigate/=
PwgSmRev1-182_ServiceOperations.html#LinkFF5</a><div>

<br></div><br>(5) Status of PWG Formal Vote on <span>IPP</span> Everywhere<=
br>

- <span style=3D"white-space:pre-wrap"></span><a href=3D"ftp://ftp.pwg.org/=
pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf" target=3D"_blank">ftp://ftp.pwg.or=
g/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf</a><br>
<br>(6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf"=
 target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-re=
v.pdf</a><br>- <span></span>start PWG Last Call to span December F2F<br>
<br>(7) Next steps<br>- SM/Cloud WG sessions at PWG F2F on Wednesday 5 Dece=
mber<br>
</div></div>- <span>IPP</span> WG session at PWG F2F on Thursday 6 December=
<br>
<br>Cheers,<br>- Ira<br><br><br clear=3D"all">Ira McDonald (Musician / Soft=
ware Architect)<br>Chair - Linux Foundation Open Printing WG<br>Secretary -=
 IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-C=
hair - TCG Trusted Mobility Solutions WG<br>

Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &a=
mp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style=3D"color:rgb(=
51,51,255)" href=3D"http://sites.google.com/site/blueroofmusic" target=3D"_=
blank">http://sites.google.com/site/blueroofmusic</a><br>

<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>

Winter=A0 579 Park Place=A0 Saline, MI=A0 48176=A0 <a href=3D"tel:734-944-0=
094" value=3D"+17349440094" target=3D"_blank">734-944-0094</a><br>Summer=A0=
 PO Box 221=A0 Grand Marais, MI 49839=A0 <a href=3D"tel:906-494-2434" value=
=3D"+19064942434" target=3D"_blank">906-494-2434</a><br>
Temporary Cabin *** 2012 only *** <a href=3D"tel:906-494-2523" value=3D"+19=
064942523" target=3D"_blank">906-494-2523</a><br><div style=3D"display:inli=
ne"></div><div style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br></div></div>--=20
<br>This message has been scanned for viruses and
<br>dangerous content by
<a href=3D"http://www.mailscanner.info/" target=3D"_blank"><b>MailScanner</=
b></a>, and is
<br>believed to be clean.

_______________________________________________<br>ipp mailing list<br><a h=
ref=3D"mailto:ipp@pwg.org" target=3D"_blank">ipp@pwg.org</a><br><a href=3D"=
https://www.pwg.org/mailman/listinfo/ipp" target=3D"_blank">https://www.pwg=
.org/mailman/listinfo/ipp</a><br>
</blockquote></div><br><div>
<span style=3D"text-indent:0px;letter-spacing:normal;font-variant:normal;te=
xt-align:auto;font-style:normal;font-weight:normal;line-height:normal;borde=
r-collapse:separate;text-transform:none;font-size:medium;white-space:normal=
;font-family:Helvetica;word-spacing:0px">__________________________________=
______________________________________<br>
Michael Sweet, Senior Printing System Engineer, PWG Chair<br></span>

</div>
<br></div></div>
</blockquote></div><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--0016e6d7e744f90fe304cf667b36--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1548393891==--

From ipp-bounces@pwg.org  Mon Nov 26 06:46:47 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BBF1E21F854E for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 06:46:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.598
X-Spam-Level: 
X-Spam-Status: No, score=-102.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3Ukb9gzmAl0e for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 06:46:46 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 6135B21F8468 for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 06:46:46 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 939D07924B; Mon, 26 Nov 2012 09:46:26 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (honeycrisp.apple.com [17.151.62.51]) by pwg.org (Postfix) with ESMTP id 4E5BD79245; Mon, 26 Nov 2012 09:46:13 -0500 (EST)
MIME-version: 1.0
Received: from relay13.apple.com ([17.128.113.29]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0ME300DJENOJZPB0@mail-out.apple.com>; Mon, 26 Nov 2012 06:46:09 -0800 (PST)
X-AuditID: 1180711d-b7fe16d00000096a-01-50b380afd91c
Received: from [17.153.28.93] (Unknown_Domain [17.153.28.93]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay13.apple.com (Apple SCV relay) with SMTP id CB.AE.02410.0B083B05; Mon, 26 Nov 2012 06:46:09 -0800 (PST)
Subject: Re: [IPP] IPP/Cloud Agenda - 3-5pm Eastern Monday 26 November
From: Michael Sweet <msweet@apple.com>
In-reply-to: <CAN40gSvG41CaijrfPHauuHbgt-EcQSUKag7Gn-HeLtNhy29BYw@mail.gmail.com>
Date: Mon, 26 Nov 2012 09:46:07 -0500
Message-id: <EEB79DF7-18D8-461D-9D87-831D1AD9E189@apple.com>
References: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com> <D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com> <CAN40gSvG41CaijrfPHauuHbgt-EcQSUKag7Gn-HeLtNhy29BYw@mail.gmail.com>
To: Ira McDonald <blueroofmusic@gmail.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrBLMWRmVeSWpSXmKPExsUiOFMmVndjw+YAgw/ThSxev1rKbnF5+wFW i2P7XrJYHPkW68DisfXkDzaPnbPusnvMWzydKYA5issmJTUnsyy1SN8ugSvjybqFTAWvKyou XTrB1sD4J7OLkZNDQsBE4s+cm4wQtpjEhXvr2UBsIYHJTBLPrmaA2MICbhK3L7cwgdi8AnoS hzu3s4LYzAIJEke2TQTrZRNQk/g9qQ8szikQKLH/8FSgOAcHi4CqxJ+DCRDlChKTL6xlgxhj I3Hu3XzmLkYuoFXHGCU2tr9gAakXEdCSWPJcEeIcWYkVU3uZJjDyzUKyeRaSzRC2tsSyha+Z IWw9iZdN79gxxXUlLq6bxLiAkW0Vo2BRak5ipaGxXmJBQU6qXnJ+7iZGUPg2FMruYNz/k/8Q owAHoxIPb+GJTQFCrIllxZW5hxglOJiVRHjPem8OEOJNSaysSi3Kjy8qzUktPsQozcGiJM67 68LGACGB9MSS1OzU1ILUIpgsEwenVAPjVP7Jc9q7p5Wu3tiTfvHZ3CPvz0V0xWc9+Xo4plQz OiP+1XPuKIaEpxFH/fcZJii6all8C5RgW3nb6pfm06kx7/489XDTYl3VNk2wxGR6zJOVlYxT z2rfLHkaVzC/am0hE/cut9MX1tpXJDELpr8//SY0O/z6/1dCoTslMopVzGaId69uVLZRYinO SDTUYi4qTgQAEXO2ElsCAAA=
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: ipp@pwg.org, cloud@pwg.org
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1552721790=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 939D07924B.A987A
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1552721790==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_03Jq5xa2mQ/ImF2hroRMVw)"


--Boundary_(ID_03Jq5xa2mQ/ImF2hroRMVw)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Ira,

Yeah, status then slides then WSDL, e.g.:

Agenda:

(1) PWG IP Policy and Minute Taker
- Mike?

(2) Approve IPP minutes from last meeting
- ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf

(3) Status of PWG Formal Vote on IPP Everywhere
- ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf

(4) Status of WG Last Call on MSN2 (ends 26 Nov 2012)
- ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf
- start PWG Last Call to span December F2F

(5) Review IPP F2F slides
- ftp://ftp.pwg.org/pub/pwg/ipp/slides/ipp-wg-agenda-december-12d1.pdf

(6) Review Cloud F2F slides
- to be posted

(7) Review strawman WSDL for Cloud Print Operations
- see Pete's email from 5 November 2012
- http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5

(8) Next steps
- SM/Cloud WG sessions at PWG F2F on Wednesday 5 December
- IPP WG session at PWG F2F on Thursday 6 December



On 2012-11-26, at 9:09 AM, Ira McDonald <blueroofmusic@gmail.com> wrote:
> Hi Mike,
> 
> Oops - of course I meant to put in the IPP slides review.
> 
> Should we do them after the IPP document status topics?
> 
> Cheers,
> - Ira
> 
> Ira McDonald (Musician / Software Architect)
> Chair - Linux Foundation Open Printing WG
> Secretary - IEEE-ISTO Printer Working Group
> Co-Chair - IEEE-ISTO PWG IPP WG
> Co-Chair - TCG Trusted Mobility Solutions WG
> Chair - TCG Embedded Systems Hardcopy SG
> IETF Designated Expert - IPP & Printer MIB
> Blue Roof Music/High North Inc
> http://sites.google.com/site/blueroofmusic
> http://sites.google.com/site/highnorthinc
> mailto:blueroofmusic@gmail.com
> Winter  579 Park Place  Saline, MI  48176  734-944-0094
> Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
> Temporary Cabin *** 2012 only *** 906-494-2523
> 
> 
> 
> On Sun, Nov 25, 2012 at 9:04 PM, Michael Sweet <msweet@apple.com> wrote:
> Also IPP F2F slides... :)
> 
> On 2012-11-25, at 12:46 PM, Ira McDonald <blueroofmusic@gmail.com> wrote:
> 
>> Hi,
>> 
>> Our next IPP/Cloud joint call will be this Monday!
>> 
>> Monday 26 November 12-2pm US Pacific / 3-5pm US Eastern
>> 
>> Call-in toll-free number (US/Canada): 1-866-469-3239
>> Call-in toll number (US/Canada): 1-650-429-3300 (Primary)
>> Call-in toll number (US/Canada): 1-408-856-9570 (Backup)
>> 
>> Attendee Access Code: *******#
>> Attendee ID Code: # (empty)
>> 
>> ------------------------------ ------------------------
>> Meeting information
>> ------------------------------
>> -------------------------
>> Topic: IPP/Cloud Imaging WG Telecon
>> Date: Every Monday, from Monday, July 9, 2012 to no end date
>> Time: 12:00 pm, Pacific Daylight Time (San Francisco)
>> Meeting Number: 624 587 312
>> Meeting Password: pwg123
>> -------------------------------------------------------
>> To start or join the online meeting
>> -------------------------------------------------------
>> Go to https://appleinc.webex.com/appleinc/j.php?ED=204995427&UID=504472682&PW=NNzM5MmRlMzBl&RT=MiM0
>> -------------------------------------------------------
>> 
>> Agenda:
>> 
>> (1) PWG IP Policy and Minute Taker
>> - Mike?
>> 
>> (2) Approve IPP minutes from last meeting
>> - ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf
>> 
>> (3) Review Cloud F2F slides
>> - to be posted
>> 
>> (4) Review strawman WSDL for Cloud Print Operations
>> - see Pete's email from 5 November 2012
>> - http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.html#LinkFF5
>> 
>> 
>> (5) Status of PWG Formal Vote on IPP Everywhere
>> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf
>> 
>> (6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)
>> - ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf
>> - start PWG Last Call to span December F2F
>> 
>> (7) Next steps
>> - SM/Cloud WG sessions at PWG F2F on Wednesday 5 December
>> - IPP WG session at PWG F2F on Thursday 6 December
>> 
>> Cheers,
>> - Ira
>> 
>> 
>> Ira McDonald (Musician / Software Architect)
>> Chair - Linux Foundation Open Printing WG
>> Secretary - IEEE-ISTO Printer Working Group
>> Co-Chair - IEEE-ISTO PWG IPP WG
>> Co-Chair - TCG Trusted Mobility Solutions WG
>> Chair - TCG Embedded Systems Hardcopy SG
>> IETF Designated Expert - IPP & Printer MIB
>> Blue Roof Music/High North Inc
>> http://sites.google.com/site/blueroofmusic
>> http://sites.google.com/site/highnorthinc
>> mailto:blueroofmusic@gmail.com
>> Winter  579 Park Place  Saline, MI  48176  734-944-0094
>> Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
>> Temporary Cabin *** 2012 only *** 906-494-2523
>> 
>> 
>> -- 
>> This message has been scanned for viruses and 
>> dangerous content by MailScanner, and is 
>> believed to be clean. _______________________________________________
>> ipp mailing list
>> ipp@pwg.org
>> https://www.pwg.org/mailman/listinfo/ipp
> 
> ________________________________________________________________________
> Michael Sweet, Senior Printing System Engineer, PWG Chair
> 
> 

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_03Jq5xa2mQ/ImF2hroRMVw)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: quoted-printable

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Diso-8859-1"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mo=
de: space; -webkit-line-break: after-white-space; ">Ira,<div><br></div><div=
>Yeah, status then slides then WSDL, e.g.:</div><div><br></div><div>Agenda:=
<br><br>(1) PWG IP Policy and Minute Taker<br>- Mike?<br><br>(2) Approve&nb=
sp;IPP&nbsp;minutes from last meeting<br>-&nbsp;<a href=3D"ftp://ftp.pwg.or=
g/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf">ftp://ftp.pwg.org=
/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121105.pdf</a><br><br>(3) Stat=
us of PWG Formal Vote on&nbsp;IPP&nbsp;Everywhere<br>-&nbsp;ftp://ftp.pwg.o=
rg/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf<br><br>(4) Status of WG Last Cal=
l on MSN2 (ends 26 Nov 2012)<br>-&nbsp;ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-=
pwgmsn20-20121116-rev.pdf<br>-&nbsp;start PWG Last Call to span December F2=
F<br><br>(5) Review IPP F2F slides</div><div>- <a href=3D"ftp://ftp.pwg.org=
/pub/pwg/ipp/slides/ipp-wg-agenda-december-12d1.pdf">ftp://ftp.pwg.org/pub/=
pwg/ipp/slides/ipp-wg-agenda-december-12d1.pdf</a></div><div><br>(6) Review=
 Cloud F2F slides<br>- to be posted<br><br>(7) Review strawman WSDL for Clo=
ud Print Operations<br>- see Pete's email from 5 November 2012<br>-&nbsp;<a=
 href=3D"http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations.ht=
ml#LinkFF5">http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOperations=
.html#LinkFF5</a><br><br>(8) Next steps<br>- SM/Cloud WG sessions at PWG F2=
F on Wednesday 5 December<br>-&nbsp;IPP&nbsp;WG session at PWG F2F on Thurs=
day 6 December<br><div><div><br></div><div><br></div><div><br></div><div>On=
 2012-11-26, at 9:09 AM, Ira McDonald &lt;blueroofmusic@gmail.com&gt; wrote=
:</div><blockquote type=3D"cite">Hi Mike,<br><br>Oops - of course I meant t=
o put in the IPP slides review.<br><br>Should we do them after the IPP docu=
ment status topics?<br><br>Cheers,<br>- Ira<br><br clear=3D"all">Ira McDona=
ld (Musician / Software Architect)<br>
Chair - Linux Foundation Open Printing WG<br>Secretary - IEEE-ISTO Printer =
Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-Chair - TCG Trusted =
Mobility Solutions WG<br>Chair - TCG Embedded Systems Hardcopy SG<br>IETF D=
esignated Expert - IPP &amp; Printer MIB<br>
Blue Roof Music/High North Inc<br><a style=3D"color:rgb(51,51,255)" href=3D=
"http://sites.google.com/site/blueroofmusic" target=3D"_blank">http://sites=
.google.com/site/blueroofmusic</a><br><a style=3D"color:rgb(102,0,204)" hre=
f=3D"http://sites.google.com/site/highnorthinc" target=3D"_blank">http://si=
tes.google.com/site/highnorthinc</a><br>
mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">blueroo=
fmusic@gmail.com</a><br>Winter&nbsp; 579 Park Place&nbsp; Saline, MI&nbsp; =
48176&nbsp; 734-944-0094<br>Summer&nbsp; PO Box 221&nbsp; Grand Marais, MI =
49839&nbsp; 906-494-2434<br>Temporary Cabin *** 2012 only *** 906-494-2523<=
br>
<div style=3D"display:inline"></div><div style=3D"display:inline"></div><di=
v style=3D"display:inline"></div><div></div><div></div><div></div><div></di=
v><br>
<br><br><div class=3D"gmail_quote">On Sun, Nov 25, 2012 at 9:04 PM, Michael=
 Sweet <span dir=3D"ltr">&lt;<a href=3D"mailto:msweet@apple.com" target=3D"=
_blank">msweet@apple.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex">
<div style=3D"word-wrap:break-word">Also IPP F2F slides... :)<div><br><div>=
<div><div class=3D"h5"><div>On 2012-11-25, at 12:46 PM, Ira McDonald &lt;<a=
 href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">blueroofmusic@gm=
ail.com</a>&gt; wrote:</div>
<br></div></div><blockquote type=3D"cite"><div><div class=3D"h5">Hi,<br><br=
>Our next <span>IPP/Cloud joint </span>call will be this Monday!<br><br>Mon=
day 26 November 12-2pm US Pacific / 3-5pm US Eastern<br><br>Call-in toll-fr=
ee number (US/Canada): <a href=3D"tel:1-866-469-3239" value=3D"+18664693239=
" target=3D"_blank">1-866-469-3239</a><br>





Call-in toll number (US/Canada): <a href=3D"tel:1-650-429-3300" value=3D"+1=
6504293300" target=3D"_blank">1-650-429-3300</a> (Primary)<br>
Call-in toll number (US/Canada): <a href=3D"tel:1-408-856-9570" value=3D"+1=
4088569570" target=3D"_blank">1-408-856-9570</a> (Backup)<br><br>Attendee A=
ccess Code: *******#<br>Attendee ID Code: # (empty)<br><br>----------------=
--------------
------------------------<br>
Meeting information<br>------------------------------<div>-----------------=
--------<br>Topic: <span>IPP</span>/Cloud Imaging WG Telecon<br>Date: Every=
 Monday, from Monday, July 9, 2012 to no end date<br>Time: 12:00 pm, Pacifi=
c Daylight Time (San Francisco)<br>




Meeting Number: 624 587 312<br>Meeting Password: pwg123<br>----------------=
---------------------------------------<br>To start or join the online meet=
ing<br>-------------------------------------------------------<br>Go to <a =
href=3D"https://appleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D=
504472682&amp;PW=3DNNzM5MmRlMzBl&amp;RT=3DMiM0" target=3D"_blank">https://a=
ppleinc.webex.com/appleinc/j.php?ED=3D204995427&amp;UID=3D504472682&amp;PW=
=3DNNzM5MmRlMzBl&amp;RT=3DMiM0</a><br>




-------------------------------------------------------<br><div><br><span>A=
genda</span>:<br><br>(1) PWG IP Policy and Minute Taker<br>- Mike?<br>
<br>(2) Approve <span>IPP</span> minutes from last meeting<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20=
121105.pdf" target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-c=
oncall-minutes-20121105.pdf</a><br>

<br>(3) Review Cloud F2F slides<br>- to be posted<br><br>(4) Review strawma=
n WSDL for Cloud Print Operations<br>- see Pete's email from 5 November 201=
2<br>- <a href=3D"http://www.pwg.org/mfd/navigate/PwgSmRev1-182_ServiceOper=
ations.html#LinkFF5" target=3D"_blank">http://www.pwg.org/mfd/navigate/PwgS=
mRev1-182_ServiceOperations.html#LinkFF5</a><div>

<br></div><br>(5) Status of PWG Formal Vote on <span>IPP</span> Everywhere<=
br>

- <span style=3D"white-space:pre-wrap"></span><a href=3D"ftp://ftp.pwg.org/=
pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf" target=3D"_blank">ftp://ftp.pwg.or=
g/pub/pwg/ipp/wd/wd-ippeve10-20121116.pdf</a><br>
<br>(6) Status of WG Last Call on MSN2 (ends 26 Nov 2012)<br>
- <a href=3D"ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-rev.pdf"=
 target=3D"_blank">ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116-re=
v.pdf</a><br>- <span></span>start PWG Last Call to span December F2F<br>
<br>(7) Next steps<br>- SM/Cloud WG sessions at PWG F2F on Wednesday 5 Dece=
mber<br>
</div></div>- <span>IPP</span> WG session at PWG F2F on Thursday 6 December=
<br>
<br>Cheers,<br>- Ira<br><br><br clear=3D"all">Ira McDonald (Musician / Soft=
ware Architect)<br>Chair - Linux Foundation Open Printing WG<br>Secretary -=
 IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-ISTO PWG IPP WG<br>Co-C=
hair - TCG Trusted Mobility Solutions WG<br>

Chair - TCG Embedded Systems Hardcopy SG<br>IETF Designated Expert - IPP &a=
mp; Printer MIB<br>Blue Roof Music/High North Inc<br><a style=3D"color:rgb(=
51,51,255)" href=3D"http://sites.google.com/site/blueroofmusic" target=3D"_=
blank">http://sites.google.com/site/blueroofmusic</a><br>

<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>

Winter&nbsp; 579 Park Place&nbsp; Saline, MI&nbsp; 48176&nbsp; <a href=3D"t=
el:734-944-0094" value=3D"+17349440094" target=3D"_blank">734-944-0094</a><=
br>Summer&nbsp; PO Box 221&nbsp; Grand Marais, MI 49839&nbsp; <a href=3D"te=
l:906-494-2434" value=3D"+19064942434" target=3D"_blank">906-494-2434</a><b=
r>
Temporary Cabin *** 2012 only *** <a href=3D"tel:906-494-2523" value=3D"+19=
064942523" target=3D"_blank">906-494-2523</a><br><div style=3D"display:inli=
ne"></div><div style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br></div></div>--=20
<br>This message has been scanned for viruses and
<br>dangerous content by
<a href=3D"http://www.mailscanner.info/" target=3D"_blank"><b>MailScanner</=
b></a>, and is
<br>believed to be clean.

_______________________________________________<br>ipp mailing list<br><a h=
ref=3D"mailto:ipp@pwg.org" target=3D"_blank">ipp@pwg.org</a><br><a href=3D"=
https://www.pwg.org/mailman/listinfo/ipp" target=3D"_blank">https://www.pwg=
.org/mailman/listinfo/ipp</a><br>
</blockquote></div><br><div>
<span style=3D"text-indent:0px;letter-spacing:normal;font-variant:normal;te=
xt-align:auto;font-style:normal;font-weight:normal;line-height:normal;borde=
r-collapse:separate;text-transform:none;font-size:medium;white-space:normal=
;font-family:Helvetica;word-spacing:0px">__________________________________=
______________________________________<br>
Michael Sweet, Senior Printing System Engineer, PWG Chair<br></span>

</div>
<br></div></div>
</blockquote></div><br>
</blockquote></div><br><div>
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; font-f=
amily: Helvetica; border-spacing: 0px; "><div>_____________________________=
_____________________</div><div>Michael Sweet, Senior Printing System&nbsp;=
Engineer, PWG Chair<br></div></span>

</div>
<br></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_03Jq5xa2mQ/ImF2hroRMVw)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1552721790==--

From ipp-bounces@pwg.org  Mon Nov 26 11:49:29 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7D98F21F8540 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 11:49:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.598
X-Spam-Level: 
X-Spam-Status: No, score=-102.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Whcbpxtx56LF for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 11:49:15 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id B75E421F852C for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 11:49:15 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id C0C907924C; Mon, 26 Nov 2012 14:48:56 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from qmta01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [76.96.62.16]) by pwg.org (Postfix) with ESMTP id 2CFA87924A for <ipp@pwg.org>; Mon, 26 Nov 2012 14:48:43 -0500 (EST)
Received: from omta21.westchester.pa.mail.comcast.net ([76.96.62.72]) by qmta01.westchester.pa.mail.comcast.net with comcast id UGDL1k00A1ZXKqc51KojJy; Mon, 26 Nov 2012 19:48:43 +0000
Received: from lenovo ([98.216.178.129]) by omta21.westchester.pa.mail.comcast.net with comcast id UKoi1k01J2ntzM63hKojHP; Mon, 26 Nov 2012 19:48:43 +0000
From: "William A Wagner" <wamwagner@comcast.net>
To: <ipp@pwg.org>, <cloud@pwg.org>
References: <CAN40gSvvp5ouHRsNupg2xu+aFtePe-c889tg37BK59JqtDRqsA@mail.gmail.com>	<D1DB86E4-4538-44F4-AC85-71FBB2C9F76B@apple.com>	<CAN40gSvG41CaijrfPHauuHbgt-EcQSUKag7Gn-HeLtNhy29BYw@mail.gmail.com> <EEB79DF7-18D8-461D-9D87-831D1AD9E189@apple.com>
In-Reply-To: <EEB79DF7-18D8-461D-9D87-831D1AD9E189@apple.com>
Subject: RE: [Cloud] Re: [IPP] IPP/Cloud Agenda - 3-5pm Eastern Monday 26	November
Date: Mon, 26 Nov 2012 14:48:43 -0500
Message-ID: <002701cdcc0f$0a938c30$1fbaa490$@net>
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: Ac3L6zwe+skv1NBxQaSInVH6DUh5XgAI6j6Q
Content-Language: en-us
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1353959323; bh=/JGEtZlV/Z4Ghl+x0+JRT4q0Trg1B+N9F+dHGMn6UxQ=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=qMJqNcX8C6HbQs0BTsTBSvwq5+w4CVLORAmVKE9RpxZmfaB8t2xPVt6+hchEHeWSX Z+zD75qnDkcalc1dGXEOAV9jCwbWlP4xtDAyT7cqIVYLwr19Zy2L32PL+FmdZxKCkU zNHQlwcdZ/xEN4bWr4ffryK1dvh7/btmQTnRjjgOBb5IDRr1bbatFknKDYI4pa62rj HRc7KT3bLOqiYwMKCJ+5tk9jQSe3hveB2re6lhdFc7ERNqipp9mIM60I5l8Cv5bukm 9JzPYfLHthOaAjL7j33VjwuHfnVsI+RRLVK9+weGpyGjUOgiyiVQTTU9Rt0YZ/yzQu 97j/xOmjZQ8qw==
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0834358108=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: C0C907924C.A915B
X-pwg-MailScanner-From: ipp-bounces@pwg.org

This is a multi-part message in MIME format.

--===============0834358108==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0028_01CDCBE5.21BD8430"
Content-Language: en-us

This is a multi-part message in MIME format.

------=_NextPart_000_0028_01CDCBE5.21BD8430
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Drafts of Cloud Meeting Slides are at
ftp://ftp.pwg.org/pub/pwg/cloud/slides/Cloud-WG-Meeting-Dec-2012.pdf

Thanks

Bill Wagner


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------=_NextPart_000_0028_01CDCBE5.21BD8430
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV=3D"Content-Type" CONTENT=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft 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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	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.apple-style-span
	{mso-style-name:apple-style-span;}
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 WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue vli=
nk=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span style=3D'f=
ont-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Drafts of=
 Cloud Meeting Slides are at <a href=3D"ftp://ftp.pwg.org/pub/pwg/cloud/sli=
des/Cloud-WG-Meeting-Dec-2012.pdf">ftp://ftp.pwg.org/pub/pwg/cloud/slides/C=
loud-WG-Meeting-Dec-2012.pdf</a><o:p></o:p></span></p><p class=3DMsoNormal>=
<span style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1=
F497D'>Thanks<o:p></o:p></span></p><p class=3DMsoNormal><span style=3D'font=
-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Bill Wagner<=
o:p></o:p></span></p></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

------=_NextPart_000_0028_01CDCBE5.21BD8430--


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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0834358108==--


From pwg-announce-bounces@pwg.org  Mon Nov 26 12:43:38 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7CE7D21F86F3 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 12:43:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.998
X-Spam-Level: 
X-Spam-Status: No, score=-1.998 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_46=0.6]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PpEvjbXslrNv for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 12:43:36 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 99E5221F86F1 for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 12:43:36 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 7953979246; Mon, 26 Nov 2012 15:43:08 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail4.sharplabs.com (mail4.sharplabs.com [216.65.151.214]) by pwg.org (Postfix) with ESMTP id 3D155791A2 for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 15:42:52 -0500 (EST)
X-ASG-Debug-ID: 1353962558-0208080960243f0001-asKuw5
Received: from WABCASP1.sharpamericas.com ([172.29.224.253]) by mail4.sharplabs.com with ESMTP id jHcfPkS3DBGdtYyC for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 12:42:38 -0800 (PST)
X-Barracuda-Envelope-From: jmurdock@sharplabs.com
Received: from WABEXCHP1.sharpamericas.com ([fe80::f930:84ca:49e6:2cbd]) by Wabcasp1 ([172.29.224.2]) with mapi id 14.02.0318.004; Mon, 26 Nov 2012 12:42:39 -0800
From: "Murdock, Joe" <jmurdock@sharplabs.com>
X-Barracuda-Apparent-Source-IP: fe80::f930:84ca:49e6:2cbd
To: "pwg-announce@pwg.org" <pwg-announce@pwg.org>
Subject: [Pwg-Announce] PWG Last call of HCD Assessment Attributes
Thread-Topic: [Pwg-Announce] PWG Last call of HCD Assessment Attributes
X-ASG-Orig-Subj: [Pwg-Announce] PWG Last call of HCD Assessment Attributes
Thread-Index: Ac3ME5mC2PJLQX/MRrmzrZHncO9VLQ==
Date: Mon, 26 Nov 2012 20:42:38 +0000
Message-ID: <E301B2F12DBCCF4394DEA69FD0E703702777E8F2@wabexchp1.sharpamericas.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [172.29.229.74]
MIME-Version: 1.0
X-Barracuda-Connect: UNKNOWN[172.29.224.253]
X-Barracuda-Start-Time: 1353962558
X-Barracuda-URL: http://mail4.enet.sharplabs.com:8000/cgi-mod/mark.cgi
Received-SPF: none (sharplabs.com: jmurdock@sharplabs.com does not designate permitted sender hosts)
X-Virus-Scanned: by bsmtpd at sharplabs.com
X-Barracuda-BRTS-Status: 1
X-Barracuda-Spam-Score: 0.14
X-Barracuda-Spam-Status: No, SCORE=0.14 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=CN_BODY_332, HTML_MESSAGE, THREAD_INDEX, THREAD_TOPIC
X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.115343 Rule breakdown below pts rule name              description ---- ---------------------- -------------------------------------------------- 0.01 THREAD_INDEX thread-index: AcO7Y8iR61tzADqsRmmc5wNiFHEOig== 0.01 THREAD_TOPIC           Thread-Topic: ...(Japanese Subject)... 0.12 CN_BODY_332            BODY: CN_BODY_332 0.00 HTML_MESSAGE           BODY: HTML included in message
X-pwg-MailScanner: Found to be clean, Found to be clean
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0919013796=="
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 7953979246.ADA66
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

--===============0919013796==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_E301B2F12DBCCF4394DEA69FD0E703702777E8F2wabexchp1sharpa_"


--_000_E301B2F12DBCCF4394DEA69FD0E703702777E8F2wabexchp1sharpa_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

All,

[This PWG Last Call starts today Monday November 26, 2012 and ends Friday J=
anuary 18, 2013 at 10pm US PST.]

This is the formal announcement of the PWG Last Call for the HCD-Assessment=
-Attributes specification, located at:

                ftp://ftp.pwg.org/pub/pwg/ids/wd/wd-idsattributes10-2012111=
3.pdf

A supporting binding document (HCD-NAP) has been prototyped and is in PWG l=
ast call. The IDS WG has completed extensive review of the various revision=
s of this document and an IDS WG last call.

The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must=
 acknowledge a PWG Last Call (with or without comments), before any documen=
t can progress to PWG Formal Vote.  This PWG Last Call is NOT a Formal Vote=
 but it DOES require your review acknowledgment.


HOW TO RESPOND

Send an email with *exactly* the following subject line format:
Subject: <Company Name> has reviewed the HCD-Assessment-Attributes specific=
ation and has [no] comments


WHERE TO SEND YOUR RESPONSE

Please send your response to *all* of the following email addresses (replac=
ing "dot" with '.' and "at" with '@'):

"ids "at" pwg "dot" org (IDS WG mailing list - you must be subscribed!)
jmurdock "at" sharplabs "dot" com (Joe Murdock, IDS Chair and current HCD-A=
ssessment-Attributes Editor)
alan.sukert "at" xerox "dot" com (Alan Sukert, IDS WG Secretary)

Note that you must be subscribed to the IDS WG mailing list to send email t=
here - otherwise your email will be silently discarded.

Please do NOT simply reply to this note on the PWG-Announce list.

Note: The PWG Definition of the Standards Development Process Version 3.0 i=
s located at:

                http://www.pwg.org/chair/membership_docs/pwg-process30.pdf

---------------------------------------
Joe Murdock
Principal Engineer and Researcher
Chair IEEE/ISTO Printer Working Group Imaging Device Security
Sharp Labs of America
5750 NW Pacific Rim Blvd
Camas, WA 98607
(360) 817-7542
jmurdock@sharplabs.com<mailto:jmurdock@sharplabs.com>


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-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.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.apple-tab-span
	{mso-style-name:apple-tab-span;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">All,<br>
<br>
[This PWG Last Call starts today Monday November 26, 2012 and ends Friday J=
anuary 18, 2013 at 10pm US PST.]<br>
<br>
This is the formal announcement of the PWG Last Call for the HCD-Assessment=
-Attributes specification, located at:<br>
<br>
<span class=3D"apple-tab-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a href=3D"ftp://ftp.=
pwg.org/pub/pwg/ids/wd/wd-idsattributes10-20121113.pdf">ftp://ftp.pwg.org/p=
ub/pwg/ids/wd/wd-idsattributes10-20121113.pdf</a><br>
<br>
A supporting binding document (HCD-NAP) has been prototyped and is in PWG l=
ast call. The IDS WG has completed extensive review of the various revision=
s of this document and an IDS WG last call.<br>
<br>
The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must=
 acknowledge a PWG Last Call (with or without comments), before any documen=
t can progress to PWG Formal Vote. &nbsp;This PWG Last Call is NOT a Formal=
 Vote but it DOES require your review
 acknowledgment.<br>
<br>
<br>
HOW TO RESPOND<br>
<br>
Send an email with *exactly* the following subject line format:<br>
Subject: &lt;Company Name&gt; has reviewed the HCD-Assessment-Attributes sp=
ecification and has [no] comments<br>
<br>
<br>
WHERE TO SEND YOUR RESPONSE<br>
<br>
Please send your response to *all* of the following email addresses (replac=
ing &quot;dot&quot; with '.' and &quot;at&quot; with '@'):<br>
<br>
&#8220;ids &quot;at&quot; pwg &quot;dot&quot; org (IDS WG mailing list - yo=
u must be subscribed!)<br>
jmurdock &quot;at&quot; sharplabs &quot;dot&quot; com (Joe Murdock, IDS Cha=
ir and current HCD-Assessment-Attributes Editor)<br>
alan.sukert &quot;at&quot; xerox &quot;dot&quot; com (Alan Sukert, IDS WG S=
ecretary)<br>
<br>
Note that you must be subscribed to the IDS WG mailing list to send email t=
here - otherwise your email will be silently discarded.<br>
<br>
Please do NOT simply reply to this note on the PWG-Announce list.<br>
<br>
Note: The PWG Definition of the Standards Development Process Version 3.0 i=
s located at:<br>
<br>
<span class=3D"apple-tab-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a href=3D"http://www=
.pwg.org/chair/membership_docs/pwg-process30.pdf">http://www.pwg.org/chair/=
membership_docs/pwg-process30.pdf</a><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">--------------------=
-------------------<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Joe Murdock<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Principal Engineer a=
nd Researcher<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Chair IEEE/ISTO Prin=
ter Working Group Imaging Device Security<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Sharp Labs of Americ=
a<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">5750 NW Pacific Rim =
Blvd<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Camas, WA 98607<o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">(360) 817-7542<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt"><a href=3D"mailto:jm=
urdock@sharplabs.com"><span style=3D"color:blue">jmurdock@sharplabs.com</sp=
an></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body>
</html>

--_000_E301B2F12DBCCF4394DEA69FD0E703702777E8F2wabexchp1sharpa_--

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

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

--===============0919013796==--

From pwg-announce-bounces@pwg.org  Mon Nov 26 12:46:58 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7330221F864A for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 12:46:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.998
X-Spam-Level: 
X-Spam-Status: No, score=-1.998 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_46=0.6]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YWEG-arNqexP for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 12:46:56 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 3AFB021F84D7 for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 12:46:51 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 252997925F; Mon, 26 Nov 2012 15:46:30 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail4.sharplabs.com (mail4.sharplabs.com [216.65.151.214]) by pwg.org (Postfix) with ESMTP id D8258792A3 for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 15:44:46 -0500 (EST)
X-ASG-Debug-ID: 1353962683-0208080960244c0001-asKuw5
Received: from WABCASP2.sharpamericas.com ([172.29.224.252]) by mail4.sharplabs.com with ESMTP id Jps8ddgiUbczdtCr for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 12:44:43 -0800 (PST)
X-Barracuda-Envelope-From: jmurdock@sharplabs.com
Received: from WABEXCHP1.sharpamericas.com ([fe80::f930:84ca:49e6:2cbd]) by WABCASP2.sharpamericas.com ([172.29.224.3]) with mapi id 14.02.0318.004; Mon, 26 Nov 2012 12:44:43 -0800
From: "Murdock, Joe" <jmurdock@sharplabs.com>
X-Barracuda-Apparent-Source-IP: fe80::f930:84ca:49e6:2cbd
To: "pwg-announce@pwg.org" <pwg-announce@pwg.org>
Subject: [Pwg-Announce] PWG Last call of HCD-NAP Binding
Thread-Topic: [Pwg-Announce] PWG Last call of HCD-NAP Binding
X-ASG-Orig-Subj: [Pwg-Announce] PWG Last call of HCD-NAP Binding
Thread-Index: Ac3MFMSAHVOAe5hcTVKlJ5YMXFqRng==
Date: Mon, 26 Nov 2012 20:44:43 +0000
Message-ID: <E301B2F12DBCCF4394DEA69FD0E703702777E90A@wabexchp1.sharpamericas.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [172.29.229.74]
MIME-Version: 1.0
X-Barracuda-Connect: UNKNOWN[172.29.224.252]
X-Barracuda-Start-Time: 1353962683
X-Barracuda-URL: http://mail4.enet.sharplabs.com:8000/cgi-mod/mark.cgi
Received-SPF: none (sharplabs.com: jmurdock@sharplabs.com does not designate permitted sender hosts)
X-Virus-Scanned: by bsmtpd at sharplabs.com
X-Barracuda-BRTS-Status: 1
X-Barracuda-Spam-Score: 0.14
X-Barracuda-Spam-Status: No, SCORE=0.14 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=CN_BODY_332, HTML_MESSAGE, THREAD_INDEX, THREAD_TOPIC
X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.115343 Rule breakdown below pts rule name              description ---- ---------------------- -------------------------------------------------- 0.01 THREAD_INDEX thread-index: AcO7Y8iR61tzADqsRmmc5wNiFHEOig== 0.01 THREAD_TOPIC           Thread-Topic: ...(Japanese Subject)... 0.12 CN_BODY_332            BODY: CN_BODY_332 0.00 HTML_MESSAGE           BODY: HTML included in message
X-pwg-MailScanner: Found to be clean, Found to be clean
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0627672387=="
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 252997925F.ACF45
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

--===============0627672387==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_E301B2F12DBCCF4394DEA69FD0E703702777E90Awabexchp1sharpa_"


--_000_E301B2F12DBCCF4394DEA69FD0E703702777E90Awabexchp1sharpa_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

All,

[This PWG Last Call starts today Monday November 26, 2012 and ends Friday J=
anuary 18, 2013 at 10pm US PST.]

This is the formal announcement of the PWG Last Call for the HCD-NAP Bindin=
g specification, located at:

                ftp://ftp.pwg.org/pub/pwg/ids/wd/wd-ids-napsoh10-20121112.p=
df

All required attributes and values defined in this document have been proto=
typed by a vendor. The IDS WG has completed extensive review of the various=
 revisions of this document and an IDS WG last call.

The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must=
 acknowledge a PWG Last Call (with or without comments), before any documen=
t can progress to PWG Formal Vote.  This PWG Last Call is NOT a Formal Vote=
 but it DOES require your review acknowledgment.


HOW TO RESPOND

Send an email with *exactly* the following subject line format:
Subject: <Company Name> has reviewed the HCD-NAP specification and has [no]=
 comments


WHERE TO SEND YOUR RESPONSE

Please send your response to *all* of the following email addresses (replac=
ing "dot" with '.' and "at" with '@'):

"ids "at" pwg "dot" org (IDS WG mailing list - you must be subscribed!)
jmurdock "at" sharplabs "dot" com (Joe Murdock, IDS Chair and current HCD-N=
AP Binding Editor)
alan.sukert "at" xerox "dot" com (Alan Sukert, IDS WG Secretary)

Note that you must be subscribed to the IDS WG mailing list to send email t=
here - otherwise your email will be silently discarded.

Please do NOT simply reply to this note on the PWG-Announce list.

Note: The PWG Definition of the Standards Development Process Version 3.0 i=
s located at:

                http://www.pwg.org/chair/membership_docs/pwg-process30.pdf


---------------------------------------
Joe Murdock
Principal Engineer and Researcher
Chair IEEE/ISTO Printer Working Group Imaging Device Security
Sharp Labs of America
5750 NW Pacific Rim Blvd
Camas, WA 98607
(360) 817-7542
jmurdock@sharplabs.com<mailto:jmurdock@sharplabs.com>


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-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.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.apple-tab-span
	{mso-style-name:apple-tab-span;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">All,<br>
<br>
[This PWG Last Call starts today Monday November 26, 2012 and ends Friday J=
anuary 18, 2013 at 10pm US PST.]<br>
<br>
This is the formal announcement of the PWG Last Call for the HCD-NAP Bindin=
g specification, located at:<br>
<br>
<span class=3D"apple-tab-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><u><a href=3D"ftp://f=
tp.pwg.org/pub/pwg/ids/wd/wd-ids-napsoh10-20121112.pdf">ftp://ftp.pwg.org/p=
ub/pwg/ids/wd/wd-ids-napsoh10-20121112.pdf</a></u><br>
<br>
All required attributes and values defined in this document have been proto=
typed by a vendor. The IDS WG has completed extensive review of the various=
 revisions of this document and an IDS WG last call.<br>
<br>
The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must=
 acknowledge a PWG Last Call (with or without comments), before any documen=
t can progress to PWG Formal Vote. &nbsp;This PWG Last Call is NOT a Formal=
 Vote but it DOES require your review
 acknowledgment.<br>
<br>
<br>
HOW TO RESPOND<br>
<br>
Send an email with *exactly* the following subject line format:<br>
Subject: &lt;Company Name&gt; has reviewed the HCD-NAP specification and ha=
s [no] comments<br>
<br>
<br>
WHERE TO SEND YOUR RESPONSE<br>
<br>
Please send your response to *all* of the following email addresses (replac=
ing &quot;dot&quot; with '.' and &quot;at&quot; with '@'):<br>
<br>
&#8220;ids &quot;at&quot; pwg &quot;dot&quot; org (IDS WG mailing list - yo=
u must be subscribed!)<br>
jmurdock &quot;at&quot; sharplabs &quot;dot&quot; com (Joe Murdock, IDS Cha=
ir and current HCD-NAP Binding Editor)<br>
alan.sukert &quot;at&quot; xerox &quot;dot&quot; com (Alan Sukert, IDS WG S=
ecretary)<br>
<br>
Note that you must be subscribed to the IDS WG mailing list to send email t=
here - otherwise your email will be silently discarded.<br>
<br>
Please do NOT simply reply to this note on the PWG-Announce list.<br>
<br>
Note: The PWG Definition of the Standards Development Process Version 3.0 i=
s located at:<br>
<br>
<span class=3D"apple-tab-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a href=3D"http://www=
.pwg.org/chair/membership_docs/pwg-process30.pdf">http://www.pwg.org/chair/=
membership_docs/pwg-process30.pdf</a><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">--------------------=
-------------------<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Joe Murdock<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Principal Engineer a=
nd Researcher<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Chair IEEE/ISTO Prin=
ter Working Group Imaging Device Security<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Sharp Labs of Americ=
a<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">5750 NW Pacific Rim =
Blvd<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Camas, WA 98607<o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">(360) 817-7542<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt"><a href=3D"mailto:jm=
urdock@sharplabs.com"><span style=3D"color:blue">jmurdock@sharplabs.com</sp=
an></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body>
</html>

--_000_E301B2F12DBCCF4394DEA69FD0E703702777E90Awabexchp1sharpa_--

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

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

--===============0627672387==--

From pwg-announce-bounces@pwg.org  Mon Nov 26 12:49:24 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 25AB521F866B for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 12:49:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.998
X-Spam-Level: 
X-Spam-Status: No, score=-1.998 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_46=0.6]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PDKLK6DP+Jy3 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 12:49:22 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 5B23C21F86FA for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 12:49:22 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 8956B79291; Mon, 26 Nov 2012 15:48:18 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail4.sharplabs.com (mail4.sharplabs.com [216.65.151.214]) by pwg.org (Postfix) with ESMTP id 3A5BB79292 for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 15:47:08 -0500 (EST)
X-ASG-Debug-ID: 1353962822-020808096024660001-asKuw5
Received: from WABCASP1.sharpamericas.com ([172.29.224.253]) by mail4.sharplabs.com with ESMTP id 10bwfcPU6WeUcafj for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 12:47:02 -0800 (PST)
X-Barracuda-Envelope-From: jmurdock@sharplabs.com
Received: from WABEXCHP1.sharpamericas.com ([fe80::f930:84ca:49e6:2cbd]) by Wabcasp1 ([172.29.224.2]) with mapi id 14.02.0318.004; Mon, 26 Nov 2012 12:47:02 -0800
From: "Murdock, Joe" <jmurdock@sharplabs.com>
X-Barracuda-Apparent-Source-IP: fe80::f930:84ca:49e6:2cbd
To: "pwg-announce@pwg.org" <pwg-announce@pwg.org>
Subject: [Pwg-Announce] PWG Last call of PWG-Log
Thread-Topic: [Pwg-Announce] PWG Last call of PWG-Log
X-ASG-Orig-Subj: [Pwg-Announce] PWG Last call of PWG-Log
Thread-Index: Ac3MFRdvvcLakKIcThSXn2gGloTSiQ==
Date: Mon, 26 Nov 2012 20:47:01 +0000
Message-ID: <E301B2F12DBCCF4394DEA69FD0E703702777E918@wabexchp1.sharpamericas.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [172.29.229.74]
MIME-Version: 1.0
X-Barracuda-Connect: UNKNOWN[172.29.224.253]
X-Barracuda-Start-Time: 1353962822
X-Barracuda-URL: http://mail4.enet.sharplabs.com:8000/cgi-mod/mark.cgi
Received-SPF: none (sharplabs.com: jmurdock@sharplabs.com does not designate permitted sender hosts)
X-Virus-Scanned: by bsmtpd at sharplabs.com
X-Barracuda-BRTS-Status: 1
X-Barracuda-Spam-Score: 0.14
X-Barracuda-Spam-Status: No, SCORE=0.14 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests=CN_BODY_332, HTML_MESSAGE, THREAD_INDEX, THREAD_TOPIC
X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.115343 Rule breakdown below pts rule name              description ---- ---------------------- -------------------------------------------------- 0.01 THREAD_INDEX thread-index: AcO7Y8iR61tzADqsRmmc5wNiFHEOig== 0.01 THREAD_TOPIC           Thread-Topic: ...(Japanese Subject)... 0.12 CN_BODY_332            BODY: CN_BODY_332 0.00 HTML_MESSAGE           BODY: HTML included in message
X-pwg-MailScanner: Found to be clean, Found to be clean
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0835462405=="
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 8956B79291.ADB71
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

--===============0835462405==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_E301B2F12DBCCF4394DEA69FD0E703702777E918wabexchp1sharpa_"


--_000_E301B2F12DBCCF4394DEA69FD0E703702777E918wabexchp1sharpa_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

All,

[This PWG Last Call starts today Monday November 26, 2012 and ends Friday J=
anuary 18, 2013 at 10pm US PST.]

This is the formal announcement of the PWG Last Call for the PWG Log specif=
ication, located at:

                ftp://<ftp://ftp.pwg.org/pub/pwg/ids/wd/wd-ids-log10-201211=
12.pdf>ftp.pwg.org/pub/pwg/ids/wd/wd-ids-log10-20121112.pdf<ftp://ftp.pwg.o=
rg/pub/pwg/ids/wd/wd-ids-log10-20121112.pdf>

All required entries and values defined in this document have been prototyp=
ed by Apple. The IDS WG has completed extensive review of the various revis=
ions of this document and an IDS WG last call.

The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must=
 acknowledge a PWG Last Call (with or without comments), before any documen=
t can progress to PWG Formal Vote.  This PWG Last Call is NOT a Formal Vote=
 but it DOES require your review acknowledgment.


HOW TO RESPOND

Send an email with *exactly* the following subject line format:
Subject: <Company Name> has reviewed the PWG-Log specification and has [no]=
 comments


WHERE TO SEND YOUR RESPONSE

Please send your response to *all* of the following email addresses (replac=
ing "dot" with '.' and "at" with '@'):

"ids "at" pwg "dot" org (IDS WG mailing list - you must be subscribed!)
jmurdock "at" sharplabs "dot" com (Joe Murdock, IDS WG Chair)
alan.sukert "at" xerox "dot" com (Alan Sukert, IDS WG Secretary)
msweet "at" apple "dot" com (Michael Sweet, PWG-Log Editor)

Note that you must be subscribed to the IDS WG mailing list to send email t=
here - otherwise your email will be silently discarded.

Please do NOT simply reply to this note on the PWG-Announce list.

Note: The PWG Definition of the Standards Development Process Version 3.0 i=
s located at:

                http://www.pwg.org/chair/membership_docs/pwg-process30.pdf





---------------------------------------
Joe Murdock
Principal Engineer and Researcher
Chair IEEE/ISTO Printer Working Group Imaging Device Security
Sharp Labs of America
5750 NW Pacific Rim Blvd
Camas, WA 98607
(360) 817-7542
jmurdock@sharplabs.com<mailto:jmurdock@sharplabs.com>


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-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.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.apple-tab-span
	{mso-style-name:apple-tab-span;}
.MsoChpDefault
	{mso-style-type:export-only;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">All,<br>
<br>
[This PWG Last Call starts today Monday November 26, 2012 and ends Friday J=
anuary 18, 2013 at 10pm US PST.]<br>
<br>
This is the formal announcement of the PWG Last Call for the PWG Log specif=
ication, located at:<br>
<br>
<span class=3D"apple-tab-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><u><span style=3D"col=
or:blue"><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/wd/wd-ids-log10-20121112.=
pdf">ftp://</a><a href=3D"ftp://ftp.pwg.org/pub/pwg/ids/wd/wd-ids-log10-201=
21112.pdf">ftp.pwg.org/pub/pwg/ids/wd/wd-ids-log10-20121112.pdf</a></span><=
/u><br>
<br>
All required entries and values defined in this document have been prototyp=
ed by Apple. The IDS WG has completed extensive review of the various revis=
ions of this document and an IDS WG last call.<br>
<br>
The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must=
 acknowledge a PWG Last Call (with or without comments), before any documen=
t can progress to PWG Formal Vote. &nbsp;This PWG Last Call is NOT a Formal=
 Vote but it DOES require your review
 acknowledgment.<br>
<br>
<br>
HOW TO RESPOND<br>
<br>
Send an email with *exactly* the following subject line format:<br>
Subject: &lt;Company Name&gt; has reviewed the PWG-Log specification and ha=
s [no] comments<br>
<br>
<br>
WHERE TO SEND YOUR RESPONSE<br>
<br>
Please send your response to *all* of the following email addresses (replac=
ing &quot;dot&quot; with '.' and &quot;at&quot; with '@'):<br>
<br>
&#8220;ids &quot;at&quot; pwg &quot;dot&quot; org (IDS WG mailing list - yo=
u must be subscribed!)<br>
jmurdock &quot;at&quot; sharplabs &quot;dot&quot; com (Joe Murdock, IDS WG =
Chair)<br>
alan.sukert &quot;at&quot; xerox &quot;dot&quot; com (Alan Sukert, IDS WG S=
ecretary)<o:p></o:p></p>
<p class=3D"MsoNormal">msweet &quot;at&quot; apple &quot;dot&quot; com (Mic=
hael Sweet, PWG-Log Editor)<br>
<br>
Note that you must be subscribed to the IDS WG mailing list to send email t=
here - otherwise your email will be silently discarded.<br>
<br>
Please do NOT simply reply to this note on the PWG-Announce list.<br>
<br>
Note: The PWG Definition of the Standards Development Process Version 3.0 i=
s located at:<br>
<br>
<span class=3D"apple-tab-span">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><a href=3D"http://www=
.pwg.org/chair/membership_docs/pwg-process30.pdf">http://www.pwg.org/chair/=
membership_docs/pwg-process30.pdf</a><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">--------------------=
-------------------<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Joe Murdock<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Principal Engineer a=
nd Researcher<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Chair IEEE/ISTO Prin=
ter Working Group Imaging Device Security<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Sharp Labs of Americ=
a<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">5750 NW Pacific Rim =
Blvd<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">Camas, WA 98607<o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt">(360) 817-7542<o:p><=
/o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt"><a href=3D"mailto:jm=
urdock@sharplabs.com"><span style=3D"color:blue">jmurdock@sharplabs.com</sp=
an></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body>
</html>

--_000_E301B2F12DBCCF4394DEA69FD0E703702777E918wabexchp1sharpa_--

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

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

--===============0835462405==--

From ipp-bounces@pwg.org  Mon Nov 26 13:26:31 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A5E4621F84FE for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 13:26:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.598
X-Spam-Level: 
X-Spam-Status: No, score=-102.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AEx++Fwc66bP for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 13:26:31 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id D45ED21F84EB for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 13:26:30 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id C073D7927C; Mon, 26 Nov 2012 16:26:11 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (bramley.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 772E27920A; Mon, 26 Nov 2012 16:25:58 -0500 (EST)
MIME-version: 1.0
Received: from relay17.apple.com ([17.128.113.18]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0ME40012C65Z6S63@mail-out.apple.com>; Mon, 26 Nov 2012 13:25:47 -0800 (PST)
X-AuditID: 11807112-b7f296d000001183-c5-50b3de59ae3e
Received: from [17.153.28.93] (Unknown_Domain [17.153.28.93]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay17.apple.com (Apple SCV relay) with SMTP id A9.FA.04483.A5ED3B05; Mon, 26 Nov 2012 13:25:47 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Message-id: <6065207C-D770-4A5F-AD12-85BF23BC0B9D@apple.com>
Date: Mon, 26 Nov 2012 16:25:45 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrGLMWRmVeSWpSXmKPExsUiOFMmVjf63uYAg9V/+S0ubz/AanFs30sW iyPfYh2YPbae/MHmMW/xdKYApigum5TUnMyy1CJ9uwSujKa7+xgLTvNXrNi4j72B8Q9vFyMn h4SAicTmidPYIGwxiQv31gPZXBxCApOZJE43zWQBSbAJqEn8ntTHCmIzCyRI7L6/FqiIg4NX wEbiQaMcSJhXQE/icOd2sBIWAVWJW8f2gtnCQCWdb/6zQbQqS3z7uJEJxBYRkJdY2zaVCWKv rMSKqb1MExh5ZiHZMAvJWIi4tsSyha+ZZwFtZhbQkZi8kBEiLC+x/e0cZpiSj+ePMC1gZFvF KFiUmpNYaWiul1hQkJOql5yfu4kRFHoNhUI7GO/v0jvEKMDBqMTDK7hgc4AQa2JZcWXuIUYJ DmYlEd5f24FCvCmJlVWpRfnxRaU5qcWHGKU5WJTEeQ9f2BggJJCeWJKanZpakFoEk2Xi4JRq YOz5cOz1EddiFqHdK3lM/AxuuEjyz75rtNJx5yw3rd1SVf93325v2+MYeXCGYcPGvEdyfiUd AYtn6UZuunx/pu03z4DNwmd3tUSEPH95LSOhdW4uH7/NvYoXXt9zzqTPePg7uD767hVmjjeN PuuFFHcsb+Xa/cC0uImd9eWLA3k779XeLQt+rqXEUpyRaKjFXFScCADeVLDOOQIAAA==
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: "cloud@pwg.org" <cloud@pwg.org>
Subject: [IPP] Posted minutes from today's joint IPP/Cloud concall
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1171939851=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: C073D7927C.A8A2B
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1171939851==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_O6Jsois6+PSGPUbwBCLT+g)"


--Boundary_(ID_O6Jsois6+PSGPUbwBCLT+g)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

All,

I have posted the minutes from today's joint IPP/Cloud Imaging WG conference call to:

	ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121126.pdf

We meet next on December 5th and 6th at the face-to-face meeting, then not until January 7th and 14th in 2013 at 3pm ET.

New action item:

	- Mike to post MSN2 for PWG Last Call

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_O6Jsois6+PSGPUbwBCLT+g)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>I have posted the minutes from today's joint IPP/Cloud Imaging WG conference call to:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">	</span><a href="ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121126.pdf">ftp://ftp.pwg.org/pub/pwg/ipp/minutes/ippv2-concall-minutes-20121126.pdf</a></div><div><br></div><div>We meet next on December 5th and 6th at the face-to-face meeting, then not until January 7th and 14th in 2013 at 3pm ET.</div><div><br></div><div>New action item:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">	</span>-&nbsp;Mike to post MSN2 for PWG Last Call</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; border-spacing: 0px; "><div>__________________________________________________</div><div>Michael Sweet, Senior Printing System&nbsp;Engineer, PWG Chair<br></div></span>

</div>
<br></div><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_O6Jsois6+PSGPUbwBCLT+g)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1171939851==--

From pwg-announce-bounces@pwg.org  Mon Nov 26 13:32:26 2012
Return-Path: <pwg-announce-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5CD1421F8567 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 13:32:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level: 
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.001, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CPuz5SsAYPkz for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 13:32:25 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 90D5C21F84FE for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 13:32:25 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id C4E7F79273; Mon, 26 Nov 2012 16:32:09 -0500 (EST)
X-Original-To: pwg-announce@pwg.org
Delivered-To: pwg-announce@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.50]) by pwg.org (Postfix) with ESMTP id 6275479212 for <pwg-announce@pwg.org>; Mon, 26 Nov 2012 16:31:55 -0500 (EST)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay16.apple.com ([17.128.113.55]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTP id <0ME400JQ76DY83T1@mail-out.apple.com> for pwg-announce@pwg.org; Mon, 26 Nov 2012 13:31:38 -0800 (PST)
X-AuditID: 11807137-b7f156d000005a91-23-50b3dfb89f26
Received: from [17.153.28.93] (Unknown_Domain [17.153.28.93]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay16.apple.com (Apple SCV relay) with SMTP id 80.C4.23185.9BFD3B05; Mon, 26 Nov 2012 13:31:38 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Mon, 26 Nov 2012 16:31:36 -0500
To: "PWG Announcements Inc." <pwg-announce@pwg.org>
Message-id: <D912A385-8098-4189-BAAB-764E09B5FE18@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrHJMWRmVeSWpSXmKPExsUiOFMmVnfX/c0BBk/PC1oc+RZrsa51NbMD k8fWkz/YPOYtns4UwBTFZZOSmpNZllqkb5fAlXHsVxdzQT9/xe8Ll5kbGOfydDFyckgImEjc fvObHcIWk7hwbz1bFyMXh5DAZCaJ/sMvwBJsAmoSvyf1sYLYzAJaEjf+vWSCsLUlli18zQxi swioSlw40QJkc3AICyRIrLqcBxIWETCW2NG+lw3E5hWwkXi0eC87hK0ncbhzOyvEXlmJFVN7 mSYw8sxCsmEWkg2zkLQsYGRexShYlJqTWGloppdYUJCTqpecn7uJERQqDYXmOxi3/5U7xCjA wajEwyu4YHOAEGtiWXFl7iFGCQ5mJRHeX9uBQrwpiZVVqUX58UWlOanFhxilOViUxHkPXtgY ICSQnliSmp2aWpBaBJNl4uCUamBMmP5oeq6i4LVXv46s9Crd6VLXoMtcNzvyvDlj3Wap/imB Gm8qSw+o71e6dnLVgdWukdNNbi5v4POYqPl4T4JLosSlB0u94t5+DvTd91Vn0v0ru7uS5ymp KDJFzIrfs1RVWvKLIm9+bubP9743s+vEFkx85KCuU+/opl8VPW+i5R9eHf3ri6qVWIozEg21 mIuKEwGzQQTPEQIAAA==
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [Pwg-Announce] PWG Last Call of PWG Media Standardized Names Version 2.0 (MSN2) (11/26/12 to 12/21/12)
X-BeenThere: pwg-announce@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Printer Working Group Announcement List <pwg-announce.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/pwg-announce>
List-Post: <mailto:pwg-announce@pwg.org>
List-Help: <mailto:pwg-announce-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/pwg-announce>, <mailto:pwg-announce-request@pwg.org?subject=subscribe>
Sender: pwg-announce-bounces@pwg.org
Errors-To: pwg-announce-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: C4E7F79273.AC404
X-pwg-MailScanner-From: pwg-announce-bounces@pwg.org

All,

[This PWG Last Call starts today Monday November 26, 2012 and ends Friday December 21, 2012 at 10pm US PST.]

This is the formal announcement of the PWG Last Call for the PWG Media Standardized Names Version 2.0 (MSN2) specification, located at:

	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-pwgmsn20-20121116.pdf

All required attributes and values defined in this document have been prototyped by Apple and/or other vendors. The IPP WG has completed extensive review of the various revisions of this document and an IPP WG last call.

The PWG Process/3.0 requires that a quorum (30%) of PWG voting members must acknowledge a PWG Last Call (with or without comments), before any document can progress to PWG Formal Vote.  This PWG Last Call is NOT a Formal Vote but it DOES require your review acknowledgment.


HOW TO RESPOND

Send an email with *exactly* the following subject line format:
Subject: <Company Name> has reviewed the MSN2 specification and has [no] comments


WHERE TO SEND YOUR RESPONSE

Please send your response to *all* of the following email addresses (replacing "dot" with '.' and "at" with '@'):

ipp "at" pwg "dot" org (IPP WG mailing list - you must be subscribed!)
blueroofmusic "at" gmail "dot" com (Ira McDonald, IPP WG Co-Chair)
ptykodi "at" tykodi "dot" com (Paul Tykodi, IPP WG Co-Chair)
msweet "at" apple "dot" com (Michael Sweet, IPP WG Secretary and MSN2 Editor)

Note that you must be subscribed to the IPP WG mailing list to send email there - otherwise your email will be silently discarded.

Please do NOT simply reply to this note on the PWG-Announce list.

Note: The PWG Definition of the Standards Development Process Version 3.0 is located at:

	http://www.pwg.org/chair/membership_docs/pwg-process30.pdf

__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
pwg-announce mailing list
pwg-announce@pwg.org
https://www.pwg.org/mailman/listinfo/pwg-announce

From ipp-bounces@pwg.org  Mon Nov 26 18:07:58 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AA56C21F8835 for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 18:07:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AYs86ZLJGEeF for <ietfarch-ipp-archive@ietfa.amsl.com>; Mon, 26 Nov 2012 18:07:57 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id B0ED221F882C for <ipp-archive@lists.ietf.org>; Mon, 26 Nov 2012 18:07:57 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 78C7779290; Mon, 26 Nov 2012 21:07:39 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from zimbra.ricohsv.com (r2-10.ricohsv.com [140.239.88.4]) by pwg.org (Postfix) with ESMTP id 555E379288 for <ipp@pwg.org>; Mon, 26 Nov 2012 21:07:26 -0500 (EST)
Received: from localhost (localhost [127.0.0.1]) by zimbra.ricohsv.com (Postfix) with ESMTP id 5FFAC142A1A; Mon, 26 Nov 2012 18:11:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at zimbra.ricohsv.com
Received: from zimbra.ricohsv.com ([127.0.0.1]) by localhost (zimbra.ricohsv.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id uzErNDo-nfEk; Mon, 26 Nov 2012 18:11:59 -0800 (PST)
Received: from [172.30.10.48] (unknown [172.30.10.48]) by zimbra.ricohsv.com (Postfix) with ESMTPSA id 0D864142A16; Mon, 26 Nov 2012 18:11:59 -0800 (PST)
Message-ID: <50B4207A.6090401@ricohsv.com>
Date: Mon, 26 Nov 2012 18:07:54 -0800
From: Brian Smithson <bsmithson@ricohsv.com>
Organization: Ricoh Americas Corporation
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
MIME-Version: 1.0
To: ipp@pwg.org, Ira McDonald <blueroofmusic@gmail.com>,  Paul Tykodi <ptykodi@tykodi.com>, Michael Sweet <msweet@apple.com>
X-Enigmail-Version: 1.4.6
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] Ricoh has reviewed the MSN2 specification and has no comments
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 78C7779290.A8FDE
X-pwg-MailScanner-From: ipp-bounces@pwg.org

-- 
Regards,
Brian Smithson
PMP, CSM, CISSP, CISA, ISO 27000 PA
Senior Security Architect
Global Solutions Engineering
Business Development Center
Ricoh Americas Corporation
bsmithson@ricohsv.com
(408)346-4435


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Tue Nov 27 04:35:34 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B928321F84DD for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 27 Nov 2012 04:35:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.598
X-Spam-Level: 
X-Spam-Status: No, score=-102.598 tagged_above=-999 required=5 tests=[AWL=-0.000, BAYES_00=-2.599, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jgSNJ60ONPoY for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 27 Nov 2012 04:35:34 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 099E121F84CA for <ipp-archive@lists.ietf.org>; Tue, 27 Nov 2012 04:35:33 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 9DF8579296; Tue, 27 Nov 2012 07:35:12 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (crispin.apple.com [17.151.62.50]) by pwg.org (Postfix) with ESMTP id B64B179290 for <ipp@pwg.org>; Tue, 27 Nov 2012 07:34:59 -0500 (EST)
MIME-version: 1.0
Received: from relay13.apple.com ([17.128.113.29]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0ME5000PACA0ZBM0@mail-out.apple.com> for ipp@pwg.org; Tue, 27 Nov 2012 04:34:59 -0800 (PST)
X-AuditID: 1180711d-b7fe16d00000096a-35-50b4b3712793
Received: from [17.153.28.93] (Unknown_Domain [17.153.28.93]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay13.apple.com (Apple SCV relay) with SMTP id 97.94.02410.273B4B05; Tue, 27 Nov 2012 04:34:58 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Tue, 27 Nov 2012 07:34:57 -0500
To: "ipp@pwg.org" <ipp@pwg.org>, Ira McDonald <blueroofmusic@gmail.com>, Paul Tykodi <ptykodi@tykodi.com>, Michael Sweet <msweet@apple.com>
Message-id: <466C4612-F62A-4944-918C-2FB4122B47AA@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrFLMWRmVeSWpSXmKPExsUiOFMmVrdo85YAgwctFhavXy1ltzi27yWL xZFvsRad36wdWDy2nvzB5rFz1l12j3mLpzN5bL7ynCWAJYrLJiU1J7MstUjfLoErY/nS7WwF 17kq3nx+xtTA+Iizi5GTQ0LARGLP5AeMELaYxIV769m6GLk4hAQmM0mc3LyFFSTBJqAm8XtS H5jNLJAgcf7uAyYQm0VAVeLd2jMsILawgJtE579zYM0iAhMZJV78m8IOkuAVsJE4ePUllK0n cbhzOyvENlmJFVN7mSYwcs9CMncWkjKIuLzE9rdzmGcxcgDZOhKTFzKiCoPY2hIfzx9hWsDI topRsCg1J7HS0FgvsaAgJ1UvOT93EyMoBBsKZXcw7v/Jf4hRgINRiYc3c9HmACHWxLLiytxD jBIczEoivAtXbQkQ4k1JrKxKLcqPLyrNSS0+xCjNwaIkziv9CahaID2xJDU7NbUgtQgmy8TB KdXAyOXvffX/sxsLUzTa1DyuZgc/y9tqv3v1it/NTl451vtKOt9esQmMXR3eJTa3gkV+l8nK 5w5x074mHTJ7nXhjvz57SEI+99Nzznw3Pvxdek7+7ozNC/5+N+zO/cbimv767/fq3CbfjthP RlwvrlVNs9yUWubYMPPAwnXTjv1o2uC3P9tOnn/CCiWW4oxEQy3mouJEAHMc8HM9AgAA
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] Apple has reviewed the MSN2 specification and has no comments
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1777030724=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 9DF8579296.A7342
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1777030724==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_i3/0dHM4OWFYRU4PD6WVLg)"


--Boundary_(ID_i3/0dHM4OWFYRU4PD6WVLg)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT


__________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Boundary_(ID_i3/0dHM4OWFYRU4PD6WVLg)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>__________________________________________________</div><div>Michael Sweet, Senior Printing System&nbsp;Engineer, PWG Chair<br></div></span>

</div>
<br><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>

--Boundary_(ID_i3/0dHM4OWFYRU4PD6WVLg)--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1777030724==--

From ipp-bounces@pwg.org  Tue Nov 27 10:46:17 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 34F9921F8620 for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 27 Nov 2012 10:46:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level: 
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KgjC8Us5U0yC for <ietfarch-ipp-archive@ietfa.amsl.com>; Tue, 27 Nov 2012 10:46:16 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 7447521F860E for <ipp-archive@lists.ietf.org>; Tue, 27 Nov 2012 10:46:16 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 44810792A6; Tue, 27 Nov 2012 13:46:00 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by pwg.org (Postfix) with ESMTP id 026A6792A5 for <ipp@pwg.org>; Tue, 27 Nov 2012 13:45:47 -0500 (EST)
Received: by mail-wi0-f172.google.com with SMTP id o1so4160653wic.11 for <ipp@pwg.org>; Tue, 27 Nov 2012 10:45:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LP/8oisW/aJKzM2kE5noe4FMyXt6IZU8IViQjgXLpCQ=; b=VabEcw5/8BQB76t8wuLU+LLoL4rqYMvp4cXyQlSJ9q8neDxLJJfC09qJf7zvmTuk15 teAGO2lyfvbJceiI4nSnfNZiI5JsDz1yaGYVtyLwShfQbzNs2qb+0dFWnRM/0mbbqJUr rPGxBmA1ZdX+AmMbLfMFQQ3juXUUuOrUR/ydWoqgVMgj2m8V63KPSQgA3bXdXh0dxHRK SGwoOGSKfUlD+823NTmRnDzKd4Cef/FDlWXVxFESGFn3vrtDpRF5FiFt/wETJMCO2eQ5 FLGA7eIOaIbX6GJqTeZIRnZhr63WpAXvRqs2mQvcEw/Bz8EGeshMSU8AvCoht3+eYEwF zeeQ==
MIME-Version: 1.0
Received: by 10.180.20.177 with SMTP id o17mr10096258wie.18.1354041947261; Tue, 27 Nov 2012 10:45:47 -0800 (PST)
Received: by 10.217.45.7 with HTTP; Tue, 27 Nov 2012 10:45:47 -0800 (PST)
Date: Tue, 27 Nov 2012 13:45:47 -0500
Message-ID: <CAN40gSveVoTNVeYrqJdvo==n+VtkUh1EY_jokVw1dgjskj+f8Q@mail.gmail.com>
From: Ira McDonald <blueroofmusic@gmail.com>
To: ipp@pwg.org, Michael R Sweet <msweet@apple.com>, Paul Tykodi <ptykodi@tykodi.com>, Ira McDonald <blueroofmusic@gmail.com>
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] High North has reviewed the MSN2 specification and has no comments
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1294439327=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 44810792A6.A807B
X-pwg-MailScanner-From: ipp-bounces@pwg.org

--===============1294439327==
Content-Type: multipart/alternative; boundary=bcaec53d5b4b470a6804cf7e75cc


--bcaec53d5b4b470a6804cf7e75cc
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Thanks Mike.

Cheers,
- Ira

Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG IPP WG
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - TCG Embedded Systems Hardcopy SG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music/High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto:blueroofmusic@gmail.com
Winter  579 Park Place  Saline, MI  48176  734-944-0094
Summer  PO Box 221  Grand Marais, MI 49839  906-494-2434
Temporary Cabin *** 2012 only *** 906-494-2523

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--bcaec53d5b4b470a6804cf7e75cc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>Thanks Mike.<br><br>Cheers,<br>- Ira<br><br clear=3D"all">Ira Mc=
Donald (Musician / Software Architect)<br>Chair - Linux Foundation Open Pri=
nting WG<br>Secretary - IEEE-ISTO Printer Working Group<br>Co-Chair - IEEE-=
ISTO PWG IPP WG<br>
Co-Chair - TCG Trusted Mobility Solutions WG<br>Chair - TCG Embedded System=
s Hardcopy SG<br>IETF Designated Expert - IPP &amp; Printer MIB<br>Blue Roo=
f Music/High North Inc<br><a style=3D"color:rgb(51,51,255)" href=3D"http://=
sites.google.com/site/blueroofmusic" target=3D"_blank">http://sites.google.=
com/site/blueroofmusic</a><br>
<a style=3D"color:rgb(102,0,204)" href=3D"http://sites.google.com/site/high=
northinc" target=3D"_blank">http://sites.google.com/site/highnorthinc</a><b=
r>mailto:<a href=3D"mailto:blueroofmusic@gmail.com" target=3D"_blank">bluer=
oofmusic@gmail.com</a><br>
Winter=A0 579 Park Place=A0 Saline, MI=A0 48176=A0 734-944-0094<br>Summer=
=A0 PO Box 221=A0 Grand Marais, MI 49839=A0 906-494-2434<br>Temporary Cabin=
 *** 2012 only *** 906-494-2523<br><div style=3D"display:inline"></div><div=
 style=3D"display:inline">
</div><div style=3D"display:inline"></div><div></div><div></div><div></div>=
<div></div><br>
<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.


--bcaec53d5b4b470a6804cf7e75cc--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============1294439327==--

From ipp-bounces@pwg.org  Wed Nov 28 10:46:01 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 638C821F8453 for <ietfarch-ipp-archive@ietfa.amsl.com>; Wed, 28 Nov 2012 10:46:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.299
X-Spam-Level: 
X-Spam-Status: No, score=-101.299 tagged_above=-999 required=5 tests=[AWL=1.300, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9RpAcuLhP4YA for <ietfarch-ipp-archive@ietfa.amsl.com>; Wed, 28 Nov 2012 10:46:00 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 9072421F846A for <ipp-archive@lists.ietf.org>; Wed, 28 Nov 2012 10:46:00 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 56567792A7; Wed, 28 Nov 2012 13:45:48 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (mail-out.apple.com [17.151.62.49]) by pwg.org (Postfix) with ESMTP id 79869792A7 for <ipp@pwg.org>; Wed, 28 Nov 2012 13:45:32 -0500 (EST)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay14.apple.com ([17.128.113.52]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0ME7008VBO3TID60@mail-out.apple.com> for ipp@pwg.org; Wed, 28 Nov 2012 10:45:31 -0800 (PST)
X-AuditID: 11807134-b7fe96d000000e2b-f5-50b65bc9665a
Received: from [17.151.67.6] (Unknown_Domain [17.151.67.6]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay14.apple.com (Apple SCV relay) with SMTP id EF.B2.03627.ACB56B05; Wed, 28 Nov 2012 10:45:31 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Wed, 28 Nov 2012 13:45:33 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
Message-id: <47E77C9F-4C80-4FC3-9087-FC07D950F2C0@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrHJMWRmVeSWpSXmKPExsUiON2ZTfd09LYAgzdrJCyO7XvJYnHkW6wD k8fWkz/YPOYtns4UwBTFZZOSmpNZllqkb5fAlbHx5zq2gl1MFT1fprE2MHYzdTFycEgImEj0 tER3MXICmWISF+6tZ+ti5OIQEpjIJPF2Yh87SIJNQE3i96Q+VhCbWUBL4sa/l0wQtrbEsoWv mUFsFgFViY1znoDZwgK2Eqev/gKzRQTkJda2TQWr5xWwkZhypIkZwtaTONy5nRVisazEiqm9 TBMYeWYhWTELyYpZSFoWMDKvYhQsSs1JrDQ00UssKMhJ1UvOz93ECAqVhkKTHYwHf/IfYhTg YFTi4d1kuS1AiDWxrLgy9xCjBAezkgjvrSCgEG9KYmVValF+fFFpTmrxIUZpDhYlcV6FT5sD hATSE0tSs1NTC1KLYLJMHJxSDYwLq9NXss3a8zd967KSazO5GmSffCiasDyKx3/7Inkljsvc Su0XJmzx3PdLUqvrXZHb71XFfrd+nyufwXXYTP/A3ORykxKTyIh5EQoR941r5107kjY3UGrC tLbGQ9crJhYIcitN/p9/Zkp+++19M1Rq+dR4Dz40fVlguSYi8oCcyrL1ntc9VsYrsRRnJBpq MRcVJwIAZiCEqRECAAA=
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] Editorial comments for IPP Everywhere Formal Vote...
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 56567792A7.A81FA
X-pwg-MailScanner-From: ipp-bounces@pwg.org

All,

Just noticed some missing references in IPP Everywhere: UAX15, UNICODE

Also, the reference to RFC3629 in the internationalization considerations should be STD63.

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

From ipp-bounces@pwg.org  Wed Nov 28 12:54:36 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3E82721F84BB for <ietfarch-ipp-archive@ietfa.amsl.com>; Wed, 28 Nov 2012 12:54:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.597
X-Spam-Level: 
X-Spam-Status: No, score=-2.597 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, MIME_HTML_MOSTLY=0.001]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qj5sXXs8lH0D for <ietfarch-ipp-archive@ietfa.amsl.com>; Wed, 28 Nov 2012 12:54:34 -0800 (PST)
Received: from pwg.org (pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 859E321F843E for <ipp-archive@lists.ietf.org>; Wed, 28 Nov 2012 12:54:34 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id 65D57792B0; Wed, 28 Nov 2012 15:54:13 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from EEAEX01.us.epson.net (eeaex01.eea.epson.com [12.9.144.164]) by pwg.org (Postfix) with ESMTP id 7D189792A8 for <ipp@pwg.org>; Wed, 28 Nov 2012 15:54:00 -0500 (EST)
Received: from EEAEX02.us.epson.net ([148.130.64.7]) by EEAEX01.us.epson.net with Microsoft SMTPSVC(6.0.3790.3959);  Wed, 28 Nov 2012 12:53:59 -0800
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Wed, 28 Nov 2012 12:53:59 -0800
Message-ID: <E8C3B9E653C80C48B0951F8494C049A92E9EAF@EEAEX02.us.epson.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Epson has reviewed the MSN2 specification and has no comments
Thread-Index: Ac3NqkiElSfjKVF5TsKtfEqorZWKYw==
From: "Petrie, Glen" <glen.petrie@eitc.epson.com>
To: <ipp@pwg.org>, "Ira McDonald" <blueroofmusic@gmail.com>, <ptykodi@tykodi.com>, "Michael Sweet" <msweet@apple.com>
X-OriginalArrivalTime: 28 Nov 2012 20:53:59.0659 (UTC) FILETIME=[7D755BB0:01CDCDAA]
X-pwg-MailScanner: Found to be clean, Found to be clean
Cc: 
Subject: [IPP] Epson has reviewed the MSN2 specification and has no comments
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0426729223=="
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: 65D57792B0.A899B
X-pwg-MailScanner-From: ipp-bounces@pwg.org

This is a multi-part message in MIME format.

--===============0426729223==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01CDCDAA.7D2A95FA"

This is a multi-part message in MIME format.

------_=_NextPart_001_01CDCDAA.7D2A95FA
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20


--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------_=_NextPart_001_01CDCDAA.7D2A95FA
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:Mangal;
	panose-1:0 0 4 0 0 0 0 0 0 0;}
@font-face
	{font-family:Cambria;
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:"\@SimSun";
	panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:Cambria;}
h1
	{margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	text-indent:-.25in;
	page-break-after:avoid;
	mso-list:l4 level1 lfo4;
	font-size:14.0pt;
	font-family:Cambria;}
h2
	{margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.3in;
	text-indent:-.3in;
	page-break-after:avoid;
	mso-list:l6 level2 lfo6;
	font-size:14.0pt;
	font-family:Cambria;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	font-size:12.0pt;
	font-family:Cambria;}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
p.StyleHeading1NotBoldBlack, li.StyleHeading1NotBoldBlack, div.StyleHeading=
1NotBoldBlack
	{margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.55in;
	text-indent:-.3in;
	page-break-after:avoid;
	mso-list:l4 level2 lfo4;
	font-size:14.0pt;
	font-family:Cambria;
	color:black;
	font-weight:bold;}
p.StyleAppendix, li.StyleAppendix, div.StyleAppendix
	{margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	text-align:justify;
	text-indent:-.25in;
	page-break-after:avoid;
	mso-list:l6 level1 lfo6;
	font-size:14.0pt;
	font-family:Cambria;
	font-weight:bold;}
p.StyleNumberedNormalItalicBlack, li.StyleNumberedNormalItalicBlack, div.St=
yleNumberedNormalItalicBlack
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:8.0pt;
	margin-left:.05pt;
	text-indent:-.25in;
	line-height:18.0pt;
	mso-list:l1 level1 lfo7;
	font-size:12.0pt;
	font-family:"Times New Roman";
	color:black;
	font-style:italic;}
p.StyleNumberedNormalLeft025Firstline0TopNobor, li.StyleNumberedNormalLeft0=
25Firstline0TopNobor, div.StyleNumberedNormalLeft025Firstline0TopNobor
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:8.0pt;
	margin-left:54.05pt;
	text-indent:-.25in;
	line-height:18.0pt;
	mso-list:l5 level1 lfo8;
	border:none;
	padding:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.StyleNumberedNormalBlackLeft025Firstline0Top, li.StyleNumberedNormalBlack=
Left025Firstline0Top, div.StyleNumberedNormalBlackLeft025Firstline0Top
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:8.0pt;
	margin-left:0in;
	line-height:18.0pt;
	border:none;
	padding:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";
	color:black;}
span.EmailStyle23
	{mso-style-type:personal-compose;
	font-family:Cambria;
	color:windowtext;
	font-weight:normal;
	font-style:normal;
	text-decoration:none none;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 @list l0
	{mso-list-id:1;
	mso-list-template-ids:1767813390;}
@list l0:level1
	{mso-level-suffix:space;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.25in;
	text-indent:-.25in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level2
	{mso-level-text:"%1\.%2\.";
	mso-level-tab-stop:.55in;
	mso-level-number-position:left;
	margin-left:.55in;
	text-indent:-.3in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level3
	{mso-level-text:"%1\.%2\.%3\.";
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	margin-left:.85in;
	text-indent:-.35in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level4
	{mso-level-text:"%1\.%2\.%3\.%4\.";
	mso-level-tab-stop:1.25in;
	mso-level-number-position:left;
	margin-left:1.2in;
	text-indent:-.45in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level5
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.";
	mso-level-tab-stop:1.75in;
	mso-level-number-position:left;
	margin-left:1.55in;
	text-indent:-.55in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level6
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.";
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	margin-left:1.9in;
	text-indent:-.65in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level7
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.";
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	margin-left:2.25in;
	text-indent:-.75in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level8
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.";
	mso-level-tab-stop:2.75in;
	mso-level-number-position:left;
	margin-left:2.6in;
	text-indent:-.85in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l0:level9
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9\.";
	mso-level-tab-stop:3.25in;
	mso-level-number-position:left;
	margin-left:3.0in;
	text-indent:-1.0in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l1
	{mso-list-id:189496343;
	mso-list-type:hybrid;
	mso-list-template-ids:-1789785564 1630831480 67698713 67698715 67698703 67=
698713 67698715 67698703 67698713 67698715;}
@list l1:level1
	{mso-level-style-link:"Style Numbered Normal + Italic Black";
	mso-level-tab-stop:.05pt;
	mso-level-number-position:left;
	margin-left:.05pt;
	text-indent:-.25in;}
@list l2
	{mso-list-id:232006760;
	mso-list-template-ids:-416383970;}
@list l2:level1
	{mso-level-suffix:space;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.25in;
	text-indent:-.25in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level2
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.55in;
	text-indent:-.3in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level3
	{mso-level-reset-level:level1;
	mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.85in;
	text-indent:-.35in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level4
	{mso-level-text:"%1\.%2\.%3\.%4\.";
	mso-level-tab-stop:1.25in;
	mso-level-number-position:left;
	margin-left:1.2in;
	text-indent:-.45in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level5
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.";
	mso-level-tab-stop:1.75in;
	mso-level-number-position:left;
	margin-left:1.55in;
	text-indent:-.55in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level6
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.";
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	margin-left:1.9in;
	text-indent:-.65in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level7
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.";
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	margin-left:2.25in;
	text-indent:-.75in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level8
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.";
	mso-level-tab-stop:2.75in;
	mso-level-number-position:left;
	margin-left:2.6in;
	text-indent:-.85in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l2:level9
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9\.";
	mso-level-tab-stop:3.25in;
	mso-level-number-position:left;
	margin-left:3.0in;
	text-indent:-1.0in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l3
	{mso-list-id:325324167;
	mso-list-type:hybrid;
	mso-list-template-ids:563772584 -560158850 67698713 67698715 67698703 6769=
8713 67698715 67698703 67698713 67698715;}
@list l3:level1
	{mso-level-tab-stop:15.1pt;
	mso-level-number-position:left;
	margin-left:15.1pt;
	text-indent:-15.1pt;}
@list l4
	{mso-list-id:675117133;
	mso-list-template-ids:-319017128;}
@list l4:level1
	{mso-level-style-link:"Heading 1";
	mso-level-suffix:space;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.25in;
	text-indent:-.25in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level2
	{mso-level-style-link:"Style Heading 1 + Not Bold Black";
	mso-level-suffix:space;
	mso-level-text:"%1\.%2\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.55in;
	text-indent:-.3in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level3
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.85in;
	text-indent:-.35in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level4
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.2in;
	text-indent:-.45in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level5
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.%5\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.55in;
	text-indent:-.55in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level6
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.9in;
	text-indent:-.65in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level7
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:2.25in;
	text-indent:-.75in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level8
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.";
	mso-level-tab-stop:2.75in;
	mso-level-number-position:left;
	margin-left:2.6in;
	text-indent:-.85in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l4:level9
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9\.";
	mso-level-tab-stop:3.25in;
	mso-level-number-position:left;
	margin-left:3.0in;
	text-indent:-1.0in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l5
	{mso-list-id:1443261058;
	mso-list-type:hybrid;
	mso-list-template-ids:2094972392 338451262 67698713 67698715 67698703 6769=
8713 67698715 67698703 67698713 67698715;}
@list l5:level1
	{mso-level-style-link:"Style Numbered Normal + Left\:  0\.25\0022 First li=
ne\:  0\0022 Top\: \(No bor\.\.\.";
	mso-level-tab-stop:54.05pt;
	mso-level-number-position:left;
	margin-left:54.05pt;
	text-indent:-.25in;}
@list l6
	{mso-list-id:1691636573;
	mso-list-template-ids:1894306706;}
@list l6:level1
	{mso-level-style-link:StyleAppendix;
	mso-level-suffix:space;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.25in;
	text-indent:-.25in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level2
	{mso-level-style-link:"Heading 2";
	mso-level-suffix:space;
	mso-level-text:"%1\.%2\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.3in;
	text-indent:-.3in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level3
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.85in;
	text-indent:-.35in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level4
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.2in;
	text-indent:-.45in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level5
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.%5\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.55in;
	text-indent:-.55in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level6
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.9in;
	text-indent:-.65in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level7
	{mso-level-suffix:space;
	mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:2.25in;
	text-indent:-.75in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level8
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.";
	mso-level-tab-stop:2.75in;
	mso-level-number-position:left;
	margin-left:2.6in;
	text-indent:-.85in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
@list l6:level9
	{mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9\.";
	mso-level-tab-stop:3.25in;
	mso-level-number-position:left;
	margin-left:3.0in;
	text-indent:-1.0in;
	mso-ansi-font-size:14.0pt;
	mso-bidi-font-size:14.0pt;
	font-family:Cambria;
	font-variant:normal !important;
	color:black;
	text-transform:none;
	letter-spacing:0pt;
	mso-ansi-font-weight:normal;
	mso-bidi-font-weight:normal;
	mso-ansi-font-style:normal;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D3 face=3DCambria><span style=3D'font-size=
:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

<br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body>

</html>

------_=_NextPart_001_01CDCDAA.7D2A95FA--

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

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp

--===============0426729223==--

From ipp-bounces@pwg.org  Wed Nov 28 20:28:58 2012
Return-Path: <ipp-bounces@pwg.org>
X-Original-To: ietfarch-ipp-archive@ietfa.amsl.com
Delivered-To: ietfarch-ipp-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ECE2321E80B2 for <ietfarch-ipp-archive@ietfa.amsl.com>; Wed, 28 Nov 2012 20:28:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.732
X-Spam-Level: 
X-Spam-Status: No, score=-101.732 tagged_above=-999 required=5 tests=[AWL=0.867, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4eXSbnmdM+XA for <ietfarch-ipp-archive@ietfa.amsl.com>; Wed, 28 Nov 2012 20:28:57 -0800 (PST)
Received: from pwg.org (www.pwg.org [192.146.101.49]) by ietfa.amsl.com (Postfix) with ESMTP id 84AFD21E80A6 for <ipp-archive@lists.ietf.org>; Wed, 28 Nov 2012 20:28:57 -0800 (PST)
Received: from pwg.org (localhost.localdomain [127.0.0.1]) by pwg.org (Postfix) with ESMTP id D9F89792A1; Wed, 28 Nov 2012 23:28:43 -0500 (EST)
X-Original-To: ipp@pwg.org
Delivered-To: ipp@pwg.org
Received: from mail-out.apple.com (honeycrisp.apple.com [17.151.62.51]) by pwg.org (Postfix) with ESMTP id 892207929F for <ipp@pwg.org>; Wed, 28 Nov 2012 23:28:31 -0500 (EST)
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from relay11.apple.com ([17.128.113.48]) by mail-out.apple.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPS id <0ME800A1MF3F0TH0@mail-out.apple.com> for ipp@pwg.org; Wed, 28 Nov 2012 20:28:30 -0800 (PST)
X-AuditID: 11807130-b7fc76d000004006-0d-50b6e46dfc1c
Received: from [17.151.67.47] (Unknown_Domain [17.151.67.47]) (using TLS with cipher AES128-SHA (AES128-SHA/128 bits)) (Client did not present a certificate)	by relay11.apple.com (Apple SCV relay) with SMTP id 34.9B.16390.E64E6B05; Wed, 28 Nov 2012 20:28:30 -0800 (PST)
From: Michael Sweet <msweet@apple.com>
Date: Wed, 28 Nov 2012 23:28:29 -0500
To: "ipp@pwg.org" <ipp@pwg.org>
Message-id: <AFA6763D-C5A8-4644-BA17-8C7A522AABEA@apple.com>
X-Mailer: Apple Mail (2.1499)
X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrPJMWRmVeSWpSXmKPExsUiON1ZXzfvybYAgy+fDCyO7XvJYnHkW6wD k8fWkz/YPOYtns4UwBTFZZOSmpNZllqkb5fAlXH4zyKmgpPMFUvOH2NvYJzK3MXIySEhYCJx rP0sG4QtJnHh3nogm4tDSGAyk0TDt5VMIAk2ATWJ35P6WEFsZgEtiRv/XjJB2PIS29/OARvE IqAqMfHEbbAaYQFjidvHN4DFRYBq1rZNBavnFbCRmPd/NyuErSdxuHM7K8RiWYkVU3uZJjDy zEKyYhaSFbOQtCxgZF7FKFiUmpNYaWiol1hQkJOql5yfu4kRFCwNhQY7GNf+5D/EKMDBqMTD u8lyW4AQa2JZcWXuIUYJDmYlEV7LaqAQb0piZVVqUX58UWlOavEhRmkOFiVx3mMdQCmB9MSS 1OzU1ILUIpgsEwenVAPjNt0fa8+/FHoR+PrxrKIqrSp7hp+3RIWUFk3uWthww25n+s5ly3Yc +JqveDy7dZExn6FyS7LtjBum/7S72lZort74N/x33XIxUf21B9VyGjXfTDbSZRNaI8CyIopH 2/D9uUe9ZRonTTmCD1963JmccHSNz6OYCpnGcvZbikUM65ZbRey8eixWiaU4I9FQi7moOBEA Q+YN9xICAAA=
X-pwg-MailScanner: Found to be clean, Found to be clean
Subject: [IPP] Updated draft of IPP FaxOut Service posted
X-BeenThere: ipp@pwg.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Internet Printing Protocol \(current\)" <ipp.pwg.org>
List-Unsubscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=unsubscribe>
List-Archive: <http://www.pwg.org/archives/ipp>
List-Post: <mailto:ipp@pwg.org>
List-Help: <mailto:ipp-request@pwg.org?subject=help>
List-Subscribe: <https://www.pwg.org/mailman/listinfo/ipp>, <mailto:ipp-request@pwg.org?subject=subscribe>
Sender: ipp-bounces@pwg.org
Errors-To: ipp-bounces@pwg.org
X-pwg-MailScanner-Information: Please contact the ISP for more information
X-pwg-MailScanner-ID: D9F89792A1.A768F
X-pwg-MailScanner-From: ipp-bounces@pwg.org

All,

I have posted an update to the IPP FaxOut Service specification to:

	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippfaxout10-20121128.docx
	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippfaxout10-20121128.pdf
	ftp://ftp.pwg.org/pub/pwg/ipp/wd/wd-ippfaxout10-20121128-rev.pdf

For discussion at next week's face-to-face.

________________________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
ipp mailing list
ipp@pwg.org
https://www.pwg.org/mailman/listinfo/ipp
