27 #include "QXmppDataForm.h"
29 #include "QXmppResultSet.h"
31 #include <QSharedDataPointer>
33 class QXmppMamQueryIqPrivate;
34 class QXmppMamResultIqPrivate;
62 static bool isMamQueryIq(
const QDomElement &element);
65 void parseElementFromChild(
const QDomElement &element)
override;
66 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
69 QSharedDataPointer<QXmppMamQueryIqPrivate> d;
94 static bool isMamResultIq(
const QDomElement &element);
97 void parseElementFromChild(
const QDomElement &element)
override;
98 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
101 QSharedDataPointer<QXmppMamResultIqPrivate> d;
QXmppDataForm form() const
Returns the form that specifies the query.
Definition: QXmppMamIq.cpp:52
The QXmppMamQueryIq class represents the result IQ for XEP-0313: Message Archive Management.
Definition: QXmppMamIq.h:80
QString queryId() const
Returns the queryid that will be included in the results.
Definition: QXmppMamIq.cpp:94
void setResultSetReply(const QXmppResultSetReply &resultSetReply)
Sets the result set reply for result set management.
Definition: QXmppMamIq.cpp:176
void setResultSetQuery(const QXmppResultSetQuery &resultSetQuery)
Definition: QXmppMamIq.cpp:74
void setQueryId(const QString &id)
Definition: QXmppMamIq.cpp:102
QXmppResultSetReply resultSetReply() const
Returns the result set reply for result set management.
Definition: QXmppMamIq.cpp:170
The QXmppResultSetQuery class represents a set element in a query as defined by XEP-0059: Result Set ...
Definition: QXmppResultSet.h:34
bool complete() const
Definition: QXmppMamIq.cpp:183
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set ...
Definition: QXmppResultSet.h:68
The QXmppMamQueryIq class represents the query IQ for XEP-0313: Message Archive Management.
Definition: QXmppMamIq.h:44
void setForm(const QXmppDataForm &form)
Definition: QXmppMamIq.cpp:60
The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:41
void setNode(const QString &node)
Definition: QXmppMamIq.cpp:88
void setComplete(bool complete)
Definition: QXmppMamIq.cpp:190
QXmppResultSetQuery resultSetQuery() const
Returns the result set query for result set management.
Definition: QXmppMamIq.cpp:66
QString node() const
Returns the node to query.
Definition: QXmppMamIq.cpp:80