Can't Remove XMPP in UCP

Hello,

We are running:
FreePBX 10.0.192.16
UCP: 13.0.42.2
User Management: 13.0.76.27
XMPP: 13.0.17.4

We can’t remove XMPP in UCP, we already checked for updates, tried to disable and re-enable XMPP in module admin, and Turned on and Off in userman, won’t go away.
It’s set to NO in the Group and in the User settings,still shows up.

Anyone?

Thanks

Update:

I ran the following lines:

yum remove nodejs
yum remove npm
yum install nodejs
fwconsole ma uninstall ucpnode
fwconsole ma remove ucpnode
fwconsole ma download ucpnode
fwconsole ma install ucpnode
fwconsole ma uninstall xmpp
fwconsole ma remove xmpp
fwconsole ma download xmpp
fwconsole ma install xmpp

Works after a reload.
Good day ya’ll.