108:9a081cf7fda1
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Apr 2016 22:21:52 +0800
contacts: show new unauthorized contacts before than offline contacts

next change 122:ecedb4011f08
previous change 83:02495e40ccde

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'
},
NS: {
WEBRTC: 'tram-im:webrtc'
},
config: {
host: location.host,
domain: location.hostname,
iceServers: [
{
urls: 'stun:stun.services.mozilla.com'
}, {
urls: 'stun:stun.l.google.com:19302'
}
]
},
colors: {
show: {
chat: '#a959c5',
online: '#8cc14c',
away: '#faa732',
xa: '#da314b',
offline: '#777',
"default": '#00a8e6'
},
avatar: ['#f75782', '#d27b2b', '#a5902b', '#759d2b', '#2da46b', '#2fa196', '#319db4', '#4292f4', '#c16af4', '#f545cd']
}
};
}).call(this);
//# sourceMappingURL=tram.js.map