Version: 0.12.5 (using KDE KDE 3.5.6) Installed from: Ubuntu Packages When i try to send a message via ICQ that contain any XML (Example: <Files>Hello!</Files>), it got stripped. My interlocutor receive just "Hello!" without any "<", ">" or "Files" in a message.
Please send this: The last word in this sentence is <b>bold</b>. I guess it get's interpreted as HTML and the last word is displayed in bold?
SVN commit 735323 by rjarosz: Move sanitizedMessage from AIM/ICQContactBase to AIM/ICQAccount, because messages are converted by oscar server for our protocol. So ICQAccount always gets plain messages and AIMAccount rtf or plain messages with escaped metacharacters. Fix bug 149779: When sending XML via ICQ it got stripped. We have to escape HTML metacharacters in ICQ, because we receive plain text. BUG: 149779 M +88 -1 aim/aimaccount.cpp M +4 -0 aim/aimaccount.h M +0 -87 aimcontactbase.cpp M +0 -3 aimcontactbase.h M +7 -0 icq/icqaccount.cpp M +2 -0 icq/icqaccount.h M +0 -5 icqcontactbase.cpp M +0 -2 icqcontactbase.h M +1 -1 oscaraccount.cpp M +2 -0 oscaraccount.h M +0 -2 oscarcontact.h WebSVN link: http://websvn.kde.org/?view=rev&revision=735323