@jcbrand @claude @Goffi You're talking about https://libervia.org/ right? I've not used it before. I was under the impression that it's a self-contained solution, not so much a headless bridge to Mastodon. I'm not saying that that's bad - I'm just trying to figure out exactly what we'd be talking about. :)
@guusdk @jcbrand @claude
The #ActivityPub gateway is a server component that can work with any #XMPP server or client, not only #Libervia .
About the status, it's working. I have 2 more things to do before the release:
- HTTP signature for GET requests (it's only done for POST requests right now), which will make it compatible with secure mode of other implementations.
- Use per-user encryption keys. For now it's one for the whole instance.
Both things are easy to do, I just need some time.