1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-04 16:45:08 -05:00
Go to file
2013-10-15 01:01:49 -07:00
clientapp Make things mostly work 2013-10-15 01:01:49 -07:00
fakekeys initial commit 2013-06-03 15:51:30 -07:00
public Make things mostly work 2013-10-15 01:01:49 -07:00
views Use Otalk instead of OTalk 2013-09-25 09:52:38 -07:00
.gitignore initial commit 2013-06-03 15:51:30 -07:00
.jshintignore Add linkification for messages. 2013-09-26 12:34:31 -07:00
.jshintrc Refactor all the things 2013-08-29 20:38:28 -07:00
dev_config.json All the things 2013-09-05 16:53:23 -07:00
npm-shrinkwrap.json Add shrinkwrap file, because latest sub-dependencies broke. 2013-10-15 00:11:15 -07:00
package.json Save jingle changes 2013-10-15 00:02:45 -07:00
README.md Update readme 2013-08-20 10:50:41 -07:00
server.js Save jingle changes 2013-10-15 00:02:45 -07:00

otalk

webrtc capable xmpp, in the browser

Setup

Until we get a proper login screen, modify and save this to localStorage.config:

{
    "jid": "USER@HOST",
    "server": "HOST",
    "wsURL": "wss://WSURI",
    "credentials": {
        "username": "USER",
        "password": "PASSWORD"
    }
}