fractal/README.md

27 lines
912 B
Markdown
Raw Normal View History

2017-11-01 10:30:58 +00:00
Fractal
=======
2017-11-01 10:58:51 +00:00
Fractal is a Gtk+ Matrix.org client written in Rust.
2017-08-31 09:31:03 +00:00
This project is based on ruma-gtk https://github.com/jplatte/ruma-gtk
2017-11-01 10:30:58 +00:00
Instead of using RUMA Client, Fractal calls directly to the matrix.org
2017-10-01 11:21:21 +00:00
REST API.
2017-08-24 12:03:36 +00:00
2017-11-01 10:58:51 +00:00
![screenshot](https://gitlab.gnome.org/danigm/fractal/raw/master/screenshots/fractal.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 | Done
m.location | |
m.video | Done | Done
m.audio | Done | Done
Full reference in: https://matrix.org/docs/spec/client\_server/r0.2.0.html#m-room-message-msgtypes