5 #ifndef QXMPPBITSOFBINARYIQ_H 6 #define QXMPPBITSOFBINARYIQ_H 8 #include "QXmppBitsOfBinaryData.h" 18 static constexpr std::tuple PayloadXmlTag = { u
"data", QXmpp::Private::ns_oob };
19 [[deprecated(
"Use QXmpp::isIqElement()")]]
20 static bool isBitsOfBinaryIq(
const QDomElement &element);
23 void parseElementFromChild(
const QDomElement &element)
override;
24 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
28 #endif // QXMPPBITSOFBINARYIQ_H Definition: QXmppBitsOfBinaryData.h:19
Definition: QXmppBitsOfBinaryIq.h:11
The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:22