Send Multiple fields with AccountCreationWizard

The way everything is setup right now, only the desired username and password is sent to the server during account creation. I would like to send both of these values along with other attributes such as email, real name, etc. Does anyone know how I can accomplish this? I have looked at the AccountManager code under smack, but is there a simpler way of making this change without having to change a lot of Smack code?

Thanks!

The smack class AccountManager is called from AccountCreationWizard. I am trying to call AccountManager.createAccount(String username, String password), but of course, I have a few extra fields I would like to send.