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