1

好像我设置正确,但 XMPPReconnect 没有启动。我错过了什么吗?

_xmppReconnect = [[XMPPReconnect alloc] init];
[_xmppReconnect activate:_xmppStream];
[_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
4

1 回答 1

1

据我所知,只有在连接流后它才会重新连接。

添加重新连接模块后,您是否连接了流?

于 2012-05-18T23:09:14.920 回答