I downloaded sample code of XMPP project from Davanum. But when I debug it, it gives me a log error "cound not find the class XMPP org.jivesoftware.smack.packet.Message", even though I have added all smack jars.
I get exception at this line.
ConnectionConfiguration connConfig =
new ConnectionConfiguration(host, Integer.parseInt(port), service);
XMPPConnection connection = new XMPPConnection(connConfig);
and exception is InvocationTargetException.<init>(Throwable) line: 50
Please help me, Thanks!