Hi,
I am new to OpenFire, I am trying to transfer files using Strophe.js from my client (written in javascript).
I am following File Transfer using bytestreams and all the things are getting done except last step i.e. when I try to activate proxy connection as:
<iq from='t1@myhost/Strophe' id='9:send-file' to='proxy.myhost' type='set' xmlns='jabber:client'><query xmlns='http://jabber.org/protocol/bytestreams' sid='cfe7cda1'><activate>t2@myhost/Spark 2.6.3</activate></query></iq>
I am getting:
<iq xmlns='jabber:client' type='error' id='9:send-file' from='proxy.myhost' to='t1@myhost/Strophe'><error code='405' type='cancel'><not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>
How do I get out of this problem? Please help.