An experiment in building a better XMPP client. This time using Flutter.
Go to file
2022-01-20 17:10:33 +01:00
android ui: Fix icon again 2021-12-25 21:18:14 +01:00
assets docs: Improve README 2021-12-27 13:30:45 +01:00
ios ui: Fix icon again 2021-12-25 21:18:14 +01:00
lib xmpp: Move initial presence to the PresenceManager 2022-01-20 17:10:33 +01:00
test test: Fix them 2022-01-20 13:18:34 +01:00
thirdparty build: Improve even more 2021-12-27 14:27:18 +01:00
tools build: Fix unknown license for isar 2021-12-28 16:47:43 +01:00
.gitignore db: FINALLY ADD A DATABASE 2021-12-28 16:30:10 +01:00
.gitlint test: Fix them 2022-01-20 13:18:34 +01:00
.gitmodules build: Improve even more 2021-12-27 14:27:18 +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 meta: Use gitlint 2022-01-19 18:58:17 +01:00
LICENSE Initial commit 2021-12-21 16:15:45 +01:00
Makefile build: Improve even more 2021-12-27 14:27:18 +01:00
moxxy.doap xmpp: Implement XEP-0115 2022-01-18 12:07:50 +01:00
pubspec.lock xmpp: Generate IDs using UUIDv4 2022-01-18 15:58:25 +01:00
pubspec.yaml xmpp: Generate IDs using UUIDv4 2022-01-18 15:58:25 +01:00
README.md db: FINALLY ADD A DATABASE 2021-12-28 16:30:10 +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

screenshots

Developing and Building

Clone using git clone --recursive https://github.com/Polynomdivision/moxxyv2.git.

Run nix develop to get a development shell. Before the first build, run make data and make data and flutter pub run build_runner build 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