Created
February 28, 2011 21:42
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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