mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-09 12:11:03 +00:00
Update readme
This commit is contained in:
parent
32937adc80
commit
f5c5106b61
@ -3,4 +3,12 @@ Signaller
|
||||
|
||||
*Simple Matrix server written in Go.*
|
||||
|
||||
Currently only memory backend are supported.
|
||||
|
||||
[![Build Status](https://travis-ci.com/nxshock/signaller.svg?branch=master)](https://travis-ci.com/nxshock/signaller)
|
||||
|
||||
Implemented from [Client-Server API](https://matrix.org/docs/spec/client_server/latest):
|
||||
|
||||
- [x] [5.4.1 GET /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-login)
|
||||
- [x] [5.4.2 POST /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login)
|
||||
- [x] [5.4.3 POST /_matrix/client/r0/logout](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-logout)
|
||||
|
Loading…
Reference in New Issue
Block a user