@@ -55,11 +55,11 @@ - (void)XMPP_handleSession: (XMPPIQ*)iq; - (void)XMPP_handleRoster: (XMPPIQ*)iq; @end @implementation XMPPConnection -@synthesize JID, port, useTLS, delegate, roster; +@synthesize JID, port, delegate, roster; - init { self = [super init]; @@ -67,11 +67,10 @@ sock = [[OFTCPSocket alloc] init]; parser = [[OFXMLParser alloc] init]; elementBuilder = [[OFXMLElementBuilder alloc] init]; port = 5222; - useTLS = YES; parser.delegate = self; elementBuilder.delegate = self; roster = [[XMPPRoster alloc] initWithConnection: self];