From 0d8f3e5e6d92342c063dd59a9601a6429a91a1a2 Mon Sep 17 00:00:00 2001 From: silverpill Date: Fri, 22 Sep 2023 08:54:30 +0000 Subject: [PATCH] FEP-7628: Correct description of Nomadic Identity --- fep/7628/fep-7628.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fep/7628/fep-7628.md b/fep/7628/fep-7628.md index 706d1d2..3b5edf6 100644 --- a/fep/7628/fep-7628.md +++ b/fep/7628/fep-7628.md @@ -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