I can not make to Smack 3.0.4 get connected using HTTP Binding

I can not connect Smack 3.0.4 using http binding, here you are the java code:

org.jivesoftware.smack.SmackConfiguration.setPacketReplyTimeout(10000);

          ConnectionConfiguration config = new ConnectionConfiguration("http://myJabberServer.com",8080);

XMPPConnection con = new XMPPConnection(config);

con.connect();

con.login( “jabberUser”, “jabberPassword”);

When I try http://myJabberServec.com:8080 from internet explorer, I get this answer:

Wildfire HTTP Binding Service

In my Wildfire Server 3.2.4, HTTP Binding is enabled and listening in port 8080, could somebody help me out?

Joel…

Smack does not have support for HTTP binding.

Cheers,

Alex

What client does have support for HTTP-binding? I have Openfire 3.3.2 listening on 8080 with my router pointing anything from 8080 to it - I can hit it via a browser so the connection works…Can’t get Spark to work…Pidgin? Does it need a plugin?

Not sure about Pidgin but it is mostly a web client thing, it is utilized by SparkWeb 1.0 and JWChat for instance.