Login error

Hello,

I’'m using a jabberd2 server and tried following:

con = new XMPPConnection(“192.168.40.143”, 5222);

con.login(“walter”, “walter”);

i always get this exception:

No response from the server.:

at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:275)

I’'ve tried to connect to the jabber server with the jabber client Exodus and it works.

Anybody an idea?

judy

judy,

AFAIK, you should connect with a server using its name and not its IP address. Please, try using the server name and let us know if the problem persists.

Thanks,

– Gato

When i used the servername instead of the ip address it worked. Thanks for your help.

judy