blob: 5279ba5f92cf9bf5d4500c16c29d78732b5106f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"name":"limox",
"friendly_name":"LimoX",
"description":"The Linux on mobile XMPP (LimoX) client",
"state":"experimental"
}
{{< rawhtml >}}
<p>
<center><img src="../limox.svg" alt="The LimoX icon: A big letter L inside a green speech bubble"></center>
</p>
{{< /rawhtml >}}
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.
LimoX is now written in the [Go language][5] and uses [Gio][6] for the user
interface. Have a look at the [README][3] and [ROADMAP][4] files for details
especially about the current state.
[1]: https://xmpp.org/
[2]: https://en.wikipedia.org/wiki/Kano_model
[3]: https://cgit.xengineering.eu/limox/tree/README.md
[4]: https://cgit.xengineering.eu/limox/tree/ROADMAP.md
[5]: https://go.dev
[6]: https://gioui.org
|