Hello all,
I got instaled openfire in my wisnows-7 PC . I am using Android emulator as a client. i am using Asmack library to implement that client. Its usally works fine inoder to make chat and send and receive files.
Its all good till now , but problem started when i try to send back to back images from two emualtor .sometime its giving me response like below ,
<iq id="uFp61-12" to="dharam1@ob117-09/Smack" from="dharam@ob117-09/Smack" type="set"><si xmlns="http://jabber.org/protocol/si" id="jsi_4376321311801839551" mime-type="image/png" profile="http://jabber.org/protocol/si/profile/file-transfer"><file xmlns="http://jabber.org/protocol/si/profile/file-transfer" name="Untitled-8.png" size="409993" ><desc>jsi_4376321311801839551</desc></file><feature xmlns="http://jabber.org/protocol/feature-neg"><x xmlns="jabber:x:data" type="form"><field var="stream-method" type="list-single"><option><value>http://jabber.org/protocol/bytestreams</value></option><option><value>http://jabber.org/protocol/ibb</value></option></field></x></feature></si></iq>
Whenever i am having response like above , i am not getting callback of my file receiver code.Morever i got exception in sending catch like below ,
The remote user did not respond or the connection timed out.
I got no idea why this starnge behavior of installed openfire server or might be Asmack library .Please let me know if anyone having some thoughs or suggestion over this.