30class QXmppPushEnableIqPrivate;
59 void setJid(
const QString &jid);
62 void setNode(
const QString &node);
64 void setMode(Mode mode);
70 static bool isPushEnableIq(
const QDomElement &element);
74 void parseElementFromChild(
const QDomElement &element)
override;
75 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
79 QSharedDataPointer<QXmppPushEnableIqPrivate> d;
The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:42
QXmppIq & operator=(const QXmppIq &other)
Assigns other to this IQ.
Definition: QXmppIq.cpp:68
This class represents an IQ to enable or disablepush notifications on the user server.
Definition: QXmppPushEnableIq.h:42
Mode
The Mode enum describes whether the IQ should enable or disable push notifications.
Definition: QXmppPushEnableIq.h:53