Is there a public XMPP server available either free or commercial with good quality? Or we need to set it up ourselves?
相关问题
- Get Offline Messages From XMPP Without Becoming On
- Android - How to keep connection with server for a
- How to implement “last seen at” functionality (lik
- smack api get all public rooms on openfire server
- ejabberd MUC message history
相关文章
- React native flatlist initial scroll to bottom
- How to simultaneously read audio samples while rec
- Socket IO fails to connect within corporate networ
- Xmpp chat invisible presence
- C# Charting - Reasonble Large Data Set and Real-ti
- Chat bubble animation
- Jabber.net on Unity/Android error (No JNI_OnLoad f
- Sending inline images using Smack XMPP
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.