QXmpp Version:0.3.0
|
The QXmppDeliveryReceiptsManager class makes it possible to get message delivery receipts (as well as send them) as defined in XEP-0184: Message Delivery Receipts. More...
#include <QXmppDeliveryReceiptsManager.h>
Public Slots | |
void | sendReceipt (const QString &jid, const QString &id) |
Signals | |
void | messageDelivered (const QString &id) |
Public Member Functions | |
bool | autoReceipt () const |
void | setAutoReceipt (bool) |
The QXmppDeliveryReceiptsManager class makes it possible to get message delivery receipts (as well as send them) as defined in XEP-0184: Message Delivery Receipts.
void QXmppDeliveryReceiptsManager::messageDelivered | ( | const QString & | id | ) | [signal] |
This signal is emitted when receipt for the message with the given id is received. The id could be previously obtained by calling QXmppMessage::id().