Update README.md's ChatManager example to new API

This commit is contained in:
Florian Schmaus 2014-04-08 18:26:14 +02:00
parent afa4ce5773
commit c86d6e3b61
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Key Advantages :
XMPPConnection connection = new TCPConnection("jabber.org");
connection.connect();
connection.login("mtucker", "password");
Chat chat = connection.getChatManager()
Chat chat = ChatManager.getInstanceFor(connection)
.createChat("jsmith@jivesoftware.com", new MessageListener() {
public void processMessage(Chat chat, Message message) {