Created
November 3, 2010 09:53
-
-
Save superfeedr/660917 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
<iq from="firehoser.superfeedr.com" type="result" id="items1" > | |
<pubsub xmlns="http://jabber.org/protocol/pubsub"> | |
<status xmlns="http://superfeedr.com/xmpp-pubsub-ext"> | |
<http code="200" >77199B in 4.096159s, 10/10 new entries</http> | |
<next_fetch>2010-11-03T21:15:21+01:00</next_fetch> | |
<period>43200</period> | |
<last_fetch>2010-11-03T09:15:20+01:00</last_fetch> | |
<last_parse>2010-11-03T09:15:21+01:00</last_parse> | |
<last_maintenance_at>2010-11-03T10:21:55+01:00</last_maintenance_at> | |
</status> | |
<items node="..." > | |
<item> | |
<entry xmlns="http://www.w3.org/2005/Atom" xml:lang="en" > | |
<id>...</id> | |
<published>2010-06-17T13:14:44+02:00</published> | |
<title>...</title> | |
<content type="xhtml" > | |
... | |
</content> | |
<link title="..." rel="..." type="text/html" href="..." /> | |
<author> | |
<name>...</name> | |
</author> | |
</entry> | |
</item> | |
</items> | |
</pubsub> | |
</iq> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment