好像我正确设置了东西,但是XMPPReconnect没有开始......我错过了什么?
_xmppReconnect = [[XMPPReconnect alloc] init];
[_xmppReconnect activate:_xmppStream];
[_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
答案 0 :(得分:1)
据我所知,只有在连接流后才会重新连接。
添加重新连接模块后是否连接了流?