mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-21 08:45:12 -05:00
Update README.md
This commit is contained in:
parent
198ca6da62
commit
273e5cb9a5
@ -11,7 +11,7 @@ Kaiwa is a fork of otalk by &yet (https://github.com/otalk for more code).
|
||||
npm install
|
||||
node server
|
||||
|
||||
You will need an XMPP to use Kaiwa. We provide one at [Kaiwa server](https://github.com/digicoop/kaiwa-server).
|
||||
You will need an XMPP server to use Kaiwa. We provide one at [Kaiwa server](https://github.com/digicoop/kaiwa-server).
|
||||
|
||||
*Note:* If you're running your own XMPP server, and aren't using something like HAProxy to terminate SSL, then you might get errors in certain browsers trying to establish a WebSocket connection because the XMPP server is requesting an optional client certificate which makes the browser terminate the socket. To resolve that, visit the XMPP over Websocket URL directly (eg, example.com:5281/xmpp-websocket for Prosody) so that a client cert choice can be made. After that, the Kaiwa client should connect fine.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user