I am writing my own blog (every one should, it's good experience). I have implemented Atom and RSS feeds, and they are used by a number of readers. Most of those readers are using Google Reader, who at the moment polls my site regularly for updates.
I would like to setup a publish Subscribe (PubSubHubbub) option as documented here, and I would like to serve as my own hub, that is integrated the hub protocol into the app as opposed to having a separate thing to maintain or relying on a third party.
My questions are:
- If I do this which feed reading services will use this protocol in preference to polling?
- What do I need to implement on my end to get this up and running?