Bug #1063
"Typing" animation in XMPP causes the unread message count to raise
Status: | New | Start: | 05/28/2015 | |
Priority: | Normal | Due date: | ||
Assigned to: | Oliver Schneider | % Done: | 0% |
|
Category: | Engine XMPP (Jabber) | |||
Target version: | 1.0.1 | |||
Complexity: | Medium |
Found in Version: | ||
Votes: | 0 |
Description
When the person you're talking to in a XMPP chat is typing, we show three dots which appear and disappear. Each of these updates to the buffer makes the unread count on the tab raise, which means you have a constantly-rising number which is distracting and doesn't add anything.
It does go back to the real unread message count when they do send the message, but you can't ever really trust the count.
History
Updated by Mirco Bauer 3466 days ago
- Target version changed from 1.0 to 1.0.1
- Complexity set to Medium
The issue is that the dots are inserted as a Smuxi message. IMHO it should do it directly to the TextBuffer instead, see:
https://github.com/meebey/smuxi/blob/master/src/Frontend-GNOME-XMPP/XmppPersonChatView.cs#L85