Update readme

This commit is contained in:
Lance Stout 2013-08-20 10:50:41 -07:00
parent eba4870f94
commit e2680579a2
1 changed files with 17 additions and 1 deletions

View File

@ -1,2 +1,18 @@
# otalk webrtc capable xmpp, in the browser
# 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"
}
}