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 ?