An experiment in building a better XMPP client. This time using Flutter.
Go to file
2021-12-27 13:15:37 +01:00
android ui: Fix icon again 2021-12-25 21:18:14 +01:00
assets ui: Color things purple 2021-12-25 22:20:54 +01:00
ios ui: Fix icon again 2021-12-25 21:18:14 +01:00
lib ui: Add a simple profile image picker with cropping 2021-12-27 13:02:46 +01:00
test ui: Add basic JID validation 2021-12-26 20:57:22 +01:00
tools build: Improve the quality of generate_licenses.py 2021-12-27 13:15:37 +01:00
.gitignore build: Generate the XMPP provider list from xmpp-providers 2021-12-26 00:23:32 +01:00
.metadata Initial commit 2021-12-21 16:15:45 +01:00
analysis_options.yaml Initial commit 2021-12-21 16:15:45 +01:00
flake.lock Initial commit 2021-12-21 16:15:45 +01:00
flake.nix build: Add pyyaml and requests to the flake 2021-12-27 13:02:59 +01:00
LICENSE Initial commit 2021-12-21 16:15:45 +01:00
pubspec.lock ui: Add a simple profile image picker with cropping 2021-12-27 13:02:46 +01:00
pubspec.yaml ui: Add a simple profile image picker with cropping 2021-12-27 13:02:46 +01:00
README.md build: Improve the quality of generate_licenses.py 2021-12-27 13:15:37 +01:00

moxxy

An experimental XMPP client that tries to be as easy, modern and beautiful as possible. This project is the successor of moxxyv1, which was written in React Native and abandoned due to various technical issues.

Screenshots

Intro Conversations Conversation Adding a contact Starting a new chat

Developing and Building

Run nix develop to get a development shell. On first build, run python tools/generate_licenses.py and python tools/generate_providers.py to generate the data classes. After that, you can run the app using flutter run or build the app with flutter build.

License

See ./LICENSE.

Special Thanks

  • New logo designed by Synoh