| 1747 | | //Enable this after Adium 1.2, which is in string freeze as it is added. |
|---|
| 1748 | | /* *disconnectionError = AILocalizedString(@"The name you entered is not registered. Check to ensure you typed it correctly.", nil); */ |
|---|
| | 1748 | |
|---|
| | 1749 | } else if (disconnectionError && [*disconnectionError isEqualToString:[NSString stringWithUT8String:_("SSL Handshake Failed")]]) { |
|---|
| | 1750 | /* This particular message comes with PURPLE_CONNECTION_ERROR_ENCRYPTION_ERROR, which is a 'fatal' error according to libpurple. Other problems |
|---|
| | 1751 | * with that message may be fatal, but this one isn't. |
|---|
| | 1752 | */ |
|---|
| | 1753 | reconnectDelayType = AIReconnectNormally; |
|---|