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

前端 未结 7 1870
暗喜
暗喜 2021-01-01 07:17

I\'ve been researching how to interact with the MSN messenger / Live messenger service programmatically and I can\'t find any real documentation on this. The documentation

相关标签:
7条回答
  • 2021-01-01 07:52

    MSNP-Sharp is a very good C# API.

    0 讨论(0)
  • 2021-01-01 07:52

    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.

    0 讨论(0)
  • 2021-01-01 08:01

    Is C proper enough?

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

    0 讨论(0)
  • 2021-01-01 08:02

    The Java MSN Messenger Library is also pretty good.

    0 讨论(0)
  • 2021-01-01 08:04

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

    0 讨论(0)
  • 2021-01-01 08:05

    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.

    0 讨论(0)
提交回复
热议问题