525354555657585960
return newConnection; } public AbstractChatConnection convertToPrivateChat() throws IOException { AbstractChatConnection newConnection = new ServerSideChatConnection(this); convertTo(newConnection); return newConnection; }