Android file transfer using smack

what is the means of Receiver+"@domain.com"+"/Smack"?

i think its mean imran.khan@gmail.com/Smack ?

please any one update it.

thanks .

any one tell me where i will used this ReceiveFile() method for receive the file .

this will be used in oncreate() method or onresume() method .

please any one update .

thanks.

Hello mate, i have same probelm as you do and am Struggling there too have you fixed that problem?

hey sherif i am using your code for file receive and transfer
the Issue that i am facing is that when i am sendin a file from one client to another the other cliend is able to receive the file But the sender is not able to receive any fileā€¦
if i restart the application the sender is able to receive but once he sends a file again the same thing happenā€¦ i have posted the details error log and the code in This Linksā€¦

and also in

http://stackoverflow.com/questions/24775125/not-able-to-receive-file-if-i-send-a -file-first-with-asmack-and-openfire

please help me out with The issueā€¦

I was able to use the code of Sherif and get file transfer working. It turned out to be an issue with whom the file is addressed to.

The Address needs to be of format : username@domain.com/resource_id

Avoid using /Smack if its already present. /Smack is the resource name.

In my case it was :

alokomkar@server_ip/mobile

Resource id may differ.

Hi Shiva,

I meet the same issue as you met. Could you please let me know how to fix it. I am using smack 4.1.3.

Thanks very much!

Leo

Hi,

Please see my ANSWER IN this page http://stackoverflow.com/a/34102145/5435658

Best regard