Spark and openfire

Hi, I have recently set up openfire and sparkweb on my website. openfire and spark web work fine, and my clients can login and chat, so that’s good. I’m having issues with getting an IM client to connect. I have all the ports open on both the router, and the server, but am unable to connect to openfire using spark. Is there a setting I may have missed in the openfire configuration?

Here are my openfire server properties

**
**

here’s my sparkweb configuration, (which works)

function jive_sparkweb_getConfig()
{
return {
server: “example.com”,
port: “7070”,
bindPath: “/http-bind/”,
connectionType: “http”
};
}

I’ve tried connection Spark IM with Automatically discover host and port on, and off. I’ve also tried connecting to ports 5222, 5223, and just for fun 7070 and 7443.

If anyone can point me in the right direction, or show me what I’m doing wrong, it would be greatly appreciated.

Thanks

Matt

ok, it must be something on my server configuration, because no jabber clients can connect.