We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bba80 commit 6ae7fecCopy full SHA for 6ae7fec
1 file changed
cups/ipp-support.c
@@ -1,7 +1,7 @@
1
//
2
// Internet Printing Protocol support functions for CUPS.
3
4
-// Copyright © 2022 by OpenPrinting.
+// Copyright © 2022-2023 by OpenPrinting.
5
// Copyright © 2007-2018 by Apple Inc.
6
// Copyright © 1997-2007 by Easy Software Products, all rights reserved.
7
@@ -1781,6 +1781,9 @@ ippCreateRequestedArray(ipp_t *request) // I - IPP request
1781
"printer-state-reasons",
1782
"printer-storage", // IPP EPX
1783
"printer-storage-description", // IPP EPX
1784
+ "printer-strings-languages-supported",
1785
+ // IPP JPS3
1786
+ "printer-strings-uri", // IPP JPS3
1787
"printer-supply",
1788
"printer-supply-description",
1789
"printer-supply-info-uri",
0 commit comments