Registration No Input password?

hello.

How to regster user?

Registration Api is

Represents registration packets. An empty GET query will cause the server to return information about it’s registration support. SET queries can be used to create accounts or update existing account information. XMPP servers may require a number of attributes to be set when creating a new account. The standard account attributes are as follows:

  • name – the user’s name.
  • first – the user’s first name.
  • last – the user’s last name.
  • email – the user’s email address.
  • city – the user’s city.
  • state – the user’s state.
  • zip – the user’s ZIP code.
  • phone – the user’s phone number.
  • url – the user’s website.
  • date – the date the registration took place.
  • misc – other miscellaneous information to associate with the account.
  • text – textual information to associate with the account.
  • remove – empty flag to remove account.

Why not password?

Thank you

Have a look at the javadoc of AccountManager.createAccount()

thank you very macth!