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
-
Message broker
# systemctl restart carbonio-message-broker
-
Message dispatcher
# systemctl restart carbonio-message-dispatcher
-
Chats
# systemctl restart carbonio-ws-collaboration
-
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