From 2efc9022bf064136bb7cd25bd59971f2b419ff48 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 27 Nov 2022 18:53:12 +0100 Subject: Switch completely to SDL2 version The now legacy version of LimoX with GTK4 and libstrophe is now not part of the main branch anymore. There might be a legacy branch keeping this version at the time of reading. This cut of implemented functionality is motivated by these reasons: - Implementing XMPP is fun, educative and gives full control. - Low level graphics with SDL2 is portable, fast, educative an mature. - I do not have to use GLib and a crazy event loop anymore (run and hide) --- xmpp.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 xmpp.h (limited to 'xmpp.h') diff --git a/xmpp.h b/xmpp.h new file mode 100644 index 0000000..b07e3b9 --- /dev/null +++ b/xmpp.h @@ -0,0 +1 @@ +void xmpp_connect(void); -- cgit v1.2.3-70-g09d2