0
iosにはxmppframework
があります。私はGTalk
と通信することができましたが、私の会社の社内アプリケーションのためにこのAPIをMicrosoft OCSに使用する必要があります。私たちのサーバーはCWAで構成されています。OCS Xmpp Iphoneクライアント
NSString *[email protected]"im.name.com";
NSURL *url = [NSURL URLWithString:pURL];
NSLog (@"%@", [url absoluteString]);
[xmppStream setHostName:[url absoluteString]];
[xmppStream setHostPort:443];
[xmppStream setMyJID:[XMPPJID jidWithString:@"Domain\id"]];
password = @"password";
が、私は、誰かがこの上で私を助けることができればそれは、本当に参考になります、次のエラー
SEND: <?xml version='1.0'?>
SEND: <stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' to='companyname.com'>
xmppStream:didReceiveError: Error Domain=AsyncSocketErrorDomain Code=4 "Read operation timed out" UserInfo=0x157460 {NSLocalizedDescription=Read operation timed out}
---------- xmppStreamDidDisconnect: ----------
Unable to connect to server. Check xmppStream.hostName
を取得しています。