Is it possible to programmatically talk to MSN messenger / Live messenger?

人走茶凉 提交于 2019-11-30 10:32:08

Check out LibPurple, which is the library underlying the pidgin multi-protocol IM client.

The open source pidgin does it, so maybe have a look ?

MSNP-Sharp is a very good C# API.

You haven't stated what your purpose is, but maybe you can use source code of alternative clients like pidgin, amsn or centerim to access msn live network and use whatever service you want. I cannot point you to any documentation but you can use their source code if you want.

Is C proper enough?

I would take a look at msn-pecan - A WLM plugin for Pidgin

Let me clarify what I'm going to use it for. We want a viable solution to be able to connect to MSN messenger from Flash, we can't connect directly because flash is a bit bonkers and doesn't like to open socket connections to a domain unless it's invited.

So we'll need to construct a proxy server in a proper language (which obviously we'd like to support other protocols too, so that'll work quite nicely with lib purple). We don't have any experience in house of C, so it would have been preferable to keep it in Java, which is what our team is experienced in, but there really don't seem to be any decent APIs for Java, or APIs that Java could interact with.

Nevertheless, thanks for the suggestions chaps. They look very useful.

Lachlan Roche

The Java MSN Messenger Library is also pretty good.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!