NotNotQuinn / go-websub

go-websub is a websub subscriber, publisher, and hub library written in go.
MIT License
9 stars 1 forks source link

Conforming to discovery spec #3

Open M4tthewDE opened 2 years ago

M4tthewDE commented 2 years ago

According to the spec the protocol supports the following three discovery mechanisms:

As of now, only link headers and HTML link elements are supported.

NotNotQuinn commented 2 years ago

Atom feeds and RSS feeds were lightly mention under Content Distribution, and are listed as tests 102 and 103 under the websub.rocks subscriber tests.

For Atom ([RFC4287]) and RSS ([RSS-2.0]) feeds, the hub MAY remove already-delivered atom:entry or rss:item elements from the feed.

This lead me to believe that they were part of the spec, but are not.

So, disregard the readme.

M4tthewDE commented 2 years ago

:+1: