spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.42k stars 243 forks source link

[Federation] ActivityPub support #481

Open Featyre opened 2 years ago

Featyre commented 2 years ago

ActivityPub support allows Fosscord to do a lot of things:

erkinalp commented 2 years ago

https://www.w3.org/TR/activitypub/

Given the collection and activity oriented nature of ActivityPub, I think it would be hard to translate Discord guild channels into something that would be idiomatic ActivityPub. Discord protocol has finality of event authorisation baked into almost everywhere in its design, and ActivityPub does not play nice with that either.

mkljczk commented 2 years ago

Login using Mastodon/Peertube/anything in the Fediverse, reduces the implementation of federated login

ActivityPub doesn't provide this

TheArcaneBrony commented 4 months ago

Sounds like something that would be better served by OIDC?