23 QStringList discoveryFeatures()
const override;
25 quint8 allowedAttempts()
const;
26 void setAllowedAttempts(quint8 allowedAttempts);
28 QTime allowedAttemptsTimeInterval()
const;
29 void setAllowedAttemptsTimeInterval(QTime interval);
32 QString requestAttention(
const QString &jid,
const QString &message = {});
45 const std::unique_ptr<QXmppAttentionManagerPrivate> d;
The QXmppClientExtension class is the base class for QXmppClient extensions.
Definition QXmppClientExtension.h:33