]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add "printer-strings-uri" and "printer-strings-languages-supported" (Issue #551)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 17 Jan 2023 21:14:40 +0000 (16:14 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 17 Jan 2023 21:15:22 +0000 (16:15 -0500)
cups/ipp-support.c

index 0dc427ee07b793f03a77ea27663105d35f9a9959..e1273c1ed240afdff3f99c4583be7a0021ad4516 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Internet Printing Protocol support functions for CUPS.
  *
+ * Copyright © 2023 by OpenPrinting.
  * Copyright © 2007-2018 by Apple Inc.
  * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
  *
@@ -1764,6 +1765,9 @@ ippCreateRequestedArray(ipp_t *request)   /* I - IPP request */
     "printer-state-change-time",
     "printer-state-message",
     "printer-state-reasons",
+    "printer-strings-languages-supported",
+                                       /* IPP JPS3 */
+    "printer-strings-uri",             /* IPP JPS3 */
     "printer-supply",
     "printer-supply-description",
     "printer-supply-info-uri",