Notices by chat fantaisie (fc@fedi.fancycade.xyz)
-
chat fantaisie (fc@fedi.fancycade.xyz)'s status on Monday, 07-Mar-2022 05:29:33 UTC chat fantaisie @sean
I spent some time helping out this project:
https://github.com/niklaslong/matrix-elixir-sdk
Not a server, but theoretically you might be able to use parts for a server. This one includes some of the interop for the crypto libraries.
It was a real slog. Moving target api is one problem, but the state management is a pain. No official docs for that part!
However, I think Elixir is well suited for application service's https://matrix.org/docs/guides/application-services. Which from my understanding involves just implementing some routes. You could maybe implement some kind of Matrix - Fedi bridge that way.