The QXmppMessageReceiptManager class makes it possible to send and receive message delivery receipts as defined in XEP-0184: Message Delivery Receipts.
More...
#include <QXmppMessageReceiptManager.h>
|
void | messageDelivered (const QString &jid, const QString &id) |
|
void | setGauge (const QString &gauge, double value) |
| Sets the given gauge to value.
|
|
void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
| This signal is emitted to send logging messages.
|
|
void | updateCounter (const QString &counter, qint64 amount=1) |
| Updates the given counter by amount.
|
|
The QXmppMessageReceiptManager class makes it possible to send and receive message delivery receipts as defined in XEP-0184: Message Delivery Receipts.
◆ QXmppMessageReceiptManager()
QXmppMessageReceiptManager::QXmppMessageReceiptManager |
( |
| ) |
|
◆ messageDelivered
void QXmppMessageReceiptManager::messageDelivered |
( |
const QString & |
jid, |
|
|
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().
The documentation for this class was generated from the following files: