On Thu, Oct 18, 2012 at 4:43 PM, Andrea Candini <[email protected]>wrote:

> Hi! I'm having problems with the subscription process. I downloaded PuSH
> Java's implementation from 
> here<http://code.google.com/p/pubsubhubbub-java/downloads/list>.
> When I open Test class I find these two lines:
>
> *String hub = "http://myhub.example.com/endpoint";;
> String hub_topic = "http://publisher.example.com/topic.xml";*
>
> In order to adapt them to my exercise, I changed them like this:
>
> *String hub = "http://pubsubhubbub.appspot.com/subscribe";;
> *


This should be "http://pubsubhubbub.appspot.com/";.

Sorry, I don't know the answers to your other questions.

Roman.

Reply via email to