hookflash / obsolete.opjs-demo

Open Peer JavaScript Demo
http://webrtc.hookflash.me/
14 stars 7 forks source link

Offline messaging #10

Open elagerway opened 11 years ago

elagerway commented 11 years ago

If the user is offline when a message is sent to them, we should be sending the message to the user socially. eg. Social email, social message inbox... suggestions?

cadorn commented 11 years ago

We cannot get their email address via API.

We could add feature for you to enter email address for your demo account and add a preference that you can check so that if someone messages you and you are offline, the messages get sent to email. You could be prompted to set this email address and checkbox when you first log in.

We can also keep messages on server and send them to client on next login (if email address is set or not).