From 81630300fe32779f352880b14763b03d8a2f070f Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 20 Jul 2016 15:13:04 +0100 Subject: [PATCH] Add wq!libqmatrixclient --- .../projects/2016-02-03-libqmatrixclient.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 supporting-docs/projects/2016-02-03-libqmatrixclient.md diff --git a/supporting-docs/projects/2016-02-03-libqmatrixclient.md b/supporting-docs/projects/2016-02-03-libqmatrixclient.md new file mode 100644 index 00000000..bc3b852d --- /dev/null +++ b/supporting-docs/projects/2016-02-03-libqmatrixclient.md @@ -0,0 +1,12 @@ +--- +layout: project +title: libqmatrixclient +categories: projects sdk +author: Felix Rohrbach +maturity: Alpha +--- + +# {{ page.title }} +libqmatrixclient is a Qt-based library to make IM clients for the Matrix protocol. It is used by the [Quaternion client](https://matrix.org/docs/projects/client/quaternion.html) and is a part of the Quaternion project. + +The project lives in Felix Rohrbach's [github space](https://github.com/Fxrh/libqmatrixclient).