1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02:00
Smack/smack-extensions/src
Florian Schmaus 475fed8c51 Fix DeliveryReceiptsManager.autoAddDeliveryReceiptRequests
Must use interceptors instead of sending listeners, as those are
invoked *after* the stanza has been put on the wire. Also use the
correct filter, which excludes ack messages.

Fixes SMACK-656.
2015-04-23 21:31:09 +02:00
..
integration-test/java/org/jivesoftware/smackx Add XMPPConnection.sendStanza(Stanza) 2015-03-04 21:46:44 +01:00
main Fix DeliveryReceiptsManager.autoAddDeliveryReceiptRequests 2015-04-23 21:31:09 +02:00
test Substitute 'packet' with 'stanza(/packet)' in javadoc 2015-03-21 09:36:28 +01:00