Here is a list of all modules:
Stanzas | All packets that are sent and received are serialized in Stanzas, so this includes IQ stanzas, message stanzas, presence stanzas and other stanzas |
Core classes | Core classes include all necessary classes to build a basic client or server application. This for example also includes the logging class QXmppLogger |
Managers | Managers are used to extend the basic QXmppClient. Some of them are loaded by default, others need to be added to the client using QXmppClient::addExtension() |