[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2007-11-11 14:50:38
Message-ID: 1194792638.836999.1510.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 735379 by rjarosz:

Backport: Filter out Miranda's invisible check.

CCBUG: 148035



 M  +4 -0      client.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/client.cpp #735378:735379
@@ -564,6 +564,10 @@
 	}
 	else if ( ! msg.hasProperty( Oscar::Message::AutoResponse ) )
 	{
+		// Filter out miranda's invisible check
+		if ( msg.messageType() == 0x0004 && msg.textArray().isEmpty() )
+			return;
+
 		// let application handle it
 		kdDebug( OSCAR_RAW_DEBUG ) << k_funcinfo << "Emitting receivedMessage" << endl;
 		emit messageReceived( msg );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic