Thank you @mrmarkuz for this reply!
Iâve successfully added a signature and cleared up my public folder issue (yepâŚit was permissions).
Iâm now testing the integration of the chat services from WebTop. Iâve enabled the service in WebTop Admin as per the link. and Iâve installed chat on Nethserver. Does Chat on Webserver need to be configured? There doesnât appear to be any other requirements needed from the Nethserver Docs. After I logged out of WebTop Admin and logged in as one of my users I immediately received an error:
Unable to connect to chat server.
If the problem persists, please contact the system administrator.
I thought I would enable the ejabberd Admin page. This errored out with the following mesage:
echo â{âconfigurationâ:{âpropsâ:{âstatusâ:âenabledâ,âWebAdminâ:âenabledâ,âS2Sâ:âdisabledâ,âModMamStatusâ:âdisabledâ,âModMamPurgeDBStatusâ:âdisabledâ,âModMamPurgeDBIntervalâ:â30â,âModHttpUploadStatusâ:âdisabledâ,âModHttpUploadQuotaStatusâ:âenabledâ,âModHttpUploadQuotaMaxDayâ:â30â,âShaperFastâ:â1000000â,âShaperNormalâ:â500000â}}}â | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/nethserver-ejabberd/update | jq
I then created a jabberadmins group and added my ID to this group. I received an error in Nethserver saying the group was not created. But upon refreshing the page the group was created. Here is the error I received.
echo â{âactionâ:âgroup-createâ,ânameâ:âjabberadminsâ,âmembersâ:[âdonaldâ]}â | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/system-users/create | jq
I then tried updating the group and received this error:
echo â{âactionâ:âgroup-updateâ,ânameâ:âjabberadminsâ,âmembersâ:[âmickeyâ]}â | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/system-users/update | jq
- Can you provide more details for me on how to integrate Nethserver ejabberd with WebTop?
- Where in WebTop do I point to my Nethserver ejabberd?
- Is my Nethserver ejabberd not installed correctly based on all the issues Iâve identified above?
- Does ejabberd need to be reinstalled to fix the issues Iâve seen?
Thank you.