rajvasani / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
0 stars 0 forks source link

Polling for feeds that do not ping the hub #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Subscribe to http://www.example.com/feed/atom

Call back expected after feed being retrieved and parsed.

Publisher Diagnostics - Retrieve details about a topic URL:
Could not find any record for topic URL: http://www.example.com/feed/atom

Question that arise here is: is this app polling for feeds that do not ping the 
hub, e.g. regular feeds, non-pubsubhub aware?

Original issue reported on code.google.com by apache.s...@gmail.com on 1 Aug 2010 at 9:05

GoogleCodeExporter commented 9 years ago
This thread: 
http://groups.google.com/group/pubsubhubbub/browse_thread/thread/19543b10d238e67
3# seems to suggest that removing "memory_only=False" in take_polling_action on 
line 2854 will make it work.

Original comment by adewale on 13 Aug 2010 at 11:46

GoogleCodeExporter commented 9 years ago
Due to the approaching shutdown of Google Code 
(http://google-opensource.blogspot.ch/2015/03/farewell-to-google-code.html) 
we're moving all public PubSubHubbub development to the pubsubhubbub 
organization on Github:

https://github.com/pubsubhubbub

The protocol spec resides under https://github.com/pubsubhubbub/PubSubHubbub 
while the various client libraries and example applications have separate 
repositories.

Wiki content has been migrated to the PubSubHubbub project as well:

https://github.com/pubsubhubbub/PubSubHubbub/wiki

Please re-open your issue on GitHub if it's still relevant. 

Original comment by the...@google.com on 18 May 2015 at 7:25