LLM: Listen for XMPP connections
Review Request #3862 — Created Feb. 28, 2025 and submitted — Latest diff uploaded
We don't actually handle the XMPP connections yet as Xeme needs a bit of work before that can happen
Created an account and used
sudo netstat -lptn
to verify that it was creating a server on a random port and that it was properly shutdown when the account was disabled. I also used telnet to connect to the port and verified that it was closed immediately.