All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.chat.chat.xml Maven / Gradle / Ivy

There is a newer version: 8.1.5
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE aspectran PUBLIC "-//ASPECTRAN//DTD Aspectran 8.0//EN"
        "http://aspectran.github.io/dtd/aspectran-8.dtd">
<aspectran>

    <settings>
        <setting name="transletNamePrefix" value="/chat"/>
    </settings>

    <translet name="/">
        <echo id="page">
            <item name="headline">Aspectran WebSocket Chat Demo</item>
            <item name="teaser">Example of chat application with WebSockets</item>
            <item name="include">chat/chat</item>
            <item name="style">plate</item>
        </echo>
        <dispatch name="templates/default"/>
    </translet>

</aspectran>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy