QXmppArchiveRemoveIq Class
Represents an archive remove IQ as defined by XEP-0136: Message Archiving. More...
| Header: | #include <QXmppArchiveIq.h> |
| Inherits: | QXmppIq |
- List of all members, including inherited members
- QXmppArchiveRemoveIq is part of Stanzas.
Public Functions
| QDateTime | end() const |
| void | setEnd(const QDateTime &end) |
| void | setStart(const QDateTime &start) |
| void | setWith(const QString &with) |
| QDateTime | start() const |
| QString | with() const |
Detailed Description
Member Function Documentation
QDateTime QXmppArchiveRemoveIq::end() const
Returns the end date/time for the archived conversations.
See also setEnd().
void QXmppArchiveRemoveIq::setEnd(const QDateTime &end)
Sets the end date/time for the archived conversations.
See also end().
void QXmppArchiveRemoveIq::setStart(const QDateTime &start)
Sets the start date/time for the archived conversations.
See also start().
void QXmppArchiveRemoveIq::setWith(const QString &with)
Sets the JID which archived conversations must match.
with.
See also with().
QDateTime QXmppArchiveRemoveIq::start() const
Returns the start date/time for the archived conversations.
See also setStart().
QString QXmppArchiveRemoveIq::with() const
Returns the JID which archived conversations must match.
See also setWith().