大家好,我正在开发一个 IRC 机器人项目,尝试将 Windows live 集成到机器人中,并且已收到发送到该频道的消息。但当前的问题是我拥有的旧的 Messenger API 不再起作用。目前的 API 我只能找到有关插件的信息(除非我制作安装程序,否则最终用户的设置很复杂),或联系信息。
我希望我的机器人是独立的(不需要信使)并让它自行登录,但我在任何地方都找不到有关登录过程的信息。
有什么想法吗?
Hey there guys, I'm working on an IRC bot project, Trying to integrate Windows live into a bot, And have received messages sent to the channel. But the current problem is that the old messenger API that I had no longer works. And the current API i can only find information about addins (complicated for the end user to set up unless I make an installer), Or contact information.
I would like my bot to be stand-alone (no messenger required) and have it log in it self, But I can not find information on the login process anywhere.
Any ideas?
发布评论
评论(2)
另一种选择(直到新 API 可用)是将 GTalk 与 Jabber 库一起使用,例如 Agsxmpp 。我切换到它是因为旧的 Messenger API 不受支持。
A alternative (until the new API becomes available) is to use GTalk with a Jabber library like Agsxmpp. I switched over to it because the old messenger API wasn't supported.
您可以选择等待上个月发布的 Messenger Connect API:
Messenger Connect
或者,以下内容提供了有关如何进行身份验证的一些信息:
身份验证 API
祝你好运。
You may opt to wait for the Messenger Connect API announced last month:
Messenger Connect
Alternatively, the following has some information on how to authenticate:
Authentication API
Good luck.