Skip to content

Instantly share code, notes, and snippets.

@julien51
Created April 21, 2009 21:35
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/99402 to your computer and use it in GitHub Desktop.
Save julien51/99402 to your computer and use it in GitHub Desktop.
Subscription Request to a Feed with Superfeedr
<iq type='set' from='you@superfeedr.com/home' to='firehoser.superfeedr.com' id='sub1'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<subscribe node='http://domain.tld/path/to/feed1.xml' jid='you@superfeedr.com'/>
<subscribe node='http://domain.tld/path/to/feed2.xml' jid='you@superfeedr.com'/>
<subscribe node='http://domain.tld/path/to/feed3.xml' jid='you@superfeedr.com'/>
</pubsub>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment