Rino Raimato - 2008-07-03

Hi,
I'm starting to work with this package, and I found it very nice.
I have a problem, I'm try to add  a friend to a list, but It doesn't work.
I'm using the simple addFriend method.

MsnMessenger messenger;
public void AddContact(String Email,String Name){
    net.sf.jml.Email contactEmail = net.sf.jml.Email.parseStr(Email);
    messenger.addFriend(contactEmail, Name);
}

Login phase is omitted, but it works fine, the problem is when I try to add a buddy.
Could someone help me?
thanks.