From 99bd8884bc87fbdbbe3a053f3afda9155b914c0f Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 6 Jul 2012 18:50:46 +0200 Subject: Ability to use more complex result set management while getting the archive list --- src/base/QXmppArchiveIq.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/base/QXmppArchiveIq.h') diff --git a/src/base/QXmppArchiveIq.h b/src/base/QXmppArchiveIq.h index 8c3bccf2..e9618616 100644 --- a/src/base/QXmppArchiveIq.h +++ b/src/base/QXmppArchiveIq.h @@ -133,9 +133,6 @@ public: QList chats() const; void setChats(const QList &chats); - int max() const; - void setMax(int max); - QString with() const; void setWith( const QString &with ); @@ -145,6 +142,11 @@ public: QDateTime end() const; void setEnd(const QDateTime &end ); + QXmppResultSetQuery resultSetQuery() const; + void setResultSetQuery(const QXmppResultSetQuery &rsm); + QXmppResultSetReply resultSetReply() const; + void setResultSetReply(const QXmppResultSetReply &rsm); + /// \cond static bool isArchiveListIq(const QDomElement &element); /// \endcond -- cgit v1.2.3