do I need to setup my XMPP server if to use it for

2019-09-06 14:14发布

Is there a public XMPP server available either free or commercial with good quality? Or we need to set it up ourselves?

1条回答
一夜七次
2楼-- · 2019-09-06 15:13

You can use a publicly available XMPP server for free during your test/development phases. http://xmpp.net will give you a list of freely available Jabber servers. However, once you have your application running into production and specially at some scale, it's not recommended to use a 3rd party freely available server for your application.

Alternately, if all you care about is adding real-time chat inside your application and not about XMPP or any other underlying protocol, i would recommend checking this answer out here.

查看更多
登录 后发表回答