Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 877 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 877 Bytes

Merlin

Merlin chat

Merlin Chat is an under development fully featured multi user XMPP client written with Angular JS and using Strophejs

Download

  • Download the Zip
  • Or clone the repo git clone https://github.com/MerlinChat/Merlin.git

Setup

npm install

Run

node server.js
Run at a specific port

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
Tasks Completed
  1. Basic Connection and Streams (Console or debugging)
  2. Fetching Roster
  3. Sending and Fetching Messages
Tasks Left
  1. Roster Manipulations (Managing Sbscriptions)
  2. Birthday Alerts based on vCard data
  3. HAndling additional data in message tags(eg. active state and composing)