28 #include "QXmppDataForm.h" 29 #include "QXmppResultSet.h" 43 void setNode(
const QString &node);
47 static bool isMamQueryIq(
const QDomElement &element);
50 void parseElementFromChild(
const QDomElement &element)
override;
51 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
69 bool complete()
const;
70 void setComplete(
bool complete);
72 static bool isMamResultIq(
const QDomElement &element);
75 void parseElementFromChild(
const QDomElement &element)
override;
76 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
QString node() const
Returns the node to query.
Definition: QXmppMamIq.cpp:62
void setForm(const QXmppDataForm &form)
Definition: QXmppMamIq.cpp:42
QXmppDataForm form() const
Returns the form that specifies the query.
Definition: QXmppMamIq.cpp:34
void setResultSetQuery(const QXmppResultSetQuery &resultSetQuery)
Definition: QXmppMamIq.cpp:56
The QXmppMamQueryIq class represents the result IQ for XEP-0313: Message Archive Management.
Definition: QXmppMamIq.h:62
QXmppResultSetQuery resultSetQuery() const
Returns the result set query for result set management.
Definition: QXmppMamIq.cpp:48
The QXmppResultSetQuery class represents a set element in a query as defined by XEP-0059: Result Set ...
Definition: QXmppResultSet.h:34
The QXmppMamQueryIq class represents the query IQ for XEP-0313: Message Archive Management.
Definition: QXmppMamIq.h:33
QString queryId() const
Returns the queryid that will be included in the results.
Definition: QXmppMamIq.cpp:76
The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:42
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set ...
Definition: QXmppResultSet.h:68
void setNode(const QString &node)
Definition: QXmppMamIq.cpp:70
void setQueryId(const QString &id)
Definition: QXmppMamIq.cpp:84