-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Implement XEP-0333 displayed and acknowledged chat markers #2028
Comments
@deleolajide Can this be closed now? |
Yes please |
I got a question: |
@mightymop: AFAIK Converse doesn't show anything related to these markers in the UI. It only supports these markers by notifying your chat partner that a message has been received/displayed etc. |
@jcbrand: thanks for your answer... so maybe it would be a good improvement to add this to the ui? maybe simple colorize the existing check symbol to blue with css or add a second one? |
@mightymop: You're welcome to create a new feature request for that. |
Is your feature request related to a problem? Please describe.
Currently, only the received chat marker is implemented in Converse. However, Prosody is able to handle displayed and acknowledged chat markers in order to send accurate room activity notifications back to Converse
Describe the solution you'd like
Converse is tracking the total unread messages and first unread message displayed in a chatbox as well as user gestures that reset the counter. When the counter gets reset, mark the last message as acknowledged. All new messages should be marked as displayed.
The text was updated successfully, but these errors were encountered: