summaryrefslogtreecommitdiff
path: root/content/git/limox.md
blob: 69cba6e37d036caf98935be244a977215cd88ff1 (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
{
	"name":"limox",
	"friendly_name":"LimoX",
	"description":"The Linux on mobile XMPP (LimoX) client",
	"state":"experimental"
}

![Image: Big letter L inside a green speech bubble](../limox.svg "LimoX icon")

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.

LimoX is now based on SDL2 and dropped (nearly all) features compared to the
legacy [GTK4 / libstrophe][4] version. You can still use the old version with
the legacy/gtk4-libstrophe branch, but future work will rely on SDL2 and
self-written XMPP logic.


[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?h=legacy%2Fgtk4-libstrophe