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

Setting up Server-to-Server Communications


Using DynDNS, I've set up the following two accounts based on the example given in this chapter:

  • bhx.office-on-the.net—It points to the Openfire server in Birmingham, UK

  • mum.office-on-the.net—It points to the Openfire server in Mumbai, India

You can choose different names and if you run your own DNS, your names will be different.

Once you have set up the hostnames, make sure to use them as "server name" when setting up Openfire at both the locations. Once Openfire is set up, head over to the Openfire administration console. The server-to-server settings can be accessed from Server | Server Settings | Server to Server. From this page, you can do the following:

  1. 1. Enable/Disable the service and choose a port number: All server-to-server communication flows through a particular port. By default, this is port number 5269, but you can choose any other free port.

  2. 2. Disconnect on idle: Server-to-server connections are established on an as-needed basis, and...