X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fcore%2FJubChatClient.m;h=b46c14cf8fa3def40723d60a671770961a1e437f;hp=77a4791541806bff07e079e3ecf01b7f4f26a1ae;hb=d4efe21c5972e934b33fd70d42a407124c8a746b;hpb=bfecc06eee92ced72c224a4d2c98dbdb8f08d3f2 diff --git a/src/core/JubChatClient.m b/src/core/JubChatClient.m index 77a4791..b46c14c 100644 --- a/src/core/JubChatClient.m +++ b/src/core/JubChatClient.m @@ -31,8 +31,6 @@ _streamManagement = [[XMPPStreamManagement alloc] initWithConnection: _connection]; - - [_connection asyncConnectAndHandle]; } @catch (id e) { [self release]; @throw e;