fractal/README.md

27 lines
964 B
Markdown
Raw Normal View History

Guillotine
==========
2017-10-01 11:21:21 +00:00
<img src="https://github.com/danigm/guillotine/blob/master/res/guillotine.png" width="200px"/>
2017-08-31 09:31:03 +00:00
This project is based on ruma-gtk https://github.com/jplatte/ruma-gtk
2017-10-01 11:21:21 +00:00
Instead of using RUMA Client, Guillotine calls directly to the matrix.org
REST API.
2017-08-24 12:03:36 +00:00
![screenshot](https://github.com/danigm/guillotine/blob/master/screenshots/guillotine.png)
## Supported m.room.message (msgtypes)
msgtypes | Recv | Send
-------- | ----- | ------
m.text | Done | Done
m.emote | |
m.notice | |
2017-10-01 11:21:21 +00:00
m.image | Done | Done
m.file | | Done
m.location | |
2017-10-01 11:21:21 +00:00
m.video | | Done
m.audio | | Done
Full reference in: https://matrix.org/docs/spec/client\_server/r0.2.0.html#m-room-message-msgtypes