通过 XMPP 的 J2ME Gtalk 连接失败
我正在开发连接到 GTalk 的 J2ME 应用程序。我使用的是WTK2.5.2。 这是我的代码示例,
StreamConnection connection = (StreamConnection) Connector.open(
"socket://gmail.com:5222", Connector.READ_WRITE);
InputStream inStream = connection.openInputStream();
int i = inStream.read();//returns -1
它没有在端口 5222 上连接。(5222 端口在防火墙中打开) 当我连接 443 端口时,它连接良好,但输入流读取不正确。读取流时,首先读取字符返回-1。
请帮我!
I am developing J2ME app that connect to GTalk. I am using WTK2.5.2.
Here is my code sample,
StreamConnection connection = (StreamConnection) Connector.open(
"socket://gmail.com:5222", Connector.READ_WRITE);
InputStream inStream = connection.openInputStream();
int i = inStream.read();//returns -1
It doesn't get connected on port 5222 port.(with 5222 port is open in firewall)
When i connect with 443 port, it connects well but the input stream is not read correctly. While reading the stream, first read character return -1.
Please Help Me!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论