Book Image

Openfire Administration

By : Mayank Sharma
Book Image

Openfire Administration

By: Mayank Sharma

Overview of this book

<p>Openfire is a free, open-source and full featured Jabber-based Instant Messaging server.<br /><br />This book is a guide to setting up Openfire, tweaking it, and customizing it to build a secure and feature-rich alternative to consumer IM networks. The features covered include details about setting up the server, adding and handling users and groups, updating, and extending the service with plug-ins, connecting with users on external IM networks, connecting with external voice over IP solutions and more, with user-friendly instructions and examples so that you can easily set up your IM network.<br /><br />The book deals with several features of Openfire to streamline communication within an enterprise and beyond. It shows how to configure Openfire to allow only secured connections. It then explains how Openfire complements other existing services running on your network. Managing and fostering IM as a real-time collaboration and communication tool is what this book is about.</p>
Table of Contents (19 chapters)
Openfire Administration
Credits
About the Author
About the Reviewer
Preface

Using The Server


We now have the server up and running. But how do users connect to the server? Or for that matter, where are the users? Well, let me introduce you to some instant messaging clients.

Installing The Spark Client

Installing the client in both Linux and Windows is a walk in the park. Remember that, like the server, Spark is also a Java application. But you don't have to worry about installing Java for Spark, because versions for all platforms of the client include the JRE.

On your chosen Linux distribution, download the Spark tarball and extract its contents under a standard location, such as /opt.

$ cd /tmp
$ tar zxvf spark_2_5_8.tar.gz
$ mv Spark/ /opt/

Now simply navigate to the newly-extracted directory and run the client by issuing the following commands:

$ cd /opt/Spark/
$ ./Spark

Look ma, no installation!

Let's move on to Windows now. Download the Spark installer for Windows and double-click on it to launch the installer. Like any other Windows application, you need to select...