https://github.com/notnite/souse
WIP experimental XMPP client
https://github.com/notnite/souse
Last synced: 15 days ago
JSON representation
WIP experimental XMPP client
- Host: GitHub
- URL: https://github.com/notnite/souse
- Owner: NotNite
- License: mit
- Created: 2023-06-13T14:39:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T14:39:50.000Z (about 3 years ago)
- Last Synced: 2025-02-27T05:51:14.943Z (over 1 year ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# souse
souse is a WIP experimental [XMPP](https://xmpp.org) client, with the focus of implementing the features required to replace centralized chat platforms. It is written in [TypeScript](https://www.typescriptlang.org) and [Rust](https://www.rust-lang.org), using [Tauri](https://tauri.app) and [React](https://react.dev).
souse is very unfinished. Do not expect a functional chat app.
## Goals
- Be maintainable, simple, sleek, and easy to onboard with.
- Support [one-on-one voice and video](https://xmpp.org/extensions/xep-0166.html), [conferencing](https://xmpp.org/extensions/xep-0045.html), [voice and video in conferencing](https://xmpp.org/extensions/xep-0272.html).