File Transfer in latest Smack API release

Hi

I’ve been trying to implement a file transfer between 2 applets. I have encountered some problems.

When I debug the app using the debugging extensions, An error saying that the IQ type was not understood.

Please refer to my original post for more details

Cheers,

Earlence

Why not cross-post this 5 more times!?

People who can fix it will get to it when they can.

The problem was with the JID of the recipent.

I had coded the recipient JID as user@domain/smack

it should be

user@domain/Smack

‘S’ HAS to be capital.

Cheers,

Earlence