Smack/smack-extensions
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
..
src Change behavior of send()/publish() in LeafNode 2017-04-06 15:11:04 +02:00
build.gradle Fix 'test' dependencies 2016-02-10 12:39:18 +01:00