Remove redundant IDNAToASCII
This commit is contained in:
parent
178627a652
commit
089f994131
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ LIB_MINOR = 0
|
||||||
SRCS = XMPPAuthenticator.m \
|
SRCS = XMPPAuthenticator.m \
|
||||||
XMPPCallback.m \
|
XMPPCallback.m \
|
||||||
XMPPConnection.m \
|
XMPPConnection.m \
|
||||||
|
XMPPContactManager.m \
|
||||||
XMPPExceptions.m \
|
XMPPExceptions.m \
|
||||||
XMPPEXTERNALAuth.m \
|
XMPPEXTERNALAuth.m \
|
||||||
XMPPIQ.m \
|
XMPPIQ.m \
|
||||||
|
|
|
@ -345,7 +345,7 @@
|
||||||
sock = [[OFTCPSocket alloc] init];
|
sock = [[OFTCPSocket alloc] init];
|
||||||
|
|
||||||
if (server)
|
if (server)
|
||||||
[sock connectToHost: [self XMPP_IDNAToASCII: server]
|
[sock connectToHost: server
|
||||||
port: port];
|
port: port];
|
||||||
else {
|
else {
|
||||||
@try {
|
@try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue