简体   繁体   English

是否有适用于android,BB和iPhone的第三方聊天应用程序?

[英]Are there any 3rd party chatting apps available for android,BB and iPhone?

I have a client who has a requirement for a chatting app. 我有一个需要聊天应用程序的客户。 This app should make communication possible on Android and Blackberry. 这个应用程式应该可以在Android和Blackberry上进行通讯。

Wonder if this is technically feasible? 想知道这在技术上是否可行? If yes then how? 如果是,那怎么办? Any clue? 有什么线索吗?

查看WhatsApp-您可以发送文本,图片等。

Yes, all you need is a chat server and clients on both mobile devices that utilize the server. 是的,您只需要一个聊天服务器和两个使用该服务器的移动设备上的客户端即可。 All these frameworks support web services, so its quite easy to create a web-service to handle this on the server for you. 所有这些框架都支持Web服务,因此很容易创建一个Web服务来为您在服务器上进行处理。

You can probably skip the server and let them talk directly to each other. 您可能可以跳过服务器,让他们直接互相交谈。

If you are looking for a technique to build three apps that can chat with each other regardless of phone OS this surely can be done. 如果您正在寻找一种技术来构建可以彼此聊天的三个应用程序,而无论手机操作系统是什么,那么可以肯定地做到这一点。

You need to look for a chatting standard that is covered with libraries for all the three systems. 您需要查找所有三个系统的库都包含的聊天标准。 I would look into Jabber/XMPP. 我会研究Jabber / XMPP。 It is the most commonly used open standard for submitting messages and at least for Android there is the Smack library that will run on Android and give you all the necessary functionality. 它是提交消息的最常用的开放标准,至少在Android平台上,有Smack库 ,它将在Android上运行并为您提供所有必要的功能。 I don't know which libraries can be used on iPhone or BB but there should be something available at least on the iPhone. 我不知道可以在iPhone或BB上使用哪些库,但至少在iPhone上应该有可用的库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM