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

Advanced Archiving Settings


In addition to enabling Openfire to keep logs of all conversations, the Monitoring Service plugin (previously bundled as part of Openfire Enterprise edition, now installable from within the Plugins tab) offers some additional archiving options as well. The settings we just looked at creates raw XML logs of the conversation. However, if you are using the Monitoring Service plugin, you can archive the conversation with context, which makes it easier to trace, retrieve, and present, if the need arises.

Using the Monitoring Service plugin's archiving settings, you can:

  • Log and retrieve individual one-to-one conversations

  • Know at a glance how long each conversation lasted

  • Know the number of messages exchanged in the conversation

  • Archive particular rooms or all group chats

  • Limit the duration of conversations

To set these parameters, head over to Server | Archiving | Archive Settings. Use the Message and Metadata Settings form and enable Conversation State Archiving if you...