diff --git a/apps/webchat/source/config/WEB-INF/web.xml b/apps/webchat/source/config/WEB-INF/web.xml index fe6871317..98cbd9e49 100644 --- a/apps/webchat/source/config/WEB-INF/web.xml +++ b/apps/webchat/source/config/WEB-INF/web.xml @@ -4,6 +4,7 @@ "http://java.sun.com/dtd/web-app_2_3.dtd"> + WebChat Smack-powered WebChat Application @@ -12,27 +13,155 @@ jivesoftware.com + + + + + allowAnonymous + true + + + + + allowAccountCreation + true + + + + + allowLogin + true + + + + + logoFilename + images/logo.gif + + + + + chat.announcement-color + #009d00 + + + + + chat.owner-label-color + #aa0000 + + + + + chat.participant-label-color + #0000aa + + + + + chat.text-color + #434343 + + + + + error.text-color + #ff0000 + + + + + link.color + #045d30 + + + + + link.hover-color + #350000 + + + + + link.visited-color + #3b3757 + + + + + body.background-color + #ffffff + + + + + body.text-color + #362f2d + + + + + frame.divider-color + #83272b + + + + + button.color + #d6dfdf + + + + + button.text-color + #333333 + + + + + textfield.color + #f7f7fb + + + + + textfield.text-color + #333333 + + + - org.jivesoftware.webchat.ChatServlet + org.jivesoftware.webchat.JiveChatServlet ChatServlet - org.jivesoftware.webchat.ChatServlet + org.jivesoftware.webchat.JiveChatServlet 1 ChatServlet - /servlet/ChatServlet/* + /ChatServlet/* + + 3 + + index.jsp - index.html - + + \ No newline at end of file