Stop caching authentication mechanisms

We don't need to do that. In fact we had to do additional work.
This commit is contained in:
Florian Zeitz 2011-03-10 22:14:32 +01:00
parent 54ffeac46b
commit b1439941ba
2 changed files with 22 additions and 29 deletions

View file

@ -63,7 +63,6 @@
/// Whether to use TLS
BOOL useTLS;
id <XMPPConnectionDelegate> delegate;
OFMutableArray *mechanisms;
XMPPAuthenticator *authModule;
}