<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin id="feed.sql" label="CONF_MESSAGE[Events SQL]" description="CONF_MESSAGE[Use an SQL based storage for persisting all user-space event logs]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd" mixins="dibidriver_consumer">
    <class_definition classname="Pydio\Notification\Feed\SqlFeedStore" filename="plugins/feed.sql/SqlFeedStore.php"/>
    <server_settings>
        <param description="CONF_MESSAGE[SQL Connexion Parameters]" label="CONF_MESSAGE[SQL Driver]" name="SQL_DRIVER"
                      type="group_switch:dibi" mandatory="true" default="core"/>
        <param type="button" name="INSTALL_SQL" choices="run_plugin_action:feed.sql:installSQLTables" label="CONF_MESSAGE[SQL Tables]" description="CONF_MESSAGE[Install SQL Tables]" mandatory="false"/>
    </server_settings>
    <client_settings>
        <resources>
            <i18n namespace="feed.sql" path="plugins/feed.sql/i18n"/>
        </resources>
    </client_settings>
</ajxp_plugin>
