docs: Update README

This commit is contained in:
PapaTutuWawa 2022-11-08 17:56:29 +01:00
parent 2dd08fa391
commit 290be9e615

View File

@ -13,6 +13,11 @@ This package contains the actual XMPP code that is platform-independent.
implements the RFC6120 connection algorithm and XEP-0368 direct TLS connections, implements the RFC6120 connection algorithm and XEP-0368 direct TLS connections,
if a DNS implementation is given, and supports StartTLS. if a DNS implementation is given, and supports StartTLS.
## Development
To begin, use [melos](https://github.com/invertase/melos) to bootstrap the project: `melos bootstrap`. Then, the example
can be run with `flutter run` on Linux or Android.
## License ## License
See `./LICENSE`. See `./LICENSE`.