QXmpp Version:0.3.0
Public Slots | Signals | Public Member Functions
QXmppDeliveryReceiptsManager Class Reference

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>

Inheritance diagram for QXmppDeliveryReceiptsManager:
QXmppClientExtension QXmppLoggable

List of all members.

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)

Detailed Description

The QXmppDeliveryReceiptsManager class makes it possible to get message delivery receipts (as well as send them) as defined in XEP-0184: Message Delivery Receipts.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator Properties