kaiwa/README.md

19 lines
343 B
Markdown
Raw Permalink Normal View History

2013-08-20 13:50:41 -04: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"
}
}
2013-06-03 18:51:30 -04:00