I finally found the location of where to edit the xmpp.domain under server manager and system properties. Changed the ip from 127.0.0.1 to localhost and also tried localhost.mydomain.com and still not able to log in. Any ideas? I also did a reboot after each one of those steps. I also verified the host name in my openfire OpenSuse Applicance I downloaded from igniterealtime.org which is set to;
IP Full-Qualified-Hostname
127.0.0.1 localhost
Located in /etc/hosts
Also Im hosting the sparkweb from a stand alone lamp install since I couldnt access the /srv/www web directory via the browser even after changing permissions for that directory on the OpenSuse Applicance.
Also pointed he sparkweb.html over to my openfire/opensuse server
{
return {
server: "172.16.42.40",
connectionType: "socket",
port: "5222",
autoLogin: "false",
policyFileURL: "xmlsocket://172.16.42.40:5229"
};