I've been messing around all day and still haven't been able to find a way to do this.
The conversation window ones are the biggest UI files (the biggest ones included in my skin anyway)
i've fouind this section from line 280 of the definition file:
code:
<element layoutpos=client layout=borderlayout() id=atom(ParticipantArea) padding=rect(6,0,0,0)>
<element id=atom(yourightsidecontainer) layout=verticalflowlayout(0,2) layoutpos=top>
<element id=atom(youcontainer) layout=borderlayout() selected=false>
<clipperh layoutpos=left id=atom(clipperhyou) class="AvatarClipper" layout=borderlayout()>
<element id=atom(youview) layoutpos=top layout=borderlayout()>
<Element id=atom(rostercontainer) layout=filllayout()>
<Element layout=filllayout() ID=Atom(ai138)>
which i think is the right section, but it's escaping me how to add in a new element, or where exactly to put it and with what properties.
i usually end up breaking the conversation window with my efforts