2022-11-05 11:51:36 +00:00
|
|
|
# moxxmpp
|
|
|
|
|
|
|
|
moxxmpp is a XMPP library written purely in Dart for usage in Moxxy.
|
|
|
|
|
2022-11-05 13:17:46 +00:00
|
|
|
## 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
|
2022-11-08 15:58:36 +00:00
|
|
|
implements the RFC6120 connection algorithm and XEP-0368 direct TLS connections,
|
|
|
|
if a DNS implementation is given, and supports StartTLS.
|
2022-11-05 13:17:46 +00:00
|
|
|
|
2022-11-05 11:51:36 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
See `./LICENSE`.
|