Hi ,
I am using XMPP using SMACK API as given here
http://davanum.wordpress.com/2007/12/31 ... -for-xmpp/
but i am getting the folowing Error :
09-05 14:24:54.964: WARN/System.err(2403): Could not connect to talk.google.com:5222.: remote-server-timeout(504) Could not connect to talk.google.com:5222.
09-05 14:24:54.974: WARN/System.err(2403): -- caused by: java.net.UnknownHostException: talk.google.com - talk.google.com
09-05 14:24:54.994: WARN/System.err(2403): at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:823)
09-05 14:24:54.994: WARN/System.err(2403): at org.jivesoftware.smack.XMPPConnection.connect(XMPPConnection.java:1276)
I using the unpached version of smack jar
I am new in programming and dont know how to apply patch or where will I get the patched version of the smack jar that work in Android
Thanks in advance