This Ember-CLI application implements a XMPP Instant Message Client. This application is created to demo the use of XMPP and Ember to create a highly scalable real time application based on XMPP technology. You can use this application as a boiler plate to add an instant messaging component to any ember or web application.
You will need the following things properly installed on your computer.
git clone https://github.com/rjaviervega/ember-xmpp-im
this repository- change into the new directory
npm install
bower install
- Download, install and setup Openfire server localy
- Create sample users using JID format: user@domain.com
- Edit default settings
xmppConfig
on fileconfig/environment.js
ember server
- Visit your app at http://localhost:4200.
- Login with your XMPP user/pass
- Subscribe to users to create your roster
- Click on a user to start chatting
Watch this presentation on the Heroku SF Meet up about using EmberJS and XMPP.
This software is open source under GPL v3.0