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 256:8686b5ef5f88
previous change 12:f2a6139f2b42

Makefile

Permissions: -rw-r--r--

Other formats: Feeds:
all: build
devel:
npm install
sed -i -e 's@^#!/usr/bin/env node$$@#!/usr/bin/env nodejs@' ./node_modules/coffee-script/bin/coffee
build:
./node_modules/.bin/coffee -o ./js/ -cm ./coffee/
.PHONY: all devel build