-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The discovery chapter suggests that The client first performs discovery on the user's profile URL to find the Microsub endpoint and authorization endpoint. Then endpoints should be discovered from the profile page.
Some feed aggregators (I am thinking of nextcloud-news or newspipe) would benefit from implementing microsub, but implementing a profile page just for the sake of the discoverability might feel out-of-scope (although nextcloud itself might be a good candidate to do this).
Other protocols define DNS SRV entries that can be used for discovery. For instance:
- RFC6186 for SMTP, POP and IMAP,
- RFC6764 for CalDAV and CardDAV,
- The matrix protocol defines its SRV entries.
I suggest that the microsub-spec defines DNS SRV entries as an alternative endpoint discovery method, so clients might discover the microsub endpoints just by the domain.
What do you think?