jhass / nodeinfo

NodeInfo defines a standardized way to expose metadata about an installation of a distributed social network
http://nodeinfo.diaspora.software
96 stars 20 forks source link

Add 'bluesky' to the list of inbound services #96

Open tclaus opened 3 months ago

tclaus commented 3 months ago

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

pfefferle commented 3 months ago

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

tclaus commented 3 months ago

@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)

annando commented 2 weeks ago

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)