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/main/java/org/jivesoftware/smackx
Florian Schmaus 1bc3e10cff 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.
2015-01-20 12:43:11 +01:00
..
address Add support for 'ofrom' type (XEP-33) 2015-01-10 11:33:59 +01:00
amp Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
attention/packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
bookmarks Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
bytestreams Rename IQ.ELEMENT to IQ.IQ_ELEMENT 2015-01-11 21:54:46 +01:00
caps Add 'resumed' bool ConnectionListener's authenticated() 2015-01-07 21:11:09 +01:00
chatstates Replace PacketInterceptor with PacketListener 2014-10-12 19:19:44 +02:00
commands Add IQ request handler API 2015-01-08 23:15:24 +01:00
delay Improve 'forward' code 2015-01-09 11:32:00 +01:00
disco Add ServiceDiscoveryManager.serverSupportsFeature() 2015-01-10 19:36:33 +01:00
filetransfer Rename IQ.ELEMENT to IQ.IQ_ELEMENT 2015-01-11 21:54:46 +01:00
forward Improve 'forward' code 2015-01-09 11:32:00 +01:00
iqlast Add IQ request handler API 2015-01-08 23:15:24 +01:00
iqprivate Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
iqregister Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
iqversion Add IQ request handler API 2015-01-08 23:15:24 +01:00
jiveproperties Rework Smack Provider design 2014-10-08 16:01:14 +02:00
muc Add note about getMultiUserChat in MUC's javadoc 2015-01-19 08:38:11 +01:00
nick/packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
offline Allows PacketCollector's to cancel each other 2015-01-16 20:55:32 +01:00
pep Rework incoming packet listeners and Roster 2015-01-07 14:35:23 +01:00
ping Add IQ request handler API 2015-01-08 23:15:24 +01:00
privacy Add ServiceDiscoveryManager.serverSupportsFeature() 2015-01-10 19:36:33 +01:00
pubsub Make DataForm type an enum 2015-01-10 20:10:46 +01:00
receipts Improve Message Delivery Receipt (XEP-184) API 2015-01-20 12:43:11 +01:00
rsm Add PacketUtil.extensionElementFrom() 2015-01-19 08:41:21 +01:00
search Make DataForm type an enum 2015-01-10 20:10:46 +01:00
sharedgroups Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
shim Improve SHIM API 2015-01-02 00:09:30 +01:00
si Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
time Add IQ request handler API 2015-01-08 23:15:24 +01:00
vcardtemp Improve VCard API 2015-01-17 11:45:02 +01:00
xdata Make DataForm type an enum 2015-01-10 20:10:46 +01:00
xdatalayout Add XData(Layout)Manager 2014-11-21 09:59:24 +01:00
xdatavalidation Remove ValidateElement.EmptyValidateElement 2015-01-07 14:35:22 +01:00
xhtmlim Don't append closing body in XHTMLText.toString() 2015-01-07 15:00:28 +01:00