Now,I can send and recive text message on android by my app client, and I can recive image too,but I can't send file/image

send message code:

messenger.sendText(contact.getEmail(), message);

send file code:

messenger.getFileTransferManager().sendFile(contact.getEmail(), file);

when I send file by this code,my msn on pc can show notification,but if I click recive ,recive failed and my app (on android) 's state is "offline" !

I don't know why! please somebody help me ?

link|improve this question
My English is not good ,i hope someone can know i mean! – athrun Oct 17 '11 at 9:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.