【问题标题】:Can't get XMPPReconnect to work on iOS无法让 XMPPReconnect 在 iOS 上工作
【发布时间】:2011-12-30 23:55:33
【问题描述】:

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

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

【问题讨论】:

  • 面临同样的问题。你解决了吗?

标签: ios xmpp reconnect


【解决方案1】:

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

你在添加重连模块后连接流了吗?

【讨论】:

  • 嘿@bert 你能帮我解决这个问题吗..我面临着类似的问题
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-03-25
  • 2012-01-18
  • 2016-03-24
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多