signaller/README.md

16 lines
953 B
Markdown
Raw Normal View History

2019-07-18 14:31:10 +00:00
Signaller
=========
*Simple Matrix server written in Go.*
2019-07-22 14:11:50 +00:00
Currently only memory backend are supported.
2019-07-18 14:33:36 +00:00
[![Build Status](https://travis-ci.com/nxshock/signaller.svg?branch=master)](https://travis-ci.com/nxshock/signaller)
2019-07-22 17:05:51 +00:00
[![Coverage Status](https://coveralls.io/repos/github/nxshock/signaller/badge.svg)](https://coveralls.io/github/nxshock/signaller)
2019-07-22 14:11:50 +00:00
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)
2019-07-23 14:37:02 +00:00
- [x] [5.7.1 GET /_matrix/client/r0/account/whoami](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-account-whoami)