Updated Readme.md
This commit is contained in:
parent
367a43d103
commit
102456d8d4
1 changed files with 7 additions and 6 deletions
11
README.md
11
README.md
|
@ -5,7 +5,8 @@ Guillotine
|
|||
|
||||
This project is based on ruma-gtk https://github.com/jplatte/ruma-gtk
|
||||
|
||||
But derives in a new one using directly the matrix.org API.
|
||||
Instead of using RUMA Client, Guillotine calls directly to the matrix.org
|
||||
REST API.
|
||||
|
||||
![screenshot](https://github.com/danigm/guillotine/blob/master/screenshots/guillotine.png)
|
||||
|
||||
|
@ -16,10 +17,10 @@ msgtypes | Recv | Send
|
|||
m.text | Done | Done
|
||||
m.emote | |
|
||||
m.notice | |
|
||||
m.image | Done |
|
||||
m.file | |
|
||||
m.image | Done | Done
|
||||
m.file | | Done
|
||||
m.location | |
|
||||
m.video | |
|
||||
m.audio | |
|
||||
m.video | | Done
|
||||
m.audio | | Done
|
||||
|
||||
Full reference in: https://matrix.org/docs/spec/client\_server/r0.2.0.html#m-room-message-msgtypes
|
||||
|
|
Loading…
Reference in a new issue