Index: src/Makefile ================================================================== --- src/Makefile +++ src/Makefile @@ -6,10 +6,11 @@ LIB_MINOR = 0 SRCS = XMPPAuthenticator.m \ XMPPCallback.m \ XMPPConnection.m \ + XMPPContactManager.m \ XMPPExceptions.m \ XMPPEXTERNALAuth.m \ XMPPIQ.m \ XMPPJID.m \ XMPPJSONFileStorage.m \ Index: src/XMPPConnection.m ================================================================== --- src/XMPPConnection.m +++ src/XMPPConnection.m @@ -343,11 +343,11 @@ exceptionWithClass: [self class]]; sock = [[OFTCPSocket alloc] init]; if (server) - [sock connectToHost: [self XMPP_IDNAToASCII: server] + [sock connectToHost: server port: port]; else { @try { SRVLookup = [XMPPSRVLookup lookupWithDomain: domainToASCII];