22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# SASL
|
|
|
|
[![Issue Tracker][badge]](https://mellium.im/issue)
|
|
[](https://pkg.go.dev/mellium.im/sasl)
|
|
[](https://mellium.chat)
|
|
[](https://opensource.org/licenses/BSD-2-Clause)
|
|
|
|
<a href="https://opencollective.com/mellium" alt="Donate on Open Collective"><img src="https://opencollective.com/mellium/donate/button@2x.png?color=blue" width="200"/></a>
|
|
|
|
A Go library implementing the Simple Authentication and Security Layer (SASL) as
|
|
defined by [RFC 4422][rfc4422].
|
|
|
|
|
|
## License
|
|
|
|
The package may be used under the terms of the BSD 2-Clause License a copy of
|
|
which may be found in the file [LICENSE.md][LICENSE].
|
|
|
|
[badge]: https://img.shields.io/badge/style-mellium%2fxmpp-green.svg?longCache=true&style=popout-square&label=issues
|
|
[rfc4422]: https://tools.ietf.org/html/rfc4422
|
|
[LICENSE]: https://codeberg.org/mellium/xmpp/src/branch/main/LICENSE
|