I'm trying to create an Android XMPP client. I've successfully tested it by connecting with GTalk but now I'm trying to connect to other free servers like Jabber but really confused because connecting to GTalk I could simply write
ConnectionConfiguration connConfig = new ConnectionConfiguration(talk.google.com, 5222, gmail.com);---
But the procedure looks really different for other servers. Where am I stuck now?
for trying other server I registered to https://register.jabber.org/ but think I have misunderstood xmpp.