Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正しく設定しているようですが、XMPPReconnect が機能していません。
_xmppReconnect = [[XMPPReconnect alloc] init]; [_xmppReconnect activate:_xmppStream]; [_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
私の知る限り、ストリームが接続されると再接続されます。
再接続モジュールを追加した後、ストリームを接続しましたか?