Merlin Chat is an under development fully featured multi user XMPP client written with Angular JS and using Strophejs
- Download the Zip
- Or clone the repo
git clone https://github.com/MerlinChat/Merlin.git
npm install
node server.js
To run at port, say, 2000
node server.js 2000
To run at port 80, you may need priviliged access
sudo node server.js 80
- Basic Connection and Streams (Console or debugging)
- Fetching Roster
- Sending and Fetching Messages
- Roster Manipulations (Managing Sbscriptions)
- Birthday Alerts based on vCard data
- HAndling additional data in message tags(eg. active state and composing)