#*********************************** * renders the html instant messaging client. * that is included in the header. * * 1) Print some invisible div's containing the messages, status and the roster. The * DIV's have special ID's * 2) Write some links for the top navigation. When clicking the link, overlib displays * the content from the invisible DIV's. The content is fetched from the DIV using * the browsers innerHTML method. ***********************************# ## only proceed if connected to server otherwise nothing is shown #if($imclient.isConnected()) #set ($presence = $imclient.getStatus()) #*********************************** * Message ***********************************#
#*********************************** * Status changer list ***********************************# #*********************************** * Buddies roster ***********************************# #*********************************** * Message ***********************************# #if ($imclient.hasMessage()) #if ($imclient.getMessage().getType().toString() == "normal") #elseif ($imclient.getMessage().getType().toString() == "chat") #end #end #*********************************** * Status changer ***********************************#