mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-10-31 15:45:09 -04:00
clientapp | ||
fakekeys | ||
public | ||
views | ||
.gitignore | ||
.jshintignore | ||
.jshintrc | ||
dev_config.json | ||
package.json | ||
README.md | ||
server.js |
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"
}
}