Connecting spark to a XMPP server

I’m trying to use the spark client to connect to a pre-existing xmpp server using port 443. I have the IP of the server I want to connect to as well but Im having no luck.

I’m not entirely sure what to do. Im also trying to connect the client through a proxy as well

Are you sure this server is configured to accept regular TCP connection on 443 port? Usually it is 5222 for regular clients (non web).

Not sure if proxy will work in Spark. It was broken in the past and is probably still broken. Spark always tries to connect directly.

You can try some other client like Gajim to connect.