5 #ifndef QXMPPSENDSTANZAPARAMS_H 6 #define QXMPPSENDSTANZAPARAMS_H 8 #include "QXmppGlobal.h" 9 #include "QXmppTrustLevel.h" 13 #include <QSharedDataPointer> 15 class QXmppSendStanzaParamsPrivate;
27 QVector<QString> encryptionJids()
const;
28 void setEncryptionJids(QVector<QString>);
30 std::optional<QXmpp::TrustLevels> acceptedTrustLevels()
const;
31 void setAcceptedTrustLevels(std::optional<QXmpp::TrustLevels> trustLevels);
34 QSharedDataPointer<QXmppSendStanzaParamsPrivate> d;
37 #endif // QXMPPSENDSTANZAPARAMS_H Definition: QXmppSendStanzaParams.h:17