60:bbab4c40a2ba
Anton Shestakov <av6@dwimlabs.net>, Mon, 28 Mar 2016 13:56:42 +0800
webrtc: add Tram.WebRTCInterface, it will be glued to the rest of code later

next change 82:c440b44d557f
previous change 41:260f3df482df

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: {
online: '#5cb85c',
away: '#f0ad4e',
xa: '#d9534f',
offline: '#777',
"default": '#337ab7'
},
avatar: ['#f75782', '#d27b2b', '#a5902b', '#759d2b', '#2da46b', '#2fa196', '#319db4', '#4292f4', '#c16af4', '#f545cd']
}
};
}).call(this);
//# sourceMappingURL=tram.js.map