Age | Commit message (Collapse) | Author |
|
This commit is part of the maintenance branch of the legacy GTK4 /
libstrophe version of LimoX. Thus SDL2 and self-written XMPP stuff is
not needed anymore.
|
|
It is currently evaluated if it is worth a trial to drop libstrophe as a
dependency and use a raw TCP connection and a XML library like expat to
implement the XMPP part. This would have the following advantages:
- fewer dependencies
- learning more about XMPP itself and less about libstrophe
- slower, but maybe easier implementation (XMPP doc is far more readable
/ extensive)
Because of these reasons the `limox_sdl2` version was switched to a
dummy XMPP implementation `xmpp.c` which acts now as a test field for
XMPP hacking.
|
|
SDL2 version now runs also on Wayland. No need for SDL to exist.
|
|
There seems to be a bug in SDL2. Window creation is successful under
Wayland (window pointer not NULL) but there is no window visible. Tested
with Sway and Weston. The same implementation works fine under Cinnamon
with X11.
|
|
|
|
|
|
|
|
|
|
|
|
|