1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/source/org/jivesoftware/smackx/receipts
Florian Schmaus 9c61c6c945 Convert Connection references to weak references
If a Manager is strong referenced from a gc root, usually the instances
map, it should not hold itself a strong reference the connection in
order to avoid a cycle that prevents the Connection instance from being
gc'ed.

SMACK-383
2014-02-07 13:17:36 +01:00
..
DeliveryReceipt.java SMACK-331 Changed methods to existing Smack conventions and moved interface to top level. 2013-04-02 00:23:55 +00:00
DeliveryReceiptManager.java Convert Connection references to weak references 2014-02-07 13:17:36 +01:00
DeliveryReceiptRequest.java Implement XEP-0184 delivery notifications 2013-02-04 09:53:56 +00:00
ReceiptReceivedListener.java SMACK-331 Changed methods to existing Smack conventions and moved interface to top level. 2013-04-02 00:23:55 +00:00