11 class 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;
This class represents an IQ to enable or disablepush notifications on the user server.
Definition: QXmppPushEnableIq.h:22
Mode
The Mode enum describes whether the IQ should enable or disable push notifications.
Definition: QXmppPushEnableIq.h:36
The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:22
QXmppIq & operator=(const QXmppIq &other)
Assigns other to this IQ.