First attempt to use PuSH, and am unable to subscribe to my topic. For the callback, I am just using a simple CGI script that, afaict, is doing the right thing (see below). When I try to subscribe, I get "Error trying to confirm subscription", but I also see a 200 response code. Looking at main.py, I would have expected a 409. What the heck?
Before attempting to subscribe, I published two feed URLs. However, when publishing the topics at http://pubsubhubbub.appspot.com/publish, I get a 200 response code. Given the note on the page (and again from looking at main.py), I would have expected a 204 response. Does that still indicate "accepted"? Apparently I can't query the topic until I've successfully added subscribers. As test feeds, I'm using a WordPress blog with Josh Fraser's PubSubHubbub plugin installed. I have confirmed that the plugin adds the rel="hub" links. However, neither of the the feeds, excerpted below, contain an <atom:feed> tag. Is this causing the failure? >From reading the Core 0.2 Working Draft spec, maybe so? I'll add the gory details as a response to this post. I really look forward to seeing this work. Any and all help will be appreciated.
