• Pl chevron_right

      Mathieu Pasquet: slixmpp v1.15.0

      news.movim.eu / PlanetJabber • 9 hours ago

    Here is a new version for slixmpp, the python XMPP library.

    Thanks to everyone involved for this release!

    Features

    • New plugin: XEP-0513 (Explicit Mentions)
    • In XEP-0424 , the message sent for the retraction is now returned after being sent.

    Fixes

    • The XEP-0045 plugin will now raise exceptions if the wrong parameters are provided (e.g. specifying a "pfrom" when not running as a component).
    • Passing the iterator parameter to get_items() in XEP-0030 was broken.

    Build

    • The rust build is now optional , which means platforms that are not supported by codeberg CI (like windows or mac OS) can install the package from pypi without setting up a rust toolchain, at the cost of some performance. Packagers should beware that the jid module is properly built.

    Links

    You can find the new release on codeberg , pypi , or the distributions that package it in a short while.

    Previous version: 1.14.1 .