diff options
author | xengineering <me@xengineering.eu> | 2022-11-20 10:49:03 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-11-20 10:49:03 +0100 |
commit | b377b8aa01f32fa5e6d59a64c84dfe8b50a6e63c (patch) | |
tree | 825a3685916d3ee128ac31baa356ad06234e3763 /README.md | |
parent | a4f88ce6fe9007a8d2a34d5607ee57c625034076 (diff) | |
download | limox-b377b8aa01f32fa5e6d59a64c84dfe8b50a6e63c.tar limox-b377b8aa01f32fa5e6d59a64c84dfe8b50a6e63c.tar.zst limox-b377b8aa01f32fa5e6d59a64c84dfe8b50a6e63c.zip |
Introduce dummy as second XMPP implementation
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.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions