1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

FEP-7628: Correct description of Nomadic Identity (#170)

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/170
This commit is contained in:
silverpill
2023-09-22 14:41:18 +00:00
+1 -1
View File
@@ -17,7 +17,7 @@ Migration of social graph from one [ActivityPub](https://www.w3.org/TR/activityp
Mastodon started using [`Move`](https://docs.joinmastodon.org/spec/activitypub/#Move) activity for migrating accounts [in 2019](https://github.com/mastodon/mastodon/pull/11846). The activity is sent by the old server to actor's followers and actors who receive this activity un-follow the old account and follow the new account.
`Move` activity is used in [Streams](https://codeberg.org/streams/streams/src/commit/06a702873f3151f6b01dce9d19fd261473f3e3d8/FEDERATION.md?display=source#L52-L57) as a part of [Nomadic Identity](https://codeberg.org/streams/streams/src/commit/06a702873f3151f6b01dce9d19fd261473f3e3d8/spec/Nomad/Nomadic%20Identity.md) mechanism.
[Streams](https://codeberg.org/streams/streams) implements [Nomadic Identity](https://codeberg.org/streams/streams/src/commit/11f5174fdd3dfcd8714974f93d8b8fc50378a193/FEDERATION.md?display=source#L54-L59) mechanism, that makes identity independent from a server. Nomadic accounts are currently not supported by ActivityPub but are available via the [Nomad protocol](https://codeberg.org/streams/streams/src/commit/11f5174fdd3dfcd8714974f93d8b8fc50378a193/spec/Nomad/Home.md).
## Requirements