112:f4a4878c99a3
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Apr 2016 22:56:16 +0800
index: check if roster has the item before removing it Sometimes we get events from contacts that are not in user's roster, trying to remove such contacts used to fail before this patch.

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