mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-17 21:12:08 +01:00
47 lines
1.6 KiB
XML
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>
|