Beta 3 Released

Hey all,

Smack Beta 3 has been released. Many bugs have been fixed, and a new AccountManager class is included. Unfortunately, I didn’'t have time to add presence support to Roster, so that will have to wait until beta 4.

Regards,

Matt

i’‘ve looked at XMPPException and cant’'t understand how to get XMPPError from it in code

Arg, I knew there was something I was forgetting. I’‘ll make this change now. I’'d recommend just adding the following method to your own copy of the source of XMPPException for now:

public XMPPError getXMPPError() {
    return error;
}

Regards,

Matt