XMPP Environment Setup
1> setting up an XMPP environment requires several assistive tools:
OpenFire is developed in Java, so we need to install the Java environment first
XAMPP (Apache+mysql+php+perl) is a powerful built-in XAMPP software station integration package.
Many people have realized from their own experience that installing Apache servers is not an easy thing to do. It's even harder if you want to add MySQL, PHP, and Perl. XAMPP is a version of Apache that is easy to install and contains MySQL, PHP, and Perl. XAMPP is really easy to install and use: Just download, unzip, start.
Installation steps picture omitted
OpenFire is developed in Java, and the open source real-time collaboration (RTC) server is based on the XMPP (Jabber) protocol. OpenFire is easy to install and use, and is managed with the Web. A single server can support tens of thousands of concurrent users.
The OpenFire service is written in the Java language, and your computer must have a Java operating environment. Install the JDK successfully after the installation of OpenFire.
2> Configuration of the auxiliary tools (Environment configuration)
① Open the three services in XAMPP and go to phpMyAdmin to configure it and create a database
② open OpenFire in System Preferences and go to admin console for configuration
③ Database and openfire server for matching configuration
XMPP Environment Setup