Applied updates from WinSrev (thanks!) for:

[JM-991] Group chat highlighting for your name mentioned, and your own messages.
[JM-997] Fixed error when no username is specified during gateway registration.
[JM-993] Mild color adjustments to default theme.
[JM-278] Fixes for URL parsing, including better treatment of network addresses.


git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@10337 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Daniel Henninger
2008-05-05 04:00:33 +00:00
committed by dhenninger
parent 86bb19e941
commit 947901be94
11 changed files with 72 additions and 16 deletions

View File

@ -344,6 +344,9 @@ public abstract class ChatRoom extends BackgroundPanel implements ActionListener
newMessage.setTo(message.getTo());
newMessage.setFrom(message.getFrom());
newMessage.setBody(message.getBody());
newMessage.setProperty("date", new Date());
transcript.add(newMessage);