Is it possible to do File Transfer from Gtalk to Smack java program

Hi,

I am trying to do a file transfer from gtalk to a java application written using smack api. but when I click the the Send file button on gtalk it shows

You cannot send files because myusername@gmail.com is using chat in Gmail or is using another chat program.

Is it possible to do such a file transfer?

I also tried specifying resource name as “Talk” as below , so that gtalk will understand that it is talk client that is recieving the file

connection.login(“username”, “password”,“Talk”);

still it did now work,

Does anyone know a solution?

Thanks in advance for any replies