Commit 8591a305 authored by Grigory Fedorov's avatar Grigory Fedorov

Private MUC chats disabled until better implementation.

parent 7019d86f
......@@ -136,7 +136,8 @@ public class OccupantList extends ManagedListActivity implements
String occupantFullJid = room + "/" + occupant.getNickname();
MessageManager.getInstance().openChat(account, occupantFullJid);
startActivity(ChatViewer.createSpecificChatIntent(this, account, occupantFullJid));
// TODO: implement private chats.
// MessageManager.getInstance().openChat(account, occupantFullJid);
// startActivity(ChatViewer.createSpecificChatIntent(this, account, occupantFullJid));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment