从 jsjac 的 xmmppy 连接获取会话信息
我正在尝试让 xwchat 和 xmpppy 一起工作,遵循这篇博客文章 http://codingcromulence.blogspot.com/2009/01/chat-hacking-part-ii.html 但无法从 xmpppy 连接获取会话 id 和其他信息。有人有这方面的经验吗?
I am trying to make xwchat and xmpppy work together following this blog post , http://codingcromulence.blogspot.com/2009/01/chat-hacking-part-ii.html But unable to get session id and other information from xmpppy connection. Does anyone has prior experience with this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
得到解决方案,需要在服务器端使用BOSH客户端,BOSH客户端创建一个会话并给出sid,rid可以在视图中使用。
Got the solution, need to use a BOSH Client on server side, BOSH client creates a session and gives sid, rid which can be used in view.