talk_matterbridge/appinfo/info.xml
Joas Schilling 6b5a5bb82e
chore(release): Bump version for 32
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-26 16:13:36 +02:00

47 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>talk_matterbridge</id>
<name>Talk Matterbridge</name>
<summary><![CDATA[This app brings the Matterbridge binary to your server to connect Nextcloud Talk with other chat services.]]></summary>
<description><![CDATA[This app brings the Matterbridge binary to your server to connect Nextcloud Talk with other chat services.
This allows admins to easily install and keep updated the Matterbridge binaries through a familiar interface.
The last number of the version is the shipped Matterbridge binary version.
Binary is licensed under Apache-2.0 License.]]></description>
<version>1.32.1026000</version>
<licence>agpl</licence>
<author>Gary Kim</author>
<author>Julien Veyssier</author>
<namespace>TalkMatterbridge</namespace>
<types>
<prevent_group_restriction />
</types>
<category>integration</category>
<website>https://github.com/nextcloud/talk_matterbridge</website>
<bugs>https://github.com/nextcloud/talk_matterbridge/issues</bugs>
<repository>https://github.com/nextcloud/talk_matterbridge.git</repository>
<dependencies>
<nextcloud min-version="31" max-version="32" />
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\TalkMatterbridge\Migration\RegisterBinary</step>
</post-migration>
<install>
<step>OCA\TalkMatterbridge\Migration\RegisterBinary</step>
</install>
</repair-steps>
</info>