117:477f7f7cce15
Anton Shestakov <av6@dwimlabs.net>, Fri, 08 Apr 2016 21:33:16 +0800
XMPPInterface: also trigger 'status' event and pass current status as-is Literal statuses are nice to bind to individually, but that's not always enough.

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