Enable Chats UI

Enable Chats UI#

The Chats Component is disabled by default, you can enable it either from the Carbonio Admin Panel or from the command line by running as the zextras user the command

zextras$ carbonio prov mc default carbonioFeatureWscEnabled TRUE

This command enables the chat for the default COS, but you can enable it only on selected COSes.

Restart the following services in the given order

  1. Message broker

    # systemctl restart carbonio-message-broker
    
  2. Message dispatcher

    # systemctl restart carbonio-message-dispatcher
    
  3. Chats

    # systemctl restart carbonio-ws-collaboration
    
  4. In case you also installed Carbonio VideoServer

    # systemctl restart carbonio-videoserver
    
Check status of Chats

After the installation, you can check the status of and all its dependencies by running command

# curl -v http://127.78.0.4:10000/health | jq