11class QXmppPushEnableIqPrivate;
42 void setJid(
const QString &jid);
45 void setNode(
const QString &node);
47 void setMode(Mode mode);
53 static bool isPushEnableIq(
const QDomElement &element);
57 void parseElementFromChild(
const QDomElement &element)
override;
58 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
62 QSharedDataPointer<QXmppPushEnableIqPrivate> d;
The QXmppIq class is the base class for all IQs.
Definition QXmppIq.h:23
This class represents an IQ to enable or disablepush notifications on the user server.
Definition QXmppPushEnableIq.h:23
QXmppPushEnableIq(const QXmppPushEnableIq &)
Default copy-constructor.
QXmppPushEnableIq & operator=(const QXmppPushEnableIq &)
Default assignment operator.
QXmppPushEnableIq(QXmppPushEnableIq &&)
Default move-constructor.
Mode
The Mode enum describes whether the IQ should enable or disable push notifications.
Definition QXmppPushEnableIq.h:36
QXmppPushEnableIq & operator=(QXmppPushEnableIq &&)
Default move-assignment operator.