29:8d134e4f876c
Anton Shestakov <av6@dwimlabs.net>, Mon, 21 Mar 2016 21:46:23 +0800
index: report client version on request

next change 31:d0248d45562f
previous change 27:f59d389adcc4

js/tram.js

Permissions: -rw-r--r--

Other formats: Feeds:
// Generated by CoffeeScript 1.10.0
(function() {
window.Tram = {
info: {
client: 'Tram IM',
version: '0.1'
},
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