Open heshanlk opened 11 years ago
Check https://github.com/szimek/xmpp-chat/blob/master/views/index.ejs. You'll see that you need to load all JS files (or better combine them into a single one) and call Chat.connect()
method with user JID and password.
How to run this application not as a standalone application but inside a website?