Subject: File Transfer Error
I am Creating My Chat Client with ejabberd Server running. File Transfer Working fine over miranda but when i do it with my client it gives following error after accept the File Transfer
<iq xmlns="jabber:client" to="test2@hichat.cf/TEst" xml:lang="en" type="result" from="a@hichat.cf/Miranda" id="agsXMPP_7"><si xmlns="http://jabber.org/protocol/si"><feature xmlns="http://jabber.org/protocol/feature-neg"><x xmlns="jabber:x:data" type="submit"><field var="stream-method"><value>http://jabber.org/protocol/bytestreams</value></field></x></feature></si></iq>
<iq xmlns="jabber:client" to="test2@hichat.cf/TEst" xml:lang="en" type="error" from="a@hichat.cf/Miranda" id="agsXMPP_8"><error type="cancel" code="404"><item-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /></error></iq>
I had set JID with the resource. For the File Transfer I am using FileTransfer class form MINICLIent. How can you solve this.
<iq xmlns="jabber:client" to="test2@hichat.cf/TEst" xml:lang="en" type="result" from="a@hichat.cf/Miranda" id="agsXMPP_7"><si xmlns="http://jabber.org/protocol/si"><feature xmlns="http://jabber.org/protocol/feature-neg"><x xmlns="jabber:x:data" type="submit"><field var="stream-method"><value>http://jabber.org/protocol/bytestreams</value></field></x></feature></si></iq>
<iq xmlns="jabber:client" to="test2@hichat.cf/TEst" xml:lang="en" type="error" from="a@hichat.cf/Miranda" id="agsXMPP_8"><error type="cancel" code="404"><item-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /></error></iq>
I had set JID with the resource. For the File Transfer I am using FileTransfer class form MINICLIent. How can you solve this.