Subject: XmppCon.Authenticated is not always true
why XmppCon.Authenticated is not always true when I'm authenticated?
When I'm authenticating and creating a new account (i set XmppCon.RegisterAccount = true;)
after succesfull registration of new acc and login XmppCon.Authenticated is set to false but XmppCon.RegisterAccount is set to true.
Is this true?
I have come to this conclusion because of my method IsLogged that was looking just if XmppCon.Authenticated == true, but in this case it was returning me false..
When I'm authenticating and creating a new account (i set XmppCon.RegisterAccount = true;)
after succesfull registration of new acc and login XmppCon.Authenticated is set to false but XmppCon.RegisterAccount is set to true.
Is this true?
I have come to this conclusion because of my method IsLogged that was looking just if XmppCon.Authenticated == true, but in this case it was returning me false..
Preky