From b75cedaa9f51503c79c5f44055f7430eedb6565c Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Wed, 18 Aug 2010 09:48:34 +0200 Subject: [PATCH] cleanup --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb82c0f..9887aaf 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,15 @@ IQ are handled with callback, presence and roster is manageable, every xmpp even Install ------- -You need the low level node xmpp tools. +You need the low level node xmpp tools, and colors. - npm install xmpp + npm install . Test ---- Async testing is a sport, you need colors for that : - npm install colors npm install nodeunit You have to edit a new file in `test/conf.js` : @@ -114,3 +113,8 @@ Available attributes : * _affiliation_ * _role_ + + +### PubSub ### + +Pubsub support is experimental for now. \ No newline at end of file