Smack/smack-extensions
Florian Schmaus d790db5729 Don't throw an IOException if IBBStream got closed by the remote
Smack should not throw an IOException in case a stream got closed by
the remote peer and the user is trying to read() from the stream. This
commit fixes that, by making Smack return '-1' if the stream got
closed by the remote. An IOException will only be thrown if the user
tries to read from a stream that got already closed by *himself*.

SMACK-468
2014-05-23 13:13:24 +02:00
..
src Don't throw an IOException if IBBStream got closed by the remote 2014-05-23 13:13:24 +02:00
build.gradle Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00