-
Pl
chevron_right
Mathieu Pasquet: slixmpp v1.16.0
news.movim.eu / PlanetJabber • 3 hours ago • 1 minute
Here is a new version for slixmpp, the python XMPP library.
This release has one specific breaking change and two new XEP plugins. Thanks to everyone involved!
Breaking changes
The get_certs method on XEP_0257 is now an async function, which breaks compatibility with previous usages.
Other improvements
Fixes
Internal / process
- Fill the __all__ sections for XEP plugins, for nicer library use and less linter warnings.
- Plenty of automated fixes (extra empty lines, ; characters, unused imports…, newlines at file ends…).
- More type hints.
- Enabled use of prek, and toggled harsher linting in CI.
- Explicit section in CONTRIBUTING about LLM use.
- The XEP-0257 plugin now has more tests and docs.
- XEP-0045 are now typed as floats and not ints.