Bug 306650

Summary: Notifications are emitted for backlog messages
Product: [Frameworks and Libraries] telepathy Reporter: David Edmundson <kde>
Component: text-uiAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: junior-jobs
Priority: NOR    
Version: 0.5.0   
Target Milestone: Future   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.6.0

Description David Edmundson 2012-09-12 08:42:23 UTC
We should check Tp::RecievedMessage::isScrollback() and not emit notifications if this is true.

(original report)
In fact, with xmpp and multi user chat, you configure the server to send the history of a room when a user join it:  http://xmpp.org/extensions/xep-0045.html#enter-history

I'm using a server which sends the last week of history, so when I join a chatroom, telepathy spawns thousands of notifications during at least 1 or 2 minutes.