// Generated by CoffeeScript 1.10.0 /* jshint node:true */ /* jshint -W097 */ (function() { 'use strict'; module.exports = { NOT_YET_CONNECTED: 'not yet connected', CONNECTING: 'connecting', CONNECTED: 'connected', LOGGING_OUT: 'logging out', DISCONNECTING: 'disconnecting', DISCONNECTED: 'disconnected', RECONNECTING: 'reconnecting' }; }).call(this);