Is there a public XMPP server available either free or commercial with good quality? Or we need to set it up ourselves?
Is there a public XMPP server available either free or commercial with good quality?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.