Files
jami-daemon/test/unitTest/plugins

COPYRIGHT NOTICE

Copyright (C) 2004-2024 Savoir-faire Linux Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

plugin.yml
----------

The test configuration file can specify:

* jplDirectory - relative to the test executable or a full path;

* plugin - the plugin name;

* cert - the certificate of the plugin

* mediaHandlers - present media handlers names in the plugin;

* chatHandlers - present chat handlers names in the plugin;

The default test plugin is TestSuite.

Test plugin build
-----------------

For the CI tests, which uses a Ubuntu 20.04 docker, the test suite must be build with an appropriate glibc version, meaning a glib 3.31 or older.

Jami supports systems from Ubuntu 18.04, which uses glib 2.27.

If the plugin is build within a Ubuntu 18.04, it should work on all Jami supported platforms.

TO check your system glib version: `ldd --version`