XMPP client that keeps it simple, stupid https://github.com/moparisthebest/kiss-xmpp
Go to file
Travis Burtrum 4a56a0ebee
moparisthebest/kiss-xmpp/pipeline/head There was a failure building this commit Details
Handle connection errors gracefully
2023-12-28 23:45:08 -05:00
.ci Initial commit 2023-12-28 00:52:56 -05:00
src Handle connection errors gracefully 2023-12-28 23:45:08 -05:00
.gitignore Initial commit 2023-12-28 00:52:56 -05:00
Cargo.lock User configurable logging 2023-12-28 21:57:51 -05:00
Cargo.toml User configurable logging 2023-12-28 21:57:51 -05:00
LICENSE.md Initial commit 2023-12-28 00:52:56 -05:00
README.md Added picture of kiss-xmpp in use on Atari 800xl 2023-12-28 01:22:19 -05:00
kiss-xmpp-on-800xl.jpg Added picture of kiss-xmpp in use on Atari 800xl 2023-12-28 01:22:19 -05:00
kiss-xmpp.toml User configurable logging 2023-12-28 21:57:51 -05:00

README.md

kiss-xmpp

kiss-xmpp is the simplest XMPP client possible (and usable for IRC through biboumi). It supports a single 1:1 or MUC chat at a time. It's primary use-case is doing XMPP & IRC over Telnet from a stock Atari 800XL (64kb RAM), which has, let's say, less than ideal vt100 emulation.


kiss-xmpp in use on 800xl

Building from git: cargo build --release

Or grab a binary from the releases section.

Configuration: cp kiss-xmpp.toml ~/.config/ and edit ~/.config/kiss-xmpp.toml with your XMPP credentials

usage: kiss-xmpp [-c /path/to/config.toml] user@domain OR room@domain/your-room-nick

Put jid/pass in kiss-xmpp.toml, see example config for format.

License

GNU/AGPLv3 - Check LICENSE.md for details