1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer
Florian Schmaus d8db43e4c5 Improve FileTransfer.writeToStream()
let's use the standard idiom for Input- to OutputStream transfers. This
also avoids an initial no-op on the first write, when the count is '0'.

Also fixes a bug when the size of file/stream transferred is '0' (which
is perfectly fine and possible).
2014-09-09 21:06:12 +02:00
..
FaultTolerantNegotiator.java Make FaultTolerantNegotiator respect packetReplyTimeout 2014-08-26 12:04:52 +02:00
FileTransfer.java Improve FileTransfer.writeToStream() 2014-09-09 21:06:12 +02:00
FileTransferListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FileTransferManager.java Fix FileTransferManager invoking request listeners 2014-08-26 13:50:42 +02:00
FileTransferNegotiator.java Use createPacketCollectorAndSend in FileTransferNegoiator 2014-08-04 20:04:39 +02:00
FileTransferRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
IBBTransferNegotiator.java Introduce packet.Element 2014-07-05 11:59:45 +02:00
IncomingFileTransfer.java Filetransfer API should not wrap IOException 2014-08-26 15:26:37 +02:00
OutgoingFileTransfer.java Filetransfer API should not wrap IOException 2014-08-26 15:26:37 +02:00
Socks5TransferNegotiator.java Introduce packet.Element 2014-07-05 11:59:45 +02:00
StreamNegotiator.java Merge branch '4.0' 2014-07-05 14:37:22 +02:00