final MessagingService msgService = bbmpNpsc.getMessagingService();
final MessagingServiceListenerImpl msgServiceListener = bbmpNpsc.getMessagingServiceListener();
if(args.length == 3) {
msgServiceListener.setOnFileTransferFailed(onFailure);
msgService.sendFile(fileURI, comment);
} else if(args.length == 4) {
BBMPlatformUser scriptContact = ((BBMPlatformUser) args[3]);
BBMPlatformContact contact = (BBMPlatformContact) scriptContact.getPresence();
msgServiceListener.setOnFileTransferFailed(onFailure);