Allow IDNs for server and not only domain.
This commit is contained in:
parent
643552d5d9
commit
33969934b2
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
|||
OFEnumerator *enumerator;
|
||||
|
||||
if (server)
|
||||
[sock connectToHost: server
|
||||
[sock connectToHost: [self XMPP_IDNAToASCII: server]
|
||||
port: port];
|
||||
else {
|
||||
@try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue