ankurpiyush26 / pubsubhubbub

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

Polling for feeds that do not ping the hub #118

Open GoogleCodeExporter opened 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