Matthew Wild wrote:
> Something occurred to me the other day (and I was annoyed because I
> thought this XEP finalised). Some clients struggle to agree about how
> to handle /me at the same time as XHTML-IM. The main question is
> whether they should send the /me message in XHTML as they would
> present it ("* John does this") (often in another colour too), or
> whether they send the unprocessed "/me does this" text.
>
> When the latter, this requires receiving clients to process incoming
> XHTML-IM messages for /me commands. Most clients also add their own
> colour and style to actions, if they are to be consistent with
> plaintext messages, but should these styles override the styles set by
> the sender?
>
> I don't know what the best solution is, but I think it is quite
> desirable to have some mention of this issue in the XEP, and a
> recommended behaviour.
We discussed it here:
http://logs.jabber.org/[email protected]/2009-01-07.html#16:20:53
Conclusion: the XHTML could have formatting such as the following:
<p style='color:green'>/me disagrees</p>
But the XHTML SHOULD NOT or MUST NOT do this:
<p style='color:green'>*stpeter disagrees</p>
Peter