I'm a newbie in programming...
I'm confusing with those XMPP, BOSH manager..Please help me~
Currently I'm able to connect when I use
converse.initialize({ bosh_service_url: 'https://conversejs.org/http-bind/ });
But when I change to (copy from Openfire httpbind, Openfire installed at server)
bosh_service_url: 'http://testing.net:7070/http-bind/'
then I can't login anymore ...
What should I do if I want to use Openfire http-bind?
Anyone can help? Thanks~