Ejabberd Archive Viewer
A simple frontend for viewing ejabberd archive entries
Project startSat, 09 Jun 2018
Last releaseNo available yet
Introduction
Ejabberd Archive Viewer allows you to easily access your chat history of your ejabberd server.
Configuration
- Point your web server to the httpdocs directory.
- Copy
src/main/resources/config.sample.ini
tosrc/main/resources/config.ini
and modify it to fit your environment.
Testing in Vagrant VM
Note: This was only tested with VirtualBox as provider.
- Install Vagrant plugins (if not already installed):
- VirtualBox guest plugin:
vagrant plugin install vagrant-vbguest
- Puppet install plugin:
vagrant plugin install vagrant-puppet-install
- VirtualBox guest plugin:
- Run
vagrant up
to setup the Vagrant VM. - The viewer will be available on the configured port on localhost (http://localhost:8080 by default)