【发布时间】:2011-12-30 23:55:33
【问题描述】:
似乎我设置正确,但 XMPPReconnect 没有启动。我错过了什么吗?
_xmppReconnect = [[XMPPReconnect alloc] init];
[_xmppReconnect activate:_xmppStream];
[_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
【问题讨论】:
-
面临同样的问题。你解决了吗?