]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-notifier.html
Move ippeveprinter commands to CUPS_SERVERBIN/command.
[thirdparty/cups.git] / doc / help / man-notifier.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>notifier(7)</title>
7 </head>
8 <body>
9 <h1 class="title">notifier(7)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 notifier - cups notification interface
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>notifier</b>
14 <i>recipient</i>
15 [
16 <i>user-data</i>
17 ]
18 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
19 The CUPS notifier interface provides a standard method for adding support for new event notification methods to CUPS.
20 Each notifier delivers one or more IPP events from the standard input to the specified recipient.
21 <p>Notifiers <b>MUST</b> read IPP messages from the standard input using the
22 <b>ippNew</b>()
23 and
24 <b>ippReadFile</b>()
25 functions and exit on error.
26 Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen.
27 Notifiers inherit the environment and can use the logging mechanism documented in
28 <b>filter</b>(7).
29 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
30 <b>cupsd</b>(8),
31 <b>filter</b>(7),
32 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
33 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
34 Copyright &copy; 2007-2019 by Apple Inc.
35
36 </body>
37 </html>