Using the smack api to connect to openfire. Openfire starts acting strangely with something like this (AIM and Yahoo are enabled):
Caused by: No
response from the server.:
at
org.jivesoftware.smack.SASLAuthentication.bindResourceAndEstablishSession(SASLAu thentication.java:303)
at
org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:2 10)
at
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:426)
at
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:389)
at
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:370)
at yjs.im.xmpp.XMPPSession.login(XMPPSession.java:167)
… 13
more
Could this be a non-gateway issue?
Thanks for the help in advance.