Message of the Day.

This commit is contained in:
magenoxx 2011-08-11 12:45:59 +04:00
parent 60511e4310
commit 6c144b5fc2
7 changed files with 265 additions and 86 deletions

View file

@ -120,5 +120,7 @@ public interface MageServer {
public List<UserView> getUsers(String sessionId) throws MageException;
public void disconnectUser(String sessionId, String userSessionId) throws MageException;
public void removeTable(String sessionId, UUID tableId) throws MageException;
// messages of the day
public Object getServerMessagesCompressed(String sessionId) throws MageException;
}