Subject: Connection time out
how can i catch connection time out using agsxmpp ? below is the code am using. i have stop the server but it does not through any exception.
- private void OnError(object sender, Exception e)
- {
- string ee = e.ToString(); // i need to decide connection time out
- }