Hi,
Recently I am tracing the bug about receiving custom emotions from MSN Live
Messenger 8. After some modifications on the MNS protocol part, right now I
can successfully get emotions in KTempFile. But when the MSN protocol part
sends the rich text message to the chat window, somehow the chat window only
shows the text without icons. The detail is described as follows.
In function
Kopete::Message &MSNSwitchBoardSocket::parseCustomEmoticons(Kopete::Message
&kmsg)
It sends the 'message' as RichText to Kopete chat window.
kmsg.setBody(message, Kopete::Message::RichText);
and the content of the 'message' is
<img align="center" width="20" height="20" src="/tmp/kde/msnpicture--
WMw1Ka.png" title="a" alt="a"/><img align="center" width="20" height="20"
src="/tmp/kde/msnpicture--oNcHOa.png" title="b" alt="b"/><img align="center"
width="19" height="19" src="/tmp/kde/msnpicture--uGVnEb.png" title="|¦("
alt="|¦("/>:D:'(
The message shown in the chat window is
ab|¦(:D:'(
without any emotion inside.
I checked the image files specified by the 'message', and they all contained
the correct images. So I was wondering if it is a bug on the chat window
part or the message format sent by that function is not correct. The Kopete
I'm using is from SVN with revision 703929. If there is any suggestion,
please let me know!
Thanks,
Chao-Cheng Wu
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel