See: Description
| Interface | Description |
|---|---|
| FileTransferNegotiator | |
| FileTransferOffer |
An interface for file transfer requests, which covers XEP-0066, XEP-0096 and XEP-0234.
|
| Range |
An interface for ranged file transfers, which covers both XEP-0096 and XEP-0234.
|
| Class | Description |
|---|---|
| FileTransfer |
A class for managing a single file transfer.
|
| FileTransferManager | |
| FileTransferOfferEvent | |
| FileTransferStatusEvent |
| Enum | Description |
|---|---|
| FileTransfer.Status |
The status of the file transfer.
|
| Exception | Description |
|---|---|
| FileTransferRejectedException |
This is generic exception when a file transfer request has been rejected.
|
XMPP specifies three different methods for transferring files:
Copyright © 2014–2017 XMPP.rocks. All rights reserved.