Skip to content

Instantly share code, notes, and snippets.

@superfeedr
Created August 8, 2009 00:39
Show Gist options
  • Save superfeedr/164251 to your computer and use it in GitHub Desktop.
Save superfeedr/164251 to your computer and use it in GitHub Desktop.
<iq type="result" to="you@superfeedr.com/home" id="subman1" from="firehoser.superfeedr.com">
<pubsub xmlns="http://jabber.org/protocol/pubsub" xmlns:superfeedr="http://superfeedr.com/xmpp-pubsub-ext" >
<subscriptions superfeedr:page="3">
<subscription node="http://domain.tld/a/feed/atom.xml" subscription="subscribed" jid="you@superfeedr.com">
<status xmlns="http://superfeedr.com/xmpp-pubsub-ext">
<http code="200">9718 bytes fetched in 1.462708s : 2 new entries.</http>
<next_fetch>2009-05-10T11:19:38-07:00</next_fetch>
</status>
</subscription>
<subscription node="http://domain2.tld/feed.rss" subscription="subscribed" jid="you@superfeedr.com">
<status xmlns="http://superfeedr.com/xmpp-pubsub-ext">
<http code="200">9718 bytes fetched in 1.462708s : 2 new entries.</http>
<next_fetch>2009-05-10T11:19:38-07:00</next_fetch>
</status>
</subscription>
</subscriptions>
</pubsub>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment