Commit 4dc412de authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed #roomRenamed(String, String).


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@216 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5d084db9
......@@ -162,14 +162,6 @@ public interface MultiUserChatServer {
*/
public long getTotalChatTime();
/**
* An event callback for rooms being renamed.
*
* @param oldName old name of the room.
* @param newName new name of the room.
*/
void roomRenamed(String oldName, String newName);
/**
* Logs that a given message was sent to a room as part of a conversation. Every message sent
* to the room that is allowed to be broadcasted and that was sent either from the room itself
......
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