Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.08 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.08 KB

Legacy XMPP

Issue Tracker Docs Chat License

The legacy module contains XMPP related functionality that may still be useful for backwards compatibility, but has been deprecated or obsoleted by other functionality. This module should be used selectively and with caution as many of its packages may have security weaknesses, compatibility issues, or other major problems.

To use it in your project, import it (or any of its packages) like so:

import mellium.im/legacy

If you'd like to contribute to the project, see CONTRIBUTING.md. As a general rule, no new functionality will be added to this package, this is just a place to put existing functionality that previously existed in mellium.im/xmpp that wasn't quite ready to be completely retired.

Compatibility

This module does not follow any sort of backwards compatibility promise. We will attempt to follow semver and keep the API backwards compatible on a best-effort basis, but changes may be made at any time to fix bugs or make the API easier to use.

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".

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.