Bonfire Adapter to federate via ActivityPub
An extension for Bonfire that handles:
There are unit tests both in this repo, and in the activity_pub lib, but they can't cover every possible federation case, so manual testing with e.g. curl -H "Accept: application/activity+json" -v "http://localhost:4001/pub/actors/my_username" | jq '.'
and by trying out federation flows between instances of Bonfire and other ActivityPub implementation is a must.
Copyright (c) 2020 Bonfire Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public
License along with this program. If not, see https://www.gnu.org/licenses/.