signaller/README.md

19 lines
1.2 KiB
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-24 14:15:07 +00:00
- [x] [5.4.4 POST /_matrix/client/r0/logout/all](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-logout-all)
- [x] [5.7.1 GET /_matrix/client/r0/account/whoami](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-account-whoami)
2019-07-24 15:04:45 +00:00
- [x] [10.4.1 GET /_matrix/client/r0/joined_rooms](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-joined-rooms)