<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">

<web-app>
    <display-name>Jive Messenger</display-name>
    <description>Open Source XMPP Server by Jive Software (jivesoftware.org)</description>

    <context-param>
        <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
        <param-value>messenger_i18n_en</param-value>
    </context-param>
    <!-- Uncomment if running in application server only 
    <servlet>
        <servlet-name>XMPPBootServlet</servlet-name>
        <servlet-class>org.jivesoftware.messenger.XMPPBootServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
</servlet>
    -->

    <!--@@JSPC-SERVLETS@@-->

    <taglib>
        <taglib-uri>core</taglib-uri>
        <taglib-location>/WEB-INF/c.tld</taglib-location>
    </taglib>
    <taglib>
        <taglib-uri>fmt</taglib-uri>
        <taglib-location>/WEB-INF/fmt.tld</taglib-location>
    </taglib>
</web-app>