1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-04 09:18:53 +02:00
vroom/public/js
Daniel Berteaud d62c0dc6ec Sync chat history between peers
Not completly full proof, but seems to work reasonably well. If we do not have received chatHistory yet, ask for it each time a peer's video is added until we get it. Messages are escaped and formatting is preserved, including peer's color. One problem though: if you refresh the page, you will receive the history, but your own old message will appear on the left, as if it was another who send them. This is because there's no way to recognize it was you (previous session...)
Should fix #4
2014-05-06 19:24:43 +02:00
..
bootstrap.js Initial import 2014-04-03 17:42:54 +02:00
bootstrap.min.js Initial import 2014-04-03 17:42:54 +02:00
FileSaver.js Implement tchat history save as local HTML file 2014-05-04 14:32:48 +02:00
jquery-1.11.0.min.js Initial import 2014-04-03 17:42:54 +02:00
jquery.browser.min.js Initial import 2014-04-03 17:42:54 +02:00
jquery.linkify.min.js Initial import 2014-04-03 17:42:54 +02:00
notify-combined.min.js Initial import 2014-04-03 17:42:54 +02:00
simplewebrtc.bundle.js Backport Chrome 34 workarround 2014-04-30 17:49:01 +02:00
sprintf.js Initial import 2014-04-03 17:42:54 +02:00
vroom.js Sync chat history between peers 2014-05-06 19:24:43 +02:00