slidge.core.gateway.delivery_receipt
#
XEP-0184 Delivery Receipts
The corresponding slixmpp module is a bit too rigid, this is our implementation to selectively choose when we send delivery receipts
Module Contents#
Classes#
- class slidge.core.gateway.delivery_receipt.DeliveryReceipt(xmpp)[source]#
- Parameters:
xmpp (slidge.core.gateway.base.BaseGateway) –
- ack(msg)[source]#
Send a XEP-0184 (delivery receipt) in response to a message, if appropriate.
- Parameters:
msg (slixmpp.Message) –