EXI Plugin Readme

Overview

A plugin for the Openfire real time collaboration server that implements Efficient XML Interchange (EXI) functionality.

This plugin provides an XMPP implementation of EXI as defined in XEP-0322.

Efficient XML Interchange (EXI)

Efficient XML Interchange (EXI) is a binary XML format for exchange of data on a computer network. It is one of the most prominent efforts to encode XML documents in a binary data format, rather than plain text. Using EXI format reduces the verbosity of XML documents as well as the cost of parsing. Improvements in the performance of writing (generating) content depends on the speed of the medium being written to, the methods and quality of actual implementations.

EXI is useful for:

Read more about EXI in its Wikipedia article (where the above definition was taken from).

History

This plugin was first developed by Javier Placencio, in 2013 and 2014. In 2023, that now dormant project was forked by the Ignite Realtime community into this project.

Installation

Copy exi.jar into the plugins directory of your Openfire installation. The plugin will then be automatically deployed. To upgrade to a new version, copy the new exi.jar file over the existing file.