[ANN] aioxmpp 0.7.2 released

Jonas Wielicki jonas at wielicki.name
Thu Jan 5 13:17:57 EST 2017


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 [8]. It is licensed under the
terms of the GNU Lesser General Public License Version 3.0 or later.


Version 0.7.2 is a bugfix release. The most severe issue which has been fixed 
is that message stanzas without from attribute caused the stream to crash. 
Other bugfixes included are listed in the changelog [9].


Bugs, feature requests, patches and questions can be directed to either the
aioxmpp mailing list [4], the GitHub issue tracker [5] or the XMPP Multi-User
chat [6], whatever floats your boat. Please direct security-relevant issue
reports directly to me (jonas at wielicki.name), preferrably encrypted using my
GPG public key [7].

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://lists.zombofant.net/mailman/listinfo/aioxmpp-devel
   [5]: https://github.com/horazont/aioxmpp/issues
   [6]: aioxmpp at conference.zombofant.net
   [7]: https://sks-keyservers.net/pks/lookup?op=get&search=0xE5EDE5AC679E300F
        AA5A 78FF 508D 8CF4 F355  F682 E5ED E5AC 679E 300F
   [8]: https://xmpp.org/
   [9]: https://docs.zombofant.net/aioxmpp/0.7/api/
changelog.html#version-0-7-2



More information about the Python-list mailing list