1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00
Smack/smack-extensions/src/test/java/org/jivesoftware/smackx
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
..
amp Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
bytestreams Don't throw an IOException if IBBStream got closed by the remote 2014-05-23 13:13:24 +02:00
caps Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
delay/provider Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
filetransfer Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
forward Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqlast Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
iqversion Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
jiveproperties Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
muc Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ping Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
privacy/provider Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
pubsub Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
receipts Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
time/packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
xhtmlim/provider Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ExtensionsInitializerTest.java Reworked OSGi support of Smack (SMACK-343) 2014-05-15 16:09:37 +02:00
InitExtensions.java Reworked OSGi support of Smack (SMACK-343) 2014-05-15 16:09:37 +02:00
VCardUnitTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00