Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created February 28, 2011 21:35
Show Gist options
  • Save kinlane/848082 to your computer and use it in GitHub Desktop.
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
<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