QXmppArchiveRetrieveIq Class
Represents an archive retrieve IQ as defined by XEP-0136: Message Archiving. More...
| Header: | #include <QXmppArchiveIq.h> |
| Inherits: | QXmppIq |
- List of all members, including inherited members
- QXmppArchiveRetrieveIq is part of Stanzas.
Public Functions
| QXmppResultSetQuery | resultSetQuery() const |
| void | setResultSetQuery(const QXmppResultSetQuery &rsm) |
| void | setStart(const QDateTime &start) |
| void | setWith(const QString &with) |
| QDateTime | start() const |
| QString | with() const |
Detailed Description
Member Function Documentation
QXmppResultSetQuery QXmppArchiveRetrieveIq::resultSetQuery() const
Returns the result set management query.
This is used for paging through messages.
See also setResultSetQuery().
void QXmppArchiveRetrieveIq::setResultSetQuery(const QXmppResultSetQuery &rsm)
Sets the result set management query.
This is used for paging through messages.
rsm.
See also resultSetQuery().
void QXmppArchiveRetrieveIq::setStart(const QDateTime &start)
Sets the start date/time for the archived conversations.
See also start().
void QXmppArchiveRetrieveIq::setWith(const QString &with)
Sets the JID which archived conversations must match.
with.
See also with().
QDateTime QXmppArchiveRetrieveIq::start() const
Returns the start date/time for the archived conversations.
See also setStart().
QString QXmppArchiveRetrieveIq::with() const
Returns the JID which archived conversations must match.
See also setWith().