Browse Source

Added current supported msgtypes in README

environments/review-jsparber-h-cxnwl8/deployments/1
Daniel García Moreno 9 years ago
parent
commit
8eaa793e0c
  1. 15
      README.md

15
README.md

@ -6,3 +6,18 @@ 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.
![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 | |
m.image | Done (only preview) |
m.file | |
m.location | |
m.video | |
m.audio | |
Full reference in: https://matrix.org/docs/spec/client\_server/r0.2.0.html#m-room-message-msgtypes

Loading…
Cancel
Save