| Crates.io | jutella-xmpp |
| lib.rs | jutella-xmpp |
| version | 0.3.1 |
| created_at | 2024-09-24 08:29:31.123978+00 |
| updated_at | 2025-12-18 15:58:25.174857+00 |
| description | XMPP – OpenAI API bridge |
| homepage | |
| repository | https://github.com/dmitry-markin/jutella-xmpp |
| max_upload_size | |
| id | 1384901 |
| size | 151,860 |
XMPP LLM bridge based on tokio-xmpp and jutella.
Supports OpenAI (including Azure auth flavor) and OpenRouter chat completions API.
cargo from https://rustup.rs/.jutella-xmpp from crates.io with cargo install jutella-xmpp.$HOME/.cargo/bin/jutellaxmpp.cargo build --release. The resulting executable will be target/release/jutellaxmpp./usr/local/bin.sudo useradd --system --shell /sbin/nologin --home-dir /nonexistent jutella
/etc.jutella group:
sudo chmod 640 /etc/jutellaxmpp.toml
sudo chown root:jutella /etc/jutellaxmpp.toml
/etc/systemd/system.sudo systemctl enable jutellaxmpp.service.sudo systemctl start jutellaxmpp.service.