pubsubhubbub / PubSubHubbub

The PubSubHubbub protocol specification.
http://pubsubhubbub.github.io/PubSubHubbub
603 stars 122 forks source link

PubSubHubbub Core 0.4: Validation vs. verification of intent #25

Closed cweiske closed 9 years ago

cweiske commented 9 years ago

I found it hard to wrap my head around that there is a difference between "validation" and "verification of intent", since I thought that verifying the intent by calling the callback is a kind of validation already.

Maybe it would help if an example for a validation rule/process would be added to the spec.

julien51 commented 9 years ago

Validation and verification of intent have different purposes and are intended to different entities.

An example could help indeed, but I'm not sure the spec is the best place for it since validation is optional. (I want to make sure that examples are not interpreted as reference implementations).