mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-03-11 07:39:42 -04:00
Update readme
This commit is contained in:
parent
eba4870f94
commit
e2680579a2
18
README.md
18
README.md
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user