jacob1044 / pubsubhubbub

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

Hub should only deliver events found *after* subscriptions have been made #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SUMMARY:

> Re: 7.3 If, after a content fetch, the hub determines that the topic feed
> has changed. . .
>
> If this is the first content fetch the Hub makes, should the Hub return ONLY
> items newer than time a subscription was made (meaning they would have to
> store that timestamp individually for each sub), return ALL items since they
> are all new in the eyes of the Hub, or just the most recent item to get the
> ball rolling with the subscriber.

RELEVANT SECTION:  7.3

COMMENT/REQUEST:

From me: I think this part of the spec is undefined right now. I'd say it's
up to the hub to decide. Either behavior is not surprising to a subscriber,
so I think it's okay.

Leaving this as a wont-fix bug for now.

Original issue reported on code.google.com by bslatkin on 14 Jul 2009 at 7:53