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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2006-11-17 22:03:36
Message-ID: 1163801016.888317.23292.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 605703 by rjarosz:

Fix status message sending.
 


 M  +2 -2      sendmessagetask.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/sendmessagetask.cpp #605702:605703
@@ -61,8 +61,8 @@
 
 	// Check Message to see what SNAC to use
 	int snacSubfamily = 0x0006;
-	if ( ( m_message.messageType() == 2 ) && m_message.hasProperty( Oscar::Message::AutoResponse ) )
-	{ // an auto response is send for ack of chat messages
+	if ( ( m_message.channel() == 2 ) && m_message.hasProperty( Oscar::Message::AutoResponse ) )
+	{ // an auto response is send for ack of channel 2 messages
 		kDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Sending SNAC 0x0B instead of 0x06 " << endl;
 		snacSubfamily = 0x000B;
 	}
[prev in list] [next in list] [prev in thread] [next in thread] 

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