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