Skip to content

Commit

Permalink
Add: note about arity
Browse files Browse the repository at this point in the history
Fix #5
  • Loading branch information
trwnh committed Feb 28, 2024
1 parent b53929c commit 790df18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ <h3 id="forward-discovery">Discovery of an actor document given a WebFinger addr
}
</pre>
<p>At this point, you can parse for the <code>href</code> of the element of <code>links</code> that has a <code>rel</code> of <code>self</code> and a <code>type</code> of either <code>application/ld+json; profile="https://www.w3.org/ns/activitystreams"</code> or <code>application/activity+json</code> (depending on the implementation).</p>
<p>Due to the prevailing use of WebFinger addresses as canonical primary identifiers for users, implementations that require WebFinger for compatibility will often also deduplicate actors based on the WebFinger address. Therefore, it is generally expected that there is only one <code>self</code> link to an ActivityStreams document, in a unary relationship.</p>
</section>
<section>
<h3 id="reverse-discovery">Reverse discovery of a WebFinger address given an actor document</h3>
Expand Down

0 comments on commit 790df18

Please sign in to comment.