"use strict"; exports.IDLE = 0; exports.LOGGING_IN = 1; exports.LOGGED_IN = 2; exports.READY = 3; exports.DISCONNECTED = 4;