Hi Anton,
What was the bug in your code and how did you fix it? I am getting the same error while trying to just connect.
thanks!
XMPPConnection conn = new XMPPTCPConnection("127.0.0.1");
try {
conn.connect();
} catch (SmackException e) {
e.printstacktrace;
}
Exception in thread "main" org.jivesoftware.smack.SmackException$ConnectionException
at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPC onnection.java:431)