* account.
*/
protected void openCreateXMPPAccountWizard() {
getContainer().getShell().setVisible(false);
CreateXMPPAccountWizard createXMPPAccountWizard = WizardUtils
.openCreateXMPPAccountWizard(false);
if (createXMPPAccountWizard != null
&& createXMPPAccountWizard.getCreatedXMPPAccount() != null) {
this.isXMPPAccountCreated = true;
XMPPAccount account = createXMPPAccountWizard
.getCreatedXMPPAccount();
String server = account.getServer();
String username = account.getUsername();
String password = account.getPassword();