Unable to connect to ejabberd localhost
问题 I am tyring to connect to the ejabberd localhost from my android application The ejabbered server does not show the online user on ejabberd web admin. AbstractXMPPConnection conn1; conn1 = new XMPPTCPConnection("MyID@localhost", "password", "192.168.1.23"); conn1.connect(); if(conn1.isConnected()) { Toast.makeText(this,"conn 1 successfull",Toast.LENGTH_LONG).show(); } // Create a connection to the jabber.org server on a specific port. XMPPTCPConnectionConfiguration config =