You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebSub requires publishers to add a rel=self link to each document:
The discovery mechanism aims at identifying at least 2 URLs.
...
The canonical URL for the topic to which subscribers are expected to use for subscriptions.
The protocol currently supports the following discovery mechanisms. Publishers MUST implement at least one of them:
...
Please drop the MUST requirement for the rel=self URL and let clients fall back to URL that was used to retrieve the document. This will make it easier to implement WebSub on the publisher side.
WebSub requires publishers to add a
rel=self
link to each document:Please drop the MUST requirement for the
rel=self
URL and let clients fall back to URL that was used to retrieve the document. This will make it easier to implement WebSub on the publisher side.Also see the discussion in the #indieweb channel: https://chat.indieweb.org/2015-05-22#t1432330396549000
The text was updated successfully, but these errors were encountered: