Chapter 2. Announcement

Table of Contents

Major changes
Database schema changes
New features
Support for Message Archive Management protocol
Support for using separate database for different domains

Major changes

Tigase Message Archiving component has undergone a few major changes to our code and structure. To continue to use Tigase Message Archiving component, a few changes may be needed to be made to your systems. Please see them below:

Database schema changes

We decided to no longer use in-code database upgrade to update database schema of Message Archiving component and rather provide separate schema files for every supported database.

Additionally we moved from in-code generated SQL statements to stored procedures which are now part of provided database schema files.

To continue usage of new versions of Message Archiving component it is required to manually load new component database schema, see the section called “Preparation of database” section for informations about that.

Warning

Loading of new database schema is required to use new version of Message Archiving component.