Iet uz failu
Travis Burtrum fb479eed71 Only setup/call ldap methods if enabled 2015-12-04 16:38:54 -05:00
Docker Allow connection to external LDAP server 2015-11-09 13:31:27 +00:00
clientapp Only setup/call ldap methods if enabled 2015-12-04 16:38:54 -05:00
public Add gravatarEnabled option to avoid using gravatar, don't use remote css and fonts, serve them locally instead 2015-12-04 16:38:13 -05:00
views new design for Kaiwa to distinguish from Slack 2015-04-09 15:18:28 +02:00
.gitignore Gitignore config files and ship with an example config file 2015-07-10 09:41:57 +02:00
.jshintignore Merge branch 'master' into video 2013-10-15 14:15:07 -07:00
.jshintrc Refactor all the things 2013-08-29 20:38:28 -07:00
LICENSE Update LICENSE 2015-04-08 14:16:17 +02:00
README.md Update readme 2015-09-10 02:02:28 +02:00
dev_config.example.json Add gravatarEnabled option to avoid using gravatar, don't use remote css and fonts, serve them locally instead 2015-12-04 16:38:13 -05:00
dev_config_ldap.example.json Add gravatarEnabled option to avoid using gravatar, don't use remote css and fonts, serve them locally instead 2015-12-04 16:38:13 -05:00
package.json Update stanza.io (v7) and other dependencies 2015-10-26 14:50:27 +01:00
server.js Only setup/call ldap methods if enabled 2015-12-04 16:38:54 -05:00

README.md

Kaiwa

Kaiwa is an open source web client for XMPP.
Kaiwa is a fork of Otalk, a prototype application created by &yet (https://github.com/otalk for more code).

Screenshot

Installing

git clone https://github.com/digicoop/kaiwa.git
cd kaiwa

Ubuntu

sudo apt-get install uuid-dev

CentOS

sudo yum install libuuid-devel libicu-devel

Then

npm install
cp dev_config.example.json dev_config.json
node server

You will need an XMPP server to use Kaiwa. We provide one at 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.

What's included?

Kaiwa comes with support for:

Message History Syncing

Using Message Archive Management (MAM, XEP-0313), your conversations can be archived by your server and pulled down by the Kaiwa client on demand.

Active Chat Syncing

Ever used multiple IM clients at once, or swapped clients, and end up with disjointed conversations? Using Message Carbons (XEP-0280) all of your active conversations will be synced to your Kaiwa client (and vice versa if you other clients support carbons too).

Reliable Connections

Sometimes you just lose your Internet connection, but with Stream Mangagement XEP-0198 your current session can be instantly resumed and caught up once you regain connection. Your messages will show as gray until they've been confirmed as received by your server.

Message Correction

Made a typo in a message? Using Message Correction XEP-0308 you can just double tap the up arrow to edit and send a corrected version. In other clients that support correction, your last message will be updated in place and marked as edited.

Timezone Indications

Working with someone in a different timezone? If the other person is using Kaiwa or another client that supports Entity Time (XEP-0202) you'll see a reminder that they're 9 hours away where it's 4am and they're not likely to respond.