Run mvn install to download and install needed components
Run mvn compile to compile the source code
Run mvn exec:java -Dexec.mainClass="mx.unam.ciencias.myp.server.Server" -Dexec.args="3001" to run the server on port 3001
Run mvn exec:java -Dexec.mainClass="mx.unam.ciencias.myp.chat.Chat" -Dexec.args="localhost 3001" to run the chat
Run IDENTIFY username to run the client
Run STATUS userstatus
Run USERS
Run MESSAGE username messageContent
Run PUBLICMESSAGE messageContent
Run CREATEROOM roomName
Run INVITE roomName user1 user2...
Run JOINROOM roomName
Run ROOMESSAGE messageContent
Run DISCONENCT