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