Help in android smack setting connection Configuration with openfire

I need a little help here

I set up my own openfire server and I want to use it here

what should i write in .setXmppDomain() .setHost() ?

connectionConfiguration= XMPPTCPConnectionConfiguration.builder()
.setUsernameAndPassword(“user”, “user”)
.setHost("")
.setXmppDomain("")
.setKeystoreType(null)
.build();

http://download.igniterealtime.org/smack/docs/latest/javadoc/org/jivesoftware/smack/ConnectionConfiguration.Builder.html#setXmppDomain-java.lang.String-

2 Likes