Hello

I am trying to create object of FileTransferManager manager = new
FileTransferManager(this.connection);

it is giving error, the same error gives for , OutgoingFileTransfer
otransfer = manager.createOutgoingFileTransfer("ni...@pc3/Smack");



I am testing demo app for android, smack library and openfire server
(FileTransfer settings are enabled in open fire).



What is solution for this.


But when I put

try{

FileTransferManager manager = new FileTransferManager
(this.connection);

}catch(Exception e){}


it dont happen, which exception is thrown here, as in smack doc there
in no any exception for  FileTransferManager object.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to