any open source instant messenger?

若如初见. 提交于 2019-12-08 09:38:46

问题


I need to develop an instant messenger (like MSN Messagner, but only simple and basic function is fine), based on .Net (C#). I want to integrate the instant messenger with my current web site user. I want to know any open source (better C#) instant messenger to reference?

BTW: some of the users are using internal IP address (behind a gateway or proxy, like 10.10.xxx.xxx) -- so in this scenario two users can not use point to point message transfer if both of them are behind a gateway? And I think I have to develop a server which acts as an intermediate party to transfer message between two users, correct?


回答1:


Pidgin is an open-source messenger. Not C# though (it's in C, actually)




回答2:


I think you should take a look at XMPP. This is an open messaging protocol with many different client and server implementations.

It can also be run 'through' a webserver using BOSH.




回答3:


Take a look at Jabber



来源:https://stackoverflow.com/questions/2533578/any-open-source-instant-messenger

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