English 中文(简体)
Whatsapp和Viber用于聊天和消息传递的机制
原标题:what mechanisms used by Whatsapp and Viber for Chatting and messaging

我正在搜索一些关于Whatsapp和Viber的东西。

他们通过VOIP提供免费通话、短信和聊天功能。

任何一个都能识别出两个应用程序使用的是哪种机制吗。

意味着聊天使用了什么样的协议以及其他详细信息。以及任何其他可以用来创建这样的聊天应用程序的代码。

请提供一些详细信息。

最佳回答

Whatsapp使用自定义的XMPP服务器,Viber使用自己的SIP voip服务器。

XMPP

问题回答

暂无回答




相关问题
Voice Conference - how to have more people in conversation?

first of all, I m just a hobbyist, so I m sorry if this is dumb question or if I m being too naive. (It also means that I can t buy expensive libraries) This is the situation: I m building a simple ...

VoIP over 3G on iPhone, what s changed in the SDK?

I ve been looking at the SDK3.2 to find out about the new capacity to direct call over IP on 3G network, but I don t see anything obvious in the API diffs. Is this just something Apple allows on a low ...

Structure of a Voice Chat application (Client/Server)?

I need an EXPERT opinion please, and sorry if my question itself is a confused question. I was reading around about structure of VOIP applications (Client/Server). And mostly UDP is recommended for ...

udp socket options for sendng RTP

I am opening socket on windows platform for sending RTP voice packets. The application is softphone. What preferable options should be set on this socket.

Need advice on VOIP call trunking and termination

I am working on a project where we make a VOIP phone call to the end user, essentially, exactly like skype does. The problem is, that all calls from VOIP need to be terminated as PSTN if it has to ...

Voice Communication over TCP/IP

I m currently developing application using DirectSound for communication on an intranet. I ve had working solution using UDP but then my boss told me he wants to use TCP/IP for some reason. I ve tried ...

Open-source p2p videoconferencing in Flash or Java?

I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I m looking for a Java- or Flash-based solution. Also, ...

热门标签