You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.8 KiB
86 lines
2.8 KiB
<?xml version="1.0"?>
|
|
<info>
|
|
<id>spreed</id>
|
|
<name>Video calls</name>
|
|
<summary><![CDATA[Video & audio-conferencing using WebRTC]]></summary>
|
|
<description>< library.
|
|
|
|
And in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):
|
|
|
|
* 💬 [Chat integration](https://github.com/nextcloud/spreed/issues/35)
|
|
* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
|
|
|
|
**Known issues:**
|
|
|
|
* [HTTP/2.0 is currently not supported](https://github.com/nextcloud/spreed/issues/225)
|
|
|
|
]]></description>
|
|
<licence>AGPL</licence>
|
|
|
|
<author>Ivan Sein</author>
|
|
<author>Jan-Christoph Borchardt</author>
|
|
<author>Lukas Reschke</author>
|
|
<author>Morris Jobke</author>
|
|
|
|
<website>https://github.com/nextcloud/spreed</website>
|
|
<bugs>https://github.com/nextcloud/spreed/issues</bugs>
|
|
<repository type="git">https://github.com/nextcloud/spreed.git</repository>
|
|
|
|
<category>multimedia</category>
|
|
<category>social</category>
|
|
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-call.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-screensharing.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-contacts-menu.png</screenshot>
|
|
|
|
<website>https://github.com/nextcloud/spreed</website>
|
|
<bugs>https://github.com/nextcloud/spreed/issues</bugs>
|
|
<repository type="git">https://github.com/nextcloud/spreed.git</repository>
|
|
|
|
<version>2.1.4</version>
|
|
|
|
<dependencies>
|
|
<nextcloud min-version="13" max-version="13" />
|
|
</dependencies>
|
|
<types>
|
|
<prevent_group_restriction />
|
|
</types>
|
|
<namespace>Spreed</namespace>
|
|
|
|
<navigations>
|
|
<navigation>
|
|
<name>Video calls</name>
|
|
<route>spreed.Page.index</route>
|
|
<order>3</order>
|
|
</navigation>
|
|
</navigations>
|
|
|
|
<settings>
|
|
<admin>OCA\Spreed\Settings\Admin</admin>
|
|
</settings>
|
|
|
|
<activity>
|
|
<settings>
|
|
<setting>OCA\Spreed\Activity\Setting</setting>
|
|
</settings>
|
|
|
|
<providers>
|
|
<provider>OCA\Spreed\Activity\Provider</provider>
|
|
</providers>
|
|
</activity>
|
|
|
|
<repair-steps>
|
|
<post-migration>
|
|
<step>OCA\Spreed\Migration\EmptyNameInsteadOfRandom</step>
|
|
<step>OCA\Spreed\Migration\FillRoomTokens</step>
|
|
</post-migration>
|
|
</repair-steps>
|
|
<contactsmenu>
|
|
<provider>OCA\Spreed\ContactsMenu\Providers\CallProvider</provider>
|
|
</contactsmenu>
|
|
</info>
|