是否存在针对 Java、ActionScript (Flash) 的 MSNP 实现?
有趣的是,是否有针对 Java 或 ActionScript (Flash) 的 MSNP 实时消息协议的实现?
Interesting if there any Implementation of MSNP Live Messanges Protocol for Java or ActionScript (Flash)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
下面是 ActionScript 的一个:http://code.google.com/p/as3msnp/
Here's one for ActionScript: http://code.google.com/p/as3msnp/
这似乎是唯一的一个: http://sourceforge.net/apps/trac/java-jml
This seems to be the only one: http://sourceforge.net/apps/trac/java-jml
根据 Microsoft 针对 Skype MSNP12 协议的新策略,该策略不起作用。
以下参考的主要主机现已响应
Microsoft 服务主机和端口
因此,在 MSNP8-15 上工作的 JML 库现在没用了。
这是关于 MSNP 的另一个主题 - MSNP 的未来
As per Microsoft new policy towards Skype MSNP12 protocol is not working.
major host of following reference are now responding
Microsoft Service host and ports
So, JML lib is now useless which work over MSNP8-15.
Here is another thread over MSNP - What's the future of MSNP
我在 4 年前开发的聊天服务器中使用了下面的 API,当时 MSNP10 正在与我们合作。您可以从下面的链接下载该 API,我发现根据文档和他们在其网站上提供了示例。
祝
你好运。
I used the below API in a chating server we were developing 4 years ago , at that time MSNP10 was working with us.You can download the API from below link and I found it very easy to getting started with this API based on the documentation and examples they have provided on their website.
http://sourceforge.net/apps/trac/java-jml/
Good Luck.