Documentation
¶
Overview ¶
Package xmpp is the Google Cloud Print XMPP interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrinterNotification ¶
type PrinterNotification struct { GCPID string Type PrinterNotificationType }
type PrinterNotificationType ¶
type PrinterNotificationType uint8
const ( PrinterNewJobs PrinterNotificationType = iota PrinterDelete )
type XMPP ¶
type XMPP struct {
// contains filtered or unexported fields
}
func (*XMPP) Quit ¶
func (x *XMPP) Quit()
Quit terminates the XMPP conversation so that new jobs stop arriving.
func (*XMPP) SetPingInterval ¶
SetPingInterval sets the XMPP ping interval. Should be the min of all printers' ping intervals.
Click to show internal directories.
Click to hide internal directories.