package mchat;

/**
 *  
 */
public interface ChatClientProtocol
{
    String MSG_POST = "post";
    String MSG_DIE = "die";
}
