jhass / nodeinfo

NodeInfo defines a standardized way to expose metadata about an installation of a distributed social network

Home Page:http://nodeinfo.diaspora.software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'bluesky' to the list of inbound services

tclaus opened this issue · comments

In Diaspora Pods-list some Friendica Servers appear with a not supported 'bluesky' protocol.
Let's fix this by adding this protocol.

The property '#/services/inbound/0' value "bluesky" did not match one of the following values: atom1.0, gnusocial, imap, pnut, pop3, pumpio, rss2.0, twitter

But shouldn't it be atprotocol then? Bluesky is a social network, not a protocol.

@pfefferle Correct - the error Message I described referencers to the list of inbound services for which 'bluesky' should be correct. An 'atprotocol' for the list of protocols should then also be added. (But I did not see this combination in the wild yet)

Question is how to separate between services that provide all components of the at protocol and the ones (like currently Friendica) who only allows to use an already existing account that had been created elsewhere. (So more like tumblr or twitter)