2017-06-30 52 views

回答

3

XMPPStream.m文件,去init功能,只需將線下

asyncSocket = [[GCDAsyncSocket alloc] initWithDelegate:self delegateQueue:xmppQueue]; 

添加以下行

[asyncSocket setPreferIPv4OverIPv6:NO]; 

聊天將在兩個IPV4 & IPV6 then

+0

謝謝!這個對我有用。 – Lim

相關問題