From 2385915a1314e0ed53e93b41ba63ecf101a60b70 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Sun, 9 Apr 2017 09:26:24 -0400 Subject: [PATCH] WebFinger is RFC 7033 Link to an RFC doc for it. --- Using-Mastodon/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Mastodon/FAQ.md b/Using-Mastodon/FAQ.md index 3b03a8e..f981557 100644 --- a/Using-Mastodon/FAQ.md +++ b/Using-Mastodon/FAQ.md @@ -17,7 +17,7 @@ There are different ways in which something can be decentralized; in this case, We are using the OStatus suite of protocols: -1. Webfinger for user-on-domain lookup +1. Webfinger, [RFC 7033](https://tools.ietf.org/html/rfc7033), for user-on-domain lookup 2. Atom feeds with ActivityStreams, Portable Contacts, Threads extensions for the actual content 3. PubSubHubbub for subscribing to Atom feeds 4. Salmon for delivering certain items from the Atom feeds to interested parties such as the mentioned user, author of the status being replied to, person being followed, etc