Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created February 28, 2011 21:42
Show Gist options
  • Save kinlane/848099 to your computer and use it in GitHub Desktop.
Save kinlane/848099 to your computer and use it in GitHub Desktop.
XMPP Print Job Notification for Google Cloud Print XMPP Print Job Service Using XMPPHP
<message from="cloudprint.google.com" to="{Full JID}">
<push:push channel="cloudprint.google.com/proxy/bcdf3feb8b6b2625104c8994e0927605" xmlns:push="google:push">
<push:recipient to="{Bare JID}">
</push:recipient>
<push:data>LTExMDM2MjYxMDk0MjU3NjQ5NTA=</push:data>
</push:push>
</message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment