Subject: unable to connect eJabberd server from my .Net console application
i am trying to connect my local ejabbered server from my .net Console application.
getting below error.
No connection could be made because the target machine actively refused it 192.168.1.184:5222
I have disabled IPV6 still getting above error.
sample code.
Thanks in advance.
getting below error.
No connection could be made because the target machine actively refused it 192.168.1.184:5222
I have disabled IPV6 still getting above error.
sample code.
- var host = "XXX.net";
- var user = "ASDF@XXX.net";
- var pass = "XXXXX";
- m_xmppClient.Connect();
Thanks in advance.
This post was edited 3 times, last on 2018-03-16, 14:29 by ismailqadri.