Bug #1063

avatar

"Typing" animation in XMPP causes the unread message count to raise

Added by Carlos Martín Nieto 3248 days ago. Updated 3248 days ago.

Status:New Start:05/28/2015
Priority:Normal Due date:
Assigned to:avatarOliver 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.

2015-05-28-203110_98x75_scrot.png (1.6 KB) Carlos Martín Nieto, 05/28/2015 08:38 PM

History

Updated by Mirco Bauer 3248 days ago

avatar
  • 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

Also available in: Atom PDF