Is XMPPConnection using secure connection to loginto the server?

I am wondering what protocal XMPPConnection is using to pass the user name and password to the server when I call

connection.login(username, password, resource, false) method.

Is it using SSL or some other protocal?

Thanks a lot!!!