From 276ad4f22b01935044d8a44b4815c76e3b197578 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 5 Nov 2022 14:17:46 +0100 Subject: [PATCH] docs: Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4672586..bd8cc24 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ 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`.