cfstras / talkbox.js

talkbox.js is a simple webchat built on node.js, socket.io and jquery.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Add desktop notifications #15

Closed cfstras closed 11 years ago

cfstras commented 11 years ago

Clients should be notified of text they didn't read yet. Implement all of those methods and let the user choose:

cfstras commented 11 years ago

http://jsbin.com/notification/1/edit works in chrome (25.0.1364.172 m)

support is in firefox nightlies: https://bugzilla.mozilla.org/show_bug.cgi?id=594543

any testing volunteers for Opera/chromium?

cfstras commented 11 years ago

desktop popups done, focus request (in onClick of notification?) and number of unread msgs still need to be implemented.

cfstras commented 11 years ago

fixed by #30