Main classes¶
This section of the API covers the classes which are directly instantiated or used to communicate with an XMPP server.
This section of the API covers the classes which are directly instantiated or used to communicate with an XMPP server.
This section contains services (cf. aioxmpp.service) which can be summoned (cf. aioxmpp.node.AbstractClient.summon()) into a client, to extend its functionality or provide backwards compatibility.
The modules in this section implement some of the tools which are used to provide the functionality of the main classes (such as aioxmpp.callbacks). In addition, classes and modules which are rarely used directly by basic clients (such as the aioxmpp.sasl module) are sorted into this section.