JBoss.orgCommunity Documentation

HistoryImpl

The configuration of historyImpl is found in the /extension/webapp/src/main/webapp/WEB-INF/cs-extension/cs/chat/chat-service-configuration.xml. When this configuration file is executed, the component named org.exoplatform.services.xmpp.history.impl.jcr.HistoryImpl initializes all the configured parameters.



<component>
    <type>org.exoplatform.services.xmpp.history.impl.jcr.HistoryImpl</type>
    <init-params>
        <value-param>
            <name>workspace</name>
            <value>collaboration</value>
        </value-param>
        <value-param>
            <name>repository</name>
            <value>repository</value>
        </value-param>
        <value-param>
            <name>path</name>
            <value>exo:applications/eXoChat/history</value>
        </value-param>
    </init-params>
</component>

Details:

Value-Param Description Possible Values Default Value
workspace The workspace name in JCR where history data is stored. string collaboration
repository The repository name in JCR where history data is stored. string repository
path The JCR path to the location where history data is stored. string exo:applications/eXoChat/history.