]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp-support.c
Fix missing printer-config-change-[time,date-time] attributes.
[thirdparty/cups.git] / cups / ipp-support.c
index 5bad0fb5044ea7b2cc7824bda636de34536b1326..aa869691fddcaa127b4512c60a3c729fd2921f5f 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * Internet Printing Protocol support functions for CUPS.
  *
- * Copyright 2007-2017 by Apple Inc.
- * Copyright 1997-2007 by Easy Software Products, all rights reserved.
+ * Copyright © 2007-2018 by Apple Inc.
+ * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
  *
- * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 /*
@@ -1616,10 +1617,12 @@ ippCreateRequestedArray(ipp_t *request) /* I - IPP request */
     "job-page-limit",                  /* CUPS extension */
     "job-password-encryption-supported",
     "job-password-supported",
+    "job-presets-supported",           /* IPP Presets */
     "job-quota-period",                        /* CUPS extension */
     "job-resolvers-supported",
     "job-settable-attributes-supported",
     "job-spooling-supported",
+    "job-triggers-supported",          /* IPP Presets */
     "jpeg-k-octets-supported",         /* CUPS extension */
     "jpeg-x-dimension-supported",      /* CUPS extension */
     "jpeg-y-dimension-supported",      /* CUPS extension */
@@ -1655,6 +1658,8 @@ ippCreateRequestedArray(ipp_t *request)   /* I - IPP request */
     "printer-charge-info",
     "printer-charge-info-uri",
     "printer-commands",                        /* CUPS extension */
+    "printer-config-change-date-time",
+    "printer-config-change-time",
     "printer-current-time",
     "printer-detailed-status-messages",
     "printer-device-id",