From 6e76ea6798905b5afa5079133a957fbe93bac028 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 2 Nov 2012 12:02:09 -0500 Subject: Update kopete references of gaim to pidgin. This resolves bug report 865. Thanks to Kristopher Gamrat. --- kopete/protocols/oscar/liboscar/sendmessagetask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/protocols/oscar/liboscar/sendmessagetask.cpp') diff --git a/kopete/protocols/oscar/liboscar/sendmessagetask.cpp b/kopete/protocols/oscar/liboscar/sendmessagetask.cpp index 1b8cbfbc..df1a8193 100644 --- a/kopete/protocols/oscar/liboscar/sendmessagetask.cpp +++ b/kopete/protocols/oscar/liboscar/sendmessagetask.cpp @@ -141,7 +141,7 @@ void SendMessageTask::addChannel1Data( Buffer* b ) { Buffer tlv2buffer; - //Send features TLV using data from gaim. Features are different + //Send features TLV using data from pidgin. Features are different //depending on whether we're ICQ or AIM if ( client()->isIcq() ) { @@ -266,7 +266,7 @@ void SendMessageTask::addRendezvousMessageData( Buffer* b ) b->addLEWord( 0x001B ); // length of this data segment, always 27 // protocol version - // miranda,licq use 8, gaim,icq5 use 9, icq2003b uses 10. + // miranda,licq use 8, pidgin,icq5 use 9, icq2003b uses 10. // 9 seems to make things a litle difficult, 10 seems a little more like 8, but still more difficult b->addLEWord( 0x0008 ); // so stick with 8 for now :) -- cgit v1.2.1