Skip to content

Instantly share code, notes, and snippets.

@julien51
Created April 21, 2009 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julien51/99413 to your computer and use it in GitHub Desktop.
Save julien51/99413 to your computer and use it in GitHub Desktop.
Successful Subscription to a Feed with Superfeedr
<iq type="result" to="you@superfeedr.com/home" from="firehoser.superfeedr.com" id="sub1">
<pubsub xmlns="http://jabber.org/protocol/pubsub">
<subscription jid="you@superfeedr.com" subscription="subscribed" node="http://domain.tld/path/to/feed1.xml"/>
<subscription jid="you@superfeedr.com" subscription="subscribed" node="http://domain.tld/path/to/feed2.xml"/>
<subscription jid="you@superfeedr.com" subscription="subscribed" node="http://domain.tld/path/to/feed3.xml"/>
</pubsub>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment