How do I create a XMPP chat client in Android for Yahoo, AOL, and Hotmail (MSN).
Right now i was created for Gtalk and Facebook by using smack
library..
i want to create for Yahoo, AOL, Hotmail, like eBuddy application.
looking for server_name
and port number
for AOL, Yahoo, Hotmail.
I searched a lot for AOL i got this
SERVER_HOST = "xmpp.oscar.aol.com";
SERVER_PORT = 5222;
but no luck..Can anyone suggest some detailed information regarding this SERVER_HOST , SERVER_PORT.