You never mentioned PHP, but if up to the task of reading some not entirely object-oriented language, there's a Subscriber being added to the Zend Framework. You would be looking for Zend_Feed_Pubsubhubbub_Subscriber and Zend_Feed_Pubsubhubbub_Subscriber_Callback in subversion.
http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Feed/ There's a small test app over on http://github.com/padraic/zfhubbub/tree/master/application/ but again it's PHP, and ZF to boot. But these controllers show the basic usage: http://github.com/padraic/zfhubbub/blob/master/application/modules/admin/controllers/SubscribeController.php http://github.com/padraic/zfhubbub/blob/master/application/controllers/CallbackController.php It should be simple and obvious enough to see what's happening - it's nothing more than an online tester and not a complete app. A few PHP folk have been using this to figure out how get started without any major problems. Pádraic Brady http://blog.astrumfutura.com http://www.survivethedeepend.com OpenID Europe Foundation Irish Representative ________________________________ From: Marcus Herou <[email protected]> To: Pubsubhubbub <[email protected]> Sent: Wed, October 21, 2009 8:47:20 PM Subject: [pubsubhubbub] Subscriber ? I feel like an idiot but cannot find where to look to find any subscriber client code for any language. Lot's of publishers but no subscribers ? Checked out the java client but it looks quite unfinished am I wrong ? Only subscription request + handling of callback is done I think. I prefer Java or Perl but guess I can understand Ruby or Python if I must. Cheers //Marcus
