-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Dear subscribers,
I am pleased to announce the release of aioxmpp 0.7.1 (footnote 1). The current release can be obtained from GitHub [1] (check out the v0.6.0 tag or the master branch) or PyPI [2]. The HTML documentation can be found at [3]. Examples can be found in the GitHub repository, in the examples subdirectory.
aioxmpp is a Python library based on asyncio. It implements the client side of the XMPP protocol (RFC 6120 and others). For a more detailed description of the package, please review the README of the package on GitHub [1] or on PyPI [2]. For more information on XMPP, please see [9]. It is licensed under the terms of the GNU Lesser General Public License Version 3.0 or later.
The most important change in this release is the change of the license from GPLv3+ to LGPLv3+! (the same holds for aiosasl, which just had its v0.2.1 release)
The functional highlights of this release are base support for Data Forms [XEP-0004] and a first application of those in the Multi User Chats [XEP-0045] implementation. Aside from that, the examples have been refactored and rewritten. A Quickstart section was added to the documentation [4], hopefully helping people to get started with aioxmpp easier.
Bugs, feature requests, patches and questions can be directed to either the aioxmpp mailing list [5], the GitHub issue tracker [6] or the XMPP Multi-User chat [7], whatever floats your boat. Please direct security-relevant issue reports directly to me (jonas@wielicki.name), preferrably encrypted using my GPG public key [8].
best regards and happy-asyncio-ing, Jonas Wielicki
footnote 1: 0.7.0 and 0.7.1 are functionally identical. I messed up the 0.7.0 release by forgetting to change the license in the setup.py to LGPLv3+, which made PyPI show the incorrect GPLv3 license.
[1]: https://github.com/horazont/aioxmpp [2]: https://pypi.python.org/pypi/aioxmpp [3]: https://docs.zombofant.net/aioxmpp/0.7/ [4]: https://docs.zombofant.net/aioxmpp/0.7/user-guide/quickstart.html [5]: https://lists.zombofant.net/mailman/listinfo/aioxmpp-devel [6]: https://github.com/horazont/aioxmpp/issues [7]: aioxmpp@conference.zombofant.net [8]: https://sks-keyservers.net/pks/lookup?op=get&search=0xE5EDE5AC679E300F AA5A 78FF 508D 8CF4 F355 F682 E5ED E5AC 679E 300F [9]: https://xmpp.org/ [XEP-0004]: https://xmpp.org/extensions/xep-0004.html [XEP-0045]: https://xmpp.org/extensions/xep-0045.html