28:1efbfe153b8f
Anton Shestakov <av6@dwimlabs.net>, Mon, 21 Mar 2016 21:40:30 +0800
index: send presence on connect, handle incoming presences, show contacts

next change 29:8d134e4f876c
previous change 27:f59d389adcc4

js/tram.js

Permissions: -rw-r--r--

Other formats: Feeds:
// Generated by CoffeeScript 1.10.0
(function() {
window.Tram = {
config: {
host: location.host,
domain: location.hostname
},
colors: {
presence: {
online: '#5cb85c',
away: '#f0ad4e',
xa: '#d9534f',
unavailable: '#777',
"default": '#337ab7'
}
}
};
}).call(this);
//# sourceMappingURL=tram.js.map