I applied a chat based application. I can do many functions using the https://github.com/robbiehanson/XMPPFramework library. This is a very good library. But after a few days, my server guys included bash services in the server. Server-side guys implementing xmpp using Strophe.js. And they use the following code to enable the BOSH service when connected.
BOSH_SERVICE = "http://host.com:5280/http-bind"; new Strophe.Connection(BOSH_SERVICE);
Now they told me to enable the bash service on the iOS side. Now I can not connect to this server. How to enable BOSH service in robbiehanson xmpp iOS library ( https://github.com/robbiehanson/XMPPFramework )?
ios xmppframework
Govindarao kondala
source share