Version information

There are two ways to obtain the imported version of the aioxmpp package:

aioxmpp.__version__ = '0.8.0'

The imported aioxmpp version as a string.

The version number is dot-separated; in pre-release or development versions, the version number is followed by a hypen-separated pre-release identifier.

aioxmpp.version

Alias of __version__.

aioxmpp.version_info = (0, 8, 0, None)

The imported aioxmpp version as a tuple.

The components of the tuple are, in order: major version, minor version, patch level, and pre-release identifier.

Shorthands

aioxmpp.make_security_layer()

Alias of aioxmpp.security_layer.make().