activitypub
activitypub copied to clipboard
Support nodeinfo to provide instance information
The ActivityPub spec doesn't cover information about the instance, but there is an emerging nodeinfo standard already adopted by many of the main ActivityPub implementations. And, unsurprisingly, a competing nodeinfo2 standard.
Like Webfinger, this would probably require a separate Drupal module.
https://github.com/jhass/nodeinfo https://github.com/jaywink/nodeinfo2
Or possibly https://github.com/jaywink/nodeinfo2
NodeInfo2 is a fork of NodeInfo which was seen as too complex for the problem it is solving