xmpp.chapril.org-conversejs/src/templates/occupant.html
JC Brand a1e24c95c9 Add nickname to chat message when clicking on room occupant.
Allows you to easily mention someone in your message.
2016-07-26 09:31:23 +00:00

11 lines
356 B
HTML

<li class="{{role}} occupant" id="{{id}}"
{[ if (role === "moderator") { ]}
title="{{desc_moderator}} {{hint_occupant}}"
{[ } ]}
{[ if (role === "occupant") { ]}
title="{{desc_occupant}} {{hint_occupant}}"
{[ } ]}
{[ if (role === "visitor") { ]}
title="{{desc_visitor}} {{hint_occupant}}"
{[ } ]}>{{nick}}</li>