Created
August 5, 2009 14:34
-
-
Save julien51/162701 to your computer and use it in GitHub Desktop.
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
Right Now : | |
<iq type="result" to="[email protected]" 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="[email protected]" /> | |
<subscription node="http://domain2.tld/feed.rss" subscription="subscribed" jid="[email protected]" /> | |
</subscriptions> | |
</pubsub> | |
</iq> | |
With statuses : | |
<iq type="result" to="[email protected]" 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="[email protected]"> | |
<status feed="http://domain.tld/a/feed/atom.xml" 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="[email protected]" /> | |
<status feed="http://domain2.tld/feed.rss" 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