28 #include "QXmppDataForm.h" 29 #include "QXmppResultSet.h" 47 static bool isMamQueryIq(
const QDomElement &element);
50 void parseElementFromChild(
const QDomElement &element)
override;
51 void toXmlElementFromChild(QXmlStreamWriter *writer)
const override;
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
bool complete() const
Definition: QXmppMamIq.cpp:151
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
void setResultSetReply(const QXmppResultSetReply &resultSetReply)
Sets the result set reply for result set management.
Definition: QXmppMamIq.cpp:144
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
void setComplete(bool complete)
Definition: QXmppMamIq.cpp:158
The QXmppIq class is the base class for all IQs.
Definition: QXmppIq.h:42
QXmppResultSetReply resultSetReply() const
Returns the result set reply for result set management.
Definition: QXmppMamIq.cpp:138
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