2022-11-05 12:40:05 +00:00
|
|
|
# moxxmpp
|
|
|
|
|
|
|
|
A pure-Dart XMPP library written for Moxxy.
|
|
|
|
|
2023-01-10 11:25:56 +00:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
Include the following as a dependency in your pubspec file:
|
|
|
|
|
|
|
|
```
|
|
|
|
moxxmpp:
|
|
|
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
2023-04-05 11:20:16 +00:00
|
|
|
version: 0.3.1
|
2023-01-10 11:25:56 +00:00
|
|
|
```
|
|
|
|
|
2023-01-28 14:33:21 +00:00
|
|
|
You can find the documentation [here](https://moxxy.org/developers/docs/moxxmpp/).
|
|
|
|
|
2022-11-05 12:40:05 +00:00
|
|
|
## License
|
|
|
|
|
2022-11-05 12:53:04 +00:00
|
|
|
See `./LICENSE`.
|
2022-12-23 14:18:53 +00:00
|
|
|
|
|
|
|
## Support
|
|
|
|
|
|
|
|
If you like what I do and you want to support me, feel free to donate to me on Ko-Fi.
|
|
|
|
|
|
|
|
[<img src="https://codeberg.org/moxxy/moxxyv2/raw/branch/master/assets/repo/kofi.png" height="36" style="height: 36px; border: 0px;"></img>](https://ko-fi.com/papatutuwawa)
|