Created
February 28, 2011 21:35
-
-
Save kinlane/848082 to your computer and use it in GitHub Desktop.
XMPP Subscription Stanza 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
<iq from='{Full JID}' to='{Bare JID}' type='set' id='1'> | |
<subscribe xmlns='google:push'> | |
<item channel='cloudprint.google.com/proxy/b{Proxy ID}' from='cloudprint.google.com'/> | |
</subscribe> | |
</iq> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment