JBoss.orgCommunity Documentation
The configuration of the XMPPMessenger component is found in /extension/webapp/src/main/webapp/WEB-INF/cs-extension/cs/chat/chat-service-configuration.xml. It helps eXo Collaboration connect the Openfire instance.
<component>
<type>org.exoplatform.services.xmpp.connection.impl.XMPPMessenger</type>
<init-params>
<properties-param>
<name>openfire-connection-conf</name>
<property name="host" value="127.0.0.1"/>
<property name="port" value="5222"/>
</properties-param>
<properties-param>
<name>send-file</name>
<property name="timeout" value="7200000"/>
</properties-param>
</init-params>
</component>
Details:
Properties-param | Property name | Description | Possible Values | Default Value |
---|---|---|---|---|
openfire-connection-conf |
|
IP address or hostname for the openfire server. Port to connect on the Openfire server. Should be the same that is set in the Openfire configuration "Client to Server". |
|
127.0.0.1 5222 |
send-file | timeout | The timeout before aborting attempt to establish a file transfer. | integer | 7200000 |