npm install coffee-script
npm install node-xmpp
npm install request
You should create a file called 'account.coffee' with the following
config =
jabberId: "[email protected]"
password: "password"
roomJids: ["[email protected]", "[email protected]"]
roomNick: "Nick"
module.exports = config
coffee skynet.coffee