FileTransferManager should generate 'complete' event.
Description
The org.jivesoftware.openfire.filetransfer.FileTransferManager implementation allows users to register an event listener. This listener is invoked when a file transfer starts.
It is useful to be able to determine that a file transfer has finished (either in a successful or non-successful state). Such an event should be added.
Environment
None
Activity
Show:
Guus der Kinderen June 22, 2015 at 3:41 PM
Event handling for the File Transfer package has been adjusted. It now facilitates the second event.
The old event handler FileTransferInterceptor was replaced by FileTransferEventListener.
The
org.jivesoftware.openfire.filetransfer.FileTransferManager
implementation allows users to register an event listener. This listener is invoked when a file transfer starts.It is useful to be able to determine that a file transfer has finished (either in a successful or non-successful state). Such an event should be added.