Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28e0c11369593a9517ae12b45c685dc3ad27fc8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<info>
	<id>spreed</id>
	<name>Spreed video calls</name>
	<description>Voice over IP conferencing using WebRTC</description>
	<licence>AGPLv3+</licence>

	<author>Ivan Sein</author>
	<author>Jan-Christoph Borchardt</author>
	<author>Lukas Reschke</author>
	<author>Morris Jobke</author>

	<default_enable/>
	<version>1.0.20</version>
	<dependencies>
		<nextcloud min-version="11" max-version="11" />
	</dependencies>
	<namespace>Spreed</namespace>
	<settings>
		<admin>OCA\Spreed\Settings\Admin</admin>
	</settings>
</info>