MatrixAppService
Library that adds the Matrix Application Service API to Phoenix applications.
Installation
Add this library to your dependencies in mix.exs
defp deps do
[...]
{:matrix_app_service, "~> 0.1.0"}
endUsage
See documentation.
Roadmap
- Authorization
- Router
- User query
- Room query
- Transaction push
- Third party indications
- Allow usage of own Phoenix endpoint
- Bridge functionalities: relations between local and remote rooms
- Bridge functionalities: handling of remote sessions
- Conveniences for building bots