Smack/smack-extensions/src
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
..
integration-test/java/org/jivesoftware/smackx Re-activate FormTest integration test 2017-01-04 00:32:52 +01:00
main Change behavior of send()/publish() in LeafNode 2017-04-06 15:11:04 +02:00
test Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00