mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-18 17:01:08 +01:00
The FaultTolerantNegotiator is the reason why Smack replies in a non-standard way to file transfer requests: Smack puts two values in the stream-method field, while the field is a list-single field, i.e. a field which only allows one value. Even if what Smack does is probably better, as it allows for a fallback in case the bytestream transport fails, it is not standard compliant. And, Jingle provide a proper fallback specification for file transfers. Fixes SMACK-561. |
||
|---|---|---|
| .. | ||
| FileTransfer.java | ||
| FileTransferException.java | ||
| FileTransferListener.java | ||
| FileTransferManager.java | ||
| FileTransferNegotiator.java | ||
| FileTransferRequest.java | ||
| IBBTransferNegotiator.java | ||
| IncomingFileTransfer.java | ||
| OutgoingFileTransfer.java | ||
| package-info.java | ||
| Socks5TransferNegotiator.java | ||
| StreamNegotiator.java | ||