Android 上的聊天室应用程序无需 openfire
我计划在 Android 上使用 asmack lib 作为聊天室应用程序,但是,我只想使用 PHP 作为服务器脚本,并使用 mysql 作为后端数据库服务器。我希望我能找到一种不用 openfire 来构建它的方法,可能吗?有什么建议来实施它们吗?
I plan to use asmack lib for a chatroom app on android, however, I just want to use PHP as server scripts with mysql as backend database server. I hope I can find a way to build it without openfire, is it possible? Any suggestions to implement them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用任何您想要的服务器。 asmack 是一个通过 XMPP 进行通信的客户端库,XMPP 与语言无关。选择您想要的任何服务器,您的客户端应该可以正常工作。
您对 OpenFire 是否有 PHP api 的评论有些令人困惑,您是否想要 OpenFire 服务器?服务器编写的语言与您的客户端应用程序无关。
You can use whatever server you want. asmack is a client library that communicates via XMPP, which is language agnostic. Select any server you would like and your client should work fine.
Your comments about whether OpenFire has a PHP api though are somewhat confusing, do you want an OpenFire server or not? The language the server is written in is irrelevant to your client app.