55 USERNAME_NOT_EXIST = 0x4,
56 USER_ALREADY_LOGGED = 0x5,
57 USERS_LOGGED_REQUEST = 0x6,
58 USERS_LOGGED_RESPONSE = 0x7,
60 UKNOWN_MSG_TYPE = 0xFE,
66 unsigned int d_server_port;
68 std::string d_server_ip;
69 std::string d_username;
71 bool d_use_automatic_server_disc;
89 bool automatic_discovery,
90 std::string username);