From 8526da835f716315cb64c7721270a65b94afd87a Mon Sep 17 00:00:00 2001 From: Gal Pressman Date: Tue, 3 Jan 2017 22:04:02 +0200 Subject: [PATCH] projects: Add matrigram project Signed-off-by: Gal Pressman --- .../projects/2017-01-03-matrigram.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 supporting-docs/projects/2017-01-03-matrigram.md diff --git a/supporting-docs/projects/2017-01-03-matrigram.md b/supporting-docs/projects/2017-01-03-matrigram.md new file mode 100644 index 00000000..2d9043fe --- /dev/null +++ b/supporting-docs/projects/2017-01-03-matrigram.md @@ -0,0 +1,17 @@ +--- +layout: project +title: matrigram +categories: projects other +author: GalPressman & YuvalFatael +maturity: Alpha +--- + +# {{ page.title }} +This project bridges between matrix and telegram. + +Telegram users can now participate in matrix rooms, while choosing +which room to "focus" (send and receive messages) at a time. +Our goal is to provide full matrix user experience, including support of +all media types, relaying "typing..." messages, etc.. + +Find the source on [GitHub](https://github.com/GalPressman/matrigram/).