Facebook login by access_token

Hi,

With smack 3.1.0 and 3.20, I cannot do succesfully login to the facebook using the access_token because the “login” method (in the “XMPPConnection” class) makes lower case the username:

username = username.toLowerCase().trim();

I removed toLowerCase() to solve my problem.

Cheers

Fabio