Add nodeinfo 2.1 and 2.2

This commit is contained in:
Michael 2024-06-15 22:32:23 +00:00
commit 06bc985072
6 changed files with 199 additions and 7 deletions

View file

@ -32,7 +32,7 @@ use Psr\Log\LoggerInterface;
/**
* Version 1.0 of Nodeinfo 2, a sStandardized way of exposing metadata about a server running one of the distributed social networks.
* @see https://github.com/jhass/nodeinfo/blob/master/PROTOCOL.md
* @see https://github.com/jaywink/nodeinfo2/blob/master/PROTOCOL.md
*/
class NodeInfo210 extends BaseModule
{