
Your program will recieve XML in its standard input stream, it will have the oppurtunity to modify it, and then it must hand it back to Kopete by way of its standard ouput stream. If your program modifies the following elements, the internal knowledge that Kopete has of the message will be modified to reflect your changes.
"message" attribute "timestamp" but not other time attributes
"message" attribute "subject"
"message" attribute "type"
"message" attribute "importance"
"body" attribute "color". This is usually set to a web color number, but can be set to a name. The names defined by SVG are accepted by QColor in Qt 4, so they are the only names that may be used.
"body" attribute "bgcolor" — same behaviour as "color"
content of element "body"
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team