Version information¶
There are two ways to obtain the imported version of the aioxmpp
package:
-
aioxmpp.
__version__
= '0.13.0-a0'¶ 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.
See also
-
aioxmpp.
version
¶ Alias of
__version__
.
Overview of Services¶
Access other entities XEP-0050 Ad-Hoc commands. |
|
Access and publish User Avatars (XEP-0084). |
|
A |
|
Supports retrieval and storage of bookmarks on the server. |
|
Provide an interface to enable and disable Message Carbons on the server side. |
|
Provide cache-backed Service Discovery (XEP-0030) queries. |
|
Answer Service Discovery (XEP-0030) requests sent to this client. |
|
Make use and provide service discovery information in presence broadcasts. |
|
Conversation Implementation for Multi-User Chats (XEP-0045). |
|
Service implementing XMPP Ping (XEP-0199). |
|
The presence service tracks all incoming presence information (this does not include subscription management stanzas, as these are handled by |
|
Manage the presence broadcast by the client. |
|
|
|
A roster client |
|
|
Shorthands¶
-
aioxmpp.
make_security_layer
()¶ Alias of
aioxmpp.security_layer.make()
.