Enumeration

PurpleFileTransferState

Declaration

enum Purple.FileTransferState

Description [src]

The possible states that a file transfer can be in.

Members

Name Description
PURPLE_FILE_TRANSFER_STATE_UNKNOWN

The transfer is in an unknown state.

PURPLE_FILE_TRANSFER_STATE_NEGOTIATING

The transfer is still being negotiated. This includes determining who’s actually sending as well as waiting for the receiving user to select a destination file.

PURPLE_FILE_TRANSFER_STATE_STARTED

The transfer is in progress.

PURPLE_FILE_TRANSFER_STATE_FINISHED

The transfer has completed successfully.

PURPLE_FILE_TRANSFER_STATE_FAILED

The transfer failed.