2021-04-13 11:07:10 +02:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2021-04-13 19:05:01 +02:00
|
|
|
<rougail version="0.10">
|
2021-04-13 11:07:10 +02:00
|
|
|
<variables>
|
|
|
|
<family name="ejabberd">
|
|
|
|
<variable name="description" type="string">
|
|
|
|
<value>Exportation de la base de ejabberd</value>
|
|
|
|
</variable>
|
2021-05-01 18:32:45 +02:00
|
|
|
<variable name="day" type="choice" mandatory="True">
|
|
|
|
<choice>none</choice>
|
|
|
|
<choice>daily</choice>
|
|
|
|
<choice>weekly</choice>
|
|
|
|
<choice>monthly</choice>
|
|
|
|
<value>none</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="mode" type="choice" mandatory="True">
|
2021-04-13 11:07:10 +02:00
|
|
|
<value>pre</value>
|
2021-05-01 18:32:45 +02:00
|
|
|
<choice>pre</choice>
|
|
|
|
<choice>post</choice>
|
2021-04-13 11:07:10 +02:00
|
|
|
</variable>
|
|
|
|
</family>
|
|
|
|
</variables>
|
2021-01-17 18:39:15 +01:00
|
|
|
</rougail>
|