I am newbie using smack 4.0.5. Openfire is configured and running, I have a test with Kopete client (in kubuntu) and works fine.
In my java program using smack 4.0.5 version
"XMPPConnection con = new XMPPTCPConnection ("localhost");
con.connect();"
exception occurs
org.jivesoftware.smack.SmackException: javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining '_xmpp-client._tcp.localhost' name
Does anyone know if the error is related to the https://igniterealtime.org/issues/browse/SMACK-616?