41:260f3df482df
Anton Shestakov <av6@dwimlabs.net>, Thu, 24 Mar 2016 20:17:04 +0800
index: improve onPresence() - default presence type is 'available', not 'online' - return early on all standard types that aren't currently handled - set default show and priority based on presence type - use status message in log - don't show status changes for contact type 'self'

next change 60:bbab4c40a2ba
previous change 31:d0248d45562f

coffee/tram.coffee

Permissions: -rw-r--r--

Other formats: Feeds:
window.Tram =
info:
client: 'Tram IM'
version: '0.1'
config:
host: location.host
domain: location.hostname
colors:
show:
online: '#5cb85c'
away: '#f0ad4e'
xa: '#d9534f'
offline: '#777'
default: '#337ab7'
avatar: [
'#f75782',
'#d27b2b',
'#a5902b',
'#759d2b',
'#2da46b',
'#2fa196',
'#319db4',
'#4292f4',
'#c16af4',
'#f545cd'
]