无法让XMPPReconnect在iOS上运行

时间:2011-11-17 03:29:50

标签: ios xmpp reconnect

好像我正确设置了东西,但是XMPPReconnect没有开始......我错过了什么?

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

1 个答案:

答案 0 :(得分:1)

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

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