mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
19 lines
343 B
Markdown
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"
|
|
}
|
|
}
|
|
|