From 089f994131001d1fe2aae07e67e844455e7e51f7 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Wed, 9 Jan 2013 19:32:57 +0100 Subject: [PATCH] Remove redundant IDNAToASCII --- src/Makefile | 1 + src/XMPPConnection.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3472c73..993a8b0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,6 +8,7 @@ LIB_MINOR = 0 SRCS = XMPPAuthenticator.m \ XMPPCallback.m \ XMPPConnection.m \ + XMPPContactManager.m \ XMPPExceptions.m \ XMPPEXTERNALAuth.m \ XMPPIQ.m \ diff --git a/src/XMPPConnection.m b/src/XMPPConnection.m index c9b53ff..b4506f9 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -345,7 +345,7 @@ sock = [[OFTCPSocket alloc] init]; if (server) - [sock connectToHost: [self XMPP_IDNAToASCII: server] + [sock connectToHost: server port: port]; else { @try {