Changing Client ID of Smack Bot

Hi. Sorry, I have a very simple question. How I can change Client id of my bot? (Smack3D9…)

Thanks

If you meant the resource by ID: Just add the resource name as parameter to login()

And don’t forget a

ServiceDiscoveryManager.setIdentityType(“bot”); // http://xmpp.org/registrar/disco-categories.html

:slight_smile:

Flow

1 Like