Skip to content
/ legacy Public

Legacy XMPP functionality that has been pulled out of the main xmpp module or is still useful but generally should be avoided if at all possible.

License

Notifications You must be signed in to change notification settings

mellium/legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Legacy XMPP functionality that has been pulled out of the main xmpp module or is still useful but generally should be avoided if at all possible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages