Smack is a library for communicating with XMPP (Jabber) servers to perform instant messaging and chat.
Key Advantages:
XMPPConnection connection = new XMPPConnection("jabber.org");
connection.login("mtucker", "password");
connection.createChat("jsmith@jivesoftware.com").sendMessage("Howdy!");