Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moparisthebest/kiss-xmpp
XMPP client that keeps it simple, stupid
https://github.com/moparisthebest/kiss-xmpp
Last synced: about 2 months ago
JSON representation
XMPP client that keeps it simple, stupid
- Host: GitHub
- URL: https://github.com/moparisthebest/kiss-xmpp
- Owner: moparisthebest
- License: agpl-3.0
- Created: 2023-12-28T05:45:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-30T10:46:19.000Z (about 1 year ago)
- Last Synced: 2023-12-30T11:35:47.444Z (about 1 year ago)
- Language: Rust
- Homepage: https://code.moparisthebest.com/moparisthebest/kiss-xmpp
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.
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