public void chatCreated(final Chat chat, boolean createdLocally) {
   chat.addMessageListener(this);
 }