5 #ifndef QXMPPCREDENTIALS_H 6 #define QXMPPCREDENTIALS_H 8 #include "QXmppGlobal.h" 12 #include <QSharedDataPointer> 14 struct QXmppCredentialsPrivate;
15 class QXmlStreamReader;
16 class QXmlStreamWriter;
24 static std::optional<QXmppCredentials> fromXml(QXmlStreamReader &);
25 void toXml(QXmlStreamWriter &)
const;
35 QSharedDataPointer<QXmppCredentialsPrivate> d;
38 #endif // QXMPPCREDENTIALS_H The QXmppConfiguration class holds configuration options.
Definition: QXmppConfiguration.h:36
Stores different kinds of credentials used for authentication.
Definition: QXmppCredentials.h:18