Go to file
Lance Stout f8c9d99107 Force the resource to be 'otalk' 2013-10-18 07:17:13 -07:00
clientapp Force the resource to be 'otalk' 2013-10-18 07:17:13 -07:00
fakekeys initial commit 2013-06-03 15:51:30 -07:00
public Force the resource to be 'otalk' 2013-10-18 07:17:13 -07:00
views adding email signup form to login screen 2013-10-17 13:48:02 -07:00
.gitignore initial commit 2013-06-03 15:51:30 -07: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
README.md Update README 2013-10-17 16:17:33 -07:00
dev_config.json All the things 2013-09-05 16:53:23 -07:00
package.json Fix error ending jingle calls 2013-10-16 13:09:51 -07:00
server.js starting to add active calls, collection and start of UI 2013-10-15 12:15:25 -07:00

README.md

Otalk

What is it?

Otalk is an open source chat client powered by XMPP, stanza.io, and WebRTC. You can think of it as an open source alternative to Skype.

While we have a version hosted at https://otalk.im, you can still run your own private instance.

What's included?

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

Voice and Video