diff options
author | xengineering <me@xengineering.eu> | 2022-10-08 21:58:05 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-08 21:58:05 +0200 |
commit | 84699e6b95439814daadcbcd7b425b0ec5e9adf2 (patch) | |
tree | 6b6d6a1469d24e191e8c0b3fc76d0817a66a8e5a | |
parent | 9b5b0bce263140416ba6ef5fdc64a65ad53c74c8 (diff) | |
download | website-84699e6b95439814daadcbcd7b425b0ec5e9adf2.tar website-84699e6b95439814daadcbcd7b425b0ec5e9adf2.tar.zst website-84699e6b95439814daadcbcd7b425b0ec5e9adf2.zip |
Add description for LimoX
-rw-r--r-- | content/git/limox.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/content/git/limox.md b/content/git/limox.md index 2cd999e..55bc92b 100644 --- a/content/git/limox.md +++ b/content/git/limox.md @@ -3,3 +3,25 @@ "description":"The Linux on mobile XMPP (LimoX) client", "state":"active" } + +LimoX is my own [XMPP][1] client. The goal is to implement a client with these +attributes: + +- Linux support +- high performance +- mobile UI +- basic features first following the [Kano model][2] +- good quality + +If this goal is reached it would be possible to turn LimoX into a generic +multi-platform XMPP client with support for Linux, Windows, MacOS, Android and +iOS. + +The current state is far from the described goals, while simple text messages +in one-to-one-chats are already implemented. Have a look at the [README][3] for +a detailed roadmap. + + +[1]: https://xmpp.org/ +[2]: https://en.wikipedia.org/wiki/Kano_model +[3]: https://cgit.xengineering.eu/limox/tree/README.md |