FilleTransferManger. createOutgoingFileTransfer (String _userjid) got a nullpointer error

Just like the Title, I found the function createOutgoingFileTransfer() in FileTransferManger.java, if the** fileTransferNegotiator **is null,and the function will return null , and this maybe casue the appliaction which use smack throw error , I think this should add a check of the variable “fileTransferNegotiator”, if it’s null ,throw execption , and give some advice to user.