Smack 4.1 create account problem

I use AccountManager to create account, but I need to login into a existed account to be able create acc successfully.

Also I try to use Spark to create account on my server and it’s successful, this means that to create new account, we don’t need to login to an existing account.

this is the log from Openfire server.

My question is how to create new account without login to an existed account?

Thanks

It appears the XMPP domain configured in openfire does not match what you configured in the XMPPTCPConnectionConfigurationBuilder, i.e. “192.168.0.15”.

1 Like

Thank you very much