docs: Update README
This commit is contained in:
parent
b57782bfe1
commit
276ad4f22b
11
README.md
11
README.md
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
moxxmpp is a XMPP library written purely in Dart for usage in Moxxy.
|
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
|
## License
|
||||||
|
|
||||||
See `./LICENSE`.
|
See `./LICENSE`.
|
||||||
|
Loading…
Reference in New Issue
Block a user