Commit 3e2584f7 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed TODO.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@714 b35dd754-fafc-0310-a699-88a17e54d16e
parent 283616aa
......@@ -755,7 +755,6 @@ public class MultiUserChatServerImpl extends BasicModule implements MultiUserCha
if (name != null && node == null) {
// Answer the extended info of a given room
// TODO lock the room while gathering this info???
// TODO Do not generate a form each time. Keep it as static or instance variable
MUCRoom room = getChatRoom(name);
if (room != null && room.isPublicRoom()) {
XDataFormImpl dataForm = new XDataFormImpl(DataForm.TYPE_RESULT);
......
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