docs: Add typing-indicators.md.

This commit is contained in:
Steve Howell
2017-09-25 11:33:29 -07:00
committed by Tim Abbott
parent 16b3feb97d
commit d6fb17c424
6 changed files with 191 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
var typing_events = (function () {
var exports = {};
// See docs/typing-indicators.md for details on typing indicators.
// This code handles the inbound side of typing notifications.
// When another user is typing, we process the events here.
//