Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
Florian Schmaus c636e72a9d Change behavior of send()/publish() in LeafNode
Previously publish() was "asynchronously" in that sense that the response
of the IQ as *not* awaited, and send() would wait for the
responses. It makes no sense to have that functionality this way.

Instead we now make publish() to the right thing, i.e., wait for an IQ
result, make send() a proxy for publish(), and mark send() deprecated.

In the future, there may be a publishAsync() method which returns a
Future instance.
2017-04-06 15:11:04 +02:00
..
address Add Message.toString() providing a short description 2016-05-25 22:58:34 +02:00
admin Add support for XEP-0133: Service Administration 2016-12-04 21:42:50 +01:00
amp Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
attention Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
blocking Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
bob s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
bookmarks Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
bytestreams Make InBandBytestreamManager use weak references to XMPPConnection 2017-03-15 15:07:41 +01:00
caps Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
chatstates Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
commands Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
delay Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
disco Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
filetransfer Make StreamNegotiator weakly reference XMPPConnection 2017-03-15 21:17:49 +01:00
forward Apply refinements and fixes to the MAM code 2016-07-23 15:45:45 +02:00
geoloc Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
iqlast Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
iqprivate Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
iqregister Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
iqversion Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
jiveproperties Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
message_correct Improve the Message Correction 2016-04-14 22:47:12 +02:00
muc Fix the MUC join presence response filter 2017-02-20 14:22:19 +01:00
nick Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
offline Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
pep Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
ping Use CopyOnWriteArraySet for pingFailedListeners 2017-02-15 20:16:40 +01:00
privacy Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
pubsub Change behavior of send()/publish() in LeafNode 2017-04-06 15:11:04 +02:00
receipts Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
rsm Apply refinements and fixes to the MAM code 2016-07-23 15:45:45 +02:00
search s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
sharedgroups s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
shim Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
si Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
time Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
vcardtemp Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
xdata Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
xdatalayout Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
xdatavalidation Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
xhtmlim Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00