[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:       2008-05-28 21:08:52
Message-ID: 1212008932.155173.1501.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 813871 by rjarosz:

SVN commit 813801 by rjarosz:

Backport commit 813783.
Fix bug 162479: ICQ server send "Invalid SNAC header" error.
Fix bug 154280: ICQ contact looses authorization after moving to another group.

CCBUG: 162479
CCBUG: 154280



 M  +3 -0      blmlimitstask.cpp  
 M  +3 -1      ssiparamstask.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/blmlimitstask.cpp #813870:813871
@@ -83,7 +83,10 @@
 	kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Sending BLM limits request" << endl;
 	FLAP f = { 0x02, 0, 0 };
 	SNAC s = { 0x0003, 0x0002, 0x0000, client()->snacSequence() };
+
 	Buffer* buffer = new Buffer();
+	buffer->addTLV16( 0x0005, 0x0003 );
+
 	Transfer *t = createTransfer( f, s, buffer );
 	send( t );
 }
--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/ssiparamstask.cpp #813870:813871
@@ -66,8 +66,10 @@
 {
 	FLAP f = { 0x02, 0, 0 };
 	SNAC s = { 0x0013, 0x0002, 0x0000, client()->snacSequence() };
+
 	Buffer* buffer = new Buffer();
-	
+	buffer->addTLV16( 0x000B, 0x000F );
+
 	Transfer* t = createTransfer( f, s, buffer );
 	send( t );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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