Open GoogleCodeExporter opened 8 years ago
umm yea the only issue here is user error. look at this website on how to
properly connect to gtalk.
http://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/
Original comment by ktownbal...@gmail.com
on 15 Jun 2011 at 5:54
i figured how it should be
ConnectionConfiguration cc = new ConnectionConfiguration("talk.google.com",
5222, "gmail.com");
XMPPConnection xmpp = new XMPPConnection(cc);
xmpp.connect();
SASLAuthentication.supportSASLMechanism("PLAIN", 0);
xmpp.login(username, password);
Original comment by ibrahi...@gmail.com
on 15 Jun 2011 at 7:41
Original issue reported on code.google.com by
ibrahi...@gmail.com
on 15 Jun 2011 at 1:41