summaryrefslogblamecommitdiff
path: root/README.md
blob: e8acbc01f60b5d2f533775282f6b2fa60c1e6cd8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                  
 
                                                                               
 

                                                                                                                               



                                                  
         







                                   
                                                           







                      
                                         



                                                                      
# MatrixAppService

> Library that adds the Matrix Application Service API to Phoenix applications.

[![[Hex.pm]](https://img.shields.io/hexpm/v/matrix_app_service?color=714a94)](https://hex.pm/packages/matrix_app_service/0.1.0)

## Installation

Add this library to your dependencies in `mix.exs`

```elixir
defp deps do
  [...]
  {:matrix_app_service, "~> 0.1.0"}
end
```

## Usage

See [documentation](https://hexdocs.pm/matrix_app_service).

## Roadmap

* [x] Authorization
* [x] Router
* [x] User query
* [x] Room query
* [x] Transaction push
* [x] Allow usage of own Phoenix endpoint
* [ ] Third party indications
* [ ] Bridge functionalities: relations between local and remote rooms
* [ ] Bridge functionalities: handling of remote sessions
* [ ] Conveniences for building bots