Index: doc/help/spec-ipp.html =================================================================== --- doc/help/spec-ipp.html (revision 8647) +++ doc/help/spec-ipp.html (working copy) @@ -12,7 +12,7 @@ CUPS IPP specification for the Common UNIX Printing System (CUPS). - Copyright 2007-2008 by Apple Inc. + Copyright 2007-2009 by Apple Inc. Copyright 1997-2007 by Easy Software Products. These coded instructions, statements, and computer programs are the @@ -26,7 +26,7 @@

Introduction

-

CUPS implements IPP/1.1 and the operations and attributes +

CUPS implements IPP/2.1 and the operations and attributes defined in the "IPP: Job and Printer Set Operations", "IPP/1.1: Output-bin Attribute Extension", and "IPP/1.1: finishings 'fold',' trim', and 'bale' attribute values extension" @@ -1742,8 +1742,8 @@

CUPS 1.1CUPS-Move-Job Operation

-

The CUPS-Move-Job operation (0x400D) moves an active print job -to a different printer.

+

The CUPS-Move-Job operation (0x400D) moves an active print job or all print +jobs for a printer to a different printer.

CUPS-Move-Job Request

@@ -1760,12 +1760,14 @@ attributes as described in section 3.1.4.1 of the IPP Model and Semantics document. +
"printer-uri" (uri) +
OR
"printer-uri" (uri) and "job-id" (integer)
OR
"job-uri": -
The client MUST supply a URI for the specified printer and - a job ID number, or the job URI. +
The client MUST supply a URI for the specified printer, the URI for + the specified printer and a job ID number, or the job URI. Property changes on: doc/help/spec-ipp.html ___________________________________________________________________ Added: svn:keywords + Id