1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Improve Message Delivery Receipt (XEP-184) API

add a new AutoReceiptMode enum that specifies how delivery receipt
requests are handled. Default is to send receipts if the requstor is
subscribed to the user's presence.

Also make sure that messages contain an id if a receipt request is
added to it.
This commit is contained in:
Florian Schmaus 2015-01-19 16:23:50 +01:00
parent 293f90c6c6
commit 1bc3e10cff
6 changed files with 130 additions and 33 deletions

View file

@ -15,5 +15,6 @@
<className>org.jivesoftware.smackx.xdata.XDataManager</className>
<className>org.jivesoftware.smackx.xdatalayout.XDataLayoutManager</className>
<className>org.jivesoftware.smackx.xdatavalidation.XDataValidationManager</className>
<className>org.jivesoftware.smackx.receipts.DeliveryReceiptManager</className>
</startupClasses>
</smack>