]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/spec-ipp.html
Load cups into easysw/current.
[thirdparty/cups.git] / doc / help / spec-ipp.html
index 998699174367e440b2e839f3388198c1d319aec0..6d9247f550e9bbe8ce4463d0feb5eac3c2de466a 100644 (file)
@@ -915,6 +915,11 @@ CUPS-Add-Modify-Printer request:
        <dd>The client OPTIONALLY supplies a device URI for the
        specified printer.
 
+       <dt>"port-monitor" (name(127)):
+
+       <dd>The client OPTIONALLY supplies a port monitor name for the
+       specified printer.
+
        <dt>"ppd-name" (name(127)):
 
        <dd>The client OPTIONALLY supplies a PPD name for the specified
@@ -2232,11 +2237,20 @@ calculations, in seconds. The default value of 0 specifies that the limits
 apply to all jobs that have been printed by a user that are still known to
 the system.
 
-<h4><a name="job-sheets-completed">job-sheets-supported (1setof type3 keyword | name(MAX))</a><span class='info'>CUPS 1.1</span></h4>
+<h4><a name="job-sheets-supported">job-sheets-supported (1setof type3 keyword | name(MAX))</a><span class='info'>CUPS 1.1</span></h4>
 
 <p>The job-sheets-supported attribute specifies the available banner files.
 There will always be at least one banner file available called "none".
 
+<h4><a name="port-monitor">port-monitor" (name(127))</a></h4>
+
+<p>The port-monitor attribute specifies the port monitor to use when printing
+to this printer. The default port monitor is "none".
+
+<h4><a name="port-monitor-supported">port-monitor-supported" (1setOf name(127))</a></h4>
+
+<p>The port-monitor-supported attribute specifies the available port monitors.
+
 <h4><a name="printer-type">printer-type (type2 enum)</a></h4>
 
 <p>The printer-type attribute specifies printer type and
@@ -2345,6 +2359,14 @@ summary='Printer Type Bits'>
        <td>0x00400000</td>
        <td>Queue requires authentication.</td>
 </tr>
+<tr>
+       <td>0x00800000</td>
+       <td>Queue supports CUPS command files.</td>
+</tr>
+<tr>
+       <td>0x01000000</td>
+       <td>Queue was automatically discovered and added.</td>
+</tr>
 </tbody>
 </table></div>