Update README.md

This commit is contained in:
Maxime Bouroumeau-Fuseau 2015-04-08 14:44:52 +02:00
parent 198ca6da62
commit 273e5cb9a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.