michaelrsweet / pappl

PAPPL - Printer Application Framework
https://www.msweet.org/pappl
Apache License 2.0
309 stars 49 forks source link

IPP notifications support #191

Closed michaelrsweet closed 2 years ago

michaelrsweet commented 2 years ago

Add support for IPP notifications and the ippget notification method. Add a callback mechanism as well for a program to intercept events.

tillkamppeter commented 2 years ago

make install does not install the new subscription.h file, I have to manually install it when building Snaps using the current PAPPL.

michaelrsweet commented 2 years ago

@tillkamppeter Please don't build production snaps against the master branch, as that is the active development branch and is not intended for such usage. Pull from the v1.1.x branch if you want "bleeding edge stable" or use one of the release tarballs.

michaelrsweet commented 2 years ago

Primary coding complete, just need to finish up the unit tests.

michaelrsweet commented 2 years ago

All done!