QXmpp
Version:0.9.3
|
Represents an archive retrieve IQ as defined by XEP-0136: Message Archiving. More...
#include <QXmppArchiveIq.h>
Public Member Functions | |
QDateTime | start () const |
void | setStart (const QDateTime &start) |
QString | with () const |
void | setWith (const QString &with) |
QXmppResultSetQuery | resultSetQuery () const |
void | setResultSetQuery (const QXmppResultSetQuery &rsm) |
Represents an archive retrieve IQ as defined by XEP-0136: Message Archiving.
Returns the result set management query.
This is used for paging through messages.
void QXmppArchiveRetrieveIq::setResultSetQuery | ( | const QXmppResultSetQuery & | rsm | ) |
Sets the result set management query.
This is used for paging through messages.
void QXmppArchiveRetrieveIq::setStart | ( | const QDateTime & | start | ) |
Sets the start date/time for the archived conversations.
start |
void QXmppArchiveRetrieveIq::setWith | ( | const QString & | with | ) |
Sets the JID which archived conversations must match.
with |
QDateTime QXmppArchiveRetrieveIq::start | ( | ) | const |
Returns the start date/time for the archived conversations.
QString QXmppArchiveRetrieveIq::with | ( | ) | const |
Returns the JID which archived conversations must match.