Hi,

Even I am encountering the same problem. When I debug using the smack
debug extension, I get a NullPointerException in the
FileTransferNegotiator class
in the setServiceEnabled method call.

If you find a solution, please let me know!!!1

Cheers,
Earlence


On Jan 21, 3:35 pm, jalandar <jagtap...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to