문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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.

Take a look at Jabber

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top