From b4150d224bf7529965f4f5b21656e4d3cb9f16f6 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 17 Nov 2023 10:06:47 -0800 Subject: [PATCH] acct-uri --- acct-uri.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 acct-uri.html diff --git a/acct-uri.html b/acct-uri.html new file mode 100644 index 0000000..b4b8b03 --- /dev/null +++ b/acct-uri.html @@ -0,0 +1,61 @@ +
+

acct URI (Fediverse)

+
+
+ by + +
+
+
+

+ An acct URI looks like this: +

+
+acct:joeblow@example.com
+
+

+ Typically an acct URI is used to turn an e-mail address or Fediverse ID into a URL / URI. + (There are reasons why one might want to turn a pointer or identifier that isn' a URL / URI into a URL / URI.) +

+

+ For example, this Fediverse ID: +

+
+@reiver@changelog.ca
+
+

+ Gets turned into this acct URI: +

+
+acct:reiver@changelog.ca
+
+
+
+

Fediverse Users

+

+ Most users of the Fediverse aren't aware of acct URIs. + And really, they don't have to be aware of them! +

+
+
+

Fediverse Programmers

+

+ But behind the scenes, acct URIs are used by Fediverse software. +

+

+ Behind the scenes, a Fediverse ID is turned into a acct URI, and then that acct URI is used to in a request to WebFinger . +

+

+ If you are a programmer / software engineer / software developer / etc, then you may need to be aware of acct URIs, and have some level of understanding of them. +

+
+
+

See Also

+

+ For more information on acct URI see: +

+
    +
  • IETF RFC-7565
  • +
+
+