From kde-commits Fri Jul 11 21:44:24 2008 From: Carlo Segato Date: Fri, 11 Jul 2008 21:44:24 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/protocols/msn Message-Id: <1215812664.160939.10047.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121581267212396 SVN commit 831117 by segato: better fix for getting amsn display pictures, it works with emesene too, this piece of code isn't needed anymore with qt4 M +2 -4 dispatcher.cpp --- trunk/KDE/kdenetwork/kopete/protocols/msn/dispatcher.cpp #831116:831117 @@ -95,10 +95,8 @@ kDebug(14140) << "Requesting, " << msnObject; - QString context = QString::fromUtf8((msnObject + "\r\n").toUtf8().toBase64()); - // NOTE remove the \0 character automatically - // appended to a QCString. - context.replace("=", ""); + QString context = QString::fromUtf8(msnObject.toUtf8().toBase64()); + QString content = "EUF-GUID: {A4268EEC-FEC5-49E5-95C3-F126696BDBF6}\r\n" "SessionID: " + QString::number(sessionId) + "\r\n"