AccountManager manager = BuddyList.getInstance().getConnection()
.getAccountManager();
// go ahead and delete the account
try {
manager.deleteAccount();
} catch (XMPPException e) {
String errorMessage = "";
errorMessage = resources.getString("xmppError"
+ e.getXMPPError().getCode());