1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/README.md
2013-08-20 10:50:41 -07:00

19 lines
343 B
Markdown

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