-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Messages sent while the contact is offline arrive with the timestamp of arrival #1574
Comments
Toxcore would need to handle and store offline messages, currently it does neither. |
Clients should store and supply the creation/sent time to toxcore then, and toxcore should provide received time. |
Isotoxin already do it. But only with Isotoxin-Isotoxin connections. |
When the message is stored or transmitted it should always be accompanied by the metadata, similar to an http headers. This metadata could contain this "sent" time, also possibly the background color, and all sorts of other fields that the client can send to make messages more flexible and feature-rich. |
If you're gonna implement more meta datas, please encrypt them. |
Needed feature. |
When both users aren't simultaneously online and there is a significant difference between sent and received times both times should be displayed on both ends. Currently toxcore doesn't provide such capability.
My original report to qTox: qTox/qTox#3306
The text was updated successfully, but these errors were encountered: