Go to file
Lance Stout d56afc0611 More style updates 2013-08-23 16:02:50 -07:00
clientapp More style updates 2013-08-23 16:02:50 -07:00
fakekeys initial commit 2013-06-03 15:51:30 -07:00
public More style updates 2013-08-23 16:02:50 -07:00
.gitignore initial commit 2013-06-03 15:51:30 -07:00
.jshintignore initial commit 2013-06-03 15:51:30 -07:00
.jshintrc initial commit 2013-06-03 15:51:30 -07:00
README.md Update readme 2013-08-20 10:50:41 -07:00
dev_config.json Cleanup config/server to reference OTalk instead of Conversat.io/And Bang 2013-06-04 15:38:51 -07:00
package.json Save progress. 2013-08-20 10:45:06 -07:00
server.js More style updates 2013-08-23 16:02:50 -07:00

README.md

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"
    }
}