【发布时间】:2012-01-06 11:31:36
【问题描述】:
我正在为 iPhone 开发一个应用程序。我将在我们的应用程序中实现与 GoogleTalk XMPP 的聊天。我想使用 SOCKS5 Bytestream (http://xmpp.org/extensions/xep-0234.html # hash) 传输文件。 我无法初始化会话。我发送请求“会话启动”。
<jingle xmlns='urn:xmpp:jingle:1'
action='session-initiate'
initiator='romeo@montague.lit/orchard'
sid='851ba2'>
<content creator='initiator' name='a-file-offer'>
服务器返回错误“code= 503 service-unavailable”。
您能说出问题所在吗?我可以访问此服务吗?还有什么其他方法可以使用 GoogleTalk XMPP 实现文件传输?
【问题讨论】: