AccountManager issues Smack 3.2.1-3.4.1

Greetings

I stumbled upon a problem while using smack 3.4.1 ( and also the versions smack 3.2.1 3.3.0 ) and trying to create a user through

the account manager.

AccountManager accountManager = new AccountManager(xmppConnection);

HashMap<String, String> attributes = new HashMap<String, String>();

attributes.put(“email”, email);

attributes.put(“text”, description);

accountManager.createAccount(username, password, attributes);

However creating the user (using the previous code) is only successfull when using the smack-3.1.0 and smackx-3.1.0.

Is there anyone else with the same problem? Does it have to do with the Java version?

Thank you in advancve.

Emmanouil