Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.72 KB

ActivityPub Explained

     /\       | | (_)     (_) |        
    /  \   ___| |_ ___   ___| |_ _   _ 
   / /\ \ / __| __| \ \ / / | __| | | |
  / ____ \ (__| |_| |\ V /| | |_| |_| |
 /_/    \_\___|\__|_| \_/ |_|\__|\__, |
           |  __ \     | |        __/ |
           | |__) |   _| |__     |___/ 
           |  ___/ | | | '_ \          
           | |   | |_| | |_) |         
           |_|    \__,_|_.__/          

Sequence diagrams of how ActivityPub/Webfinger works and how to implement against it will be stored here. This is needed because the spec is vague and different instances implement things in different ways.

The goal is to create a collection that can be used by someone in a clean room environment to implement an instance that could work against the fediverse.

PR's are encouraged!

The following are good to look through,

The following are implementations in a few different languages,

Some specific behaviors are covered well here.