A pure-Dart XMPP library
Go to file
2022-11-05 14:17:46 +01:00
moxxmpp feat: Update to omemo_dart 0.3.2 2022-11-05 13:53:04 +01:00
moxxmpp_socket fix(moxxmpp_socket): Add missing dependency 2022-11-05 14:11:18 +01:00
.gitignore feat: Initial code 2022-11-05 13:40:05 +01:00
flake.lock Initial commit 2022-11-05 12:51:36 +01:00
flake.nix fix(flake): Fix android path 2022-11-05 12:53:23 +01:00
LICENSE Initial commit 2022-11-05 12:51:36 +01:00
README.md docs: Update README 2022-11-05 14:17:46 +01:00

moxxmpp

moxxmpp is a XMPP library written purely in Dart for usage in Moxxy.

Packages

moxxmpp

This package contains the actual XMPP code that is platform-independent.

moxxmpp_socket

moxxmpp_socket contains the implementation of the BaseSocketWrapper class that allows the user to resolve SRV records and thus support XEP-0368. Due to how DNS resolution is implemented, Flutter is required.

License

See ./LICENSE.