nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

Provide implementation for reading <atom:link> on an RSS feed. #152

Open naufalfachrian opened 1 year ago

naufalfachrian commented 1 year ago

This PR provide implementation for reading on an RSS feed. in an RSS feed helps WebSub subscribers discover the topic and hub information.

See https://www.w3.org/TR/websub/#discovery

This PR could also useful outside WebSub scenario and fulfill the request on issue #134