зеркало из https://github.com/nextcloud/spreed.git
129 строки
5.1 KiB
XML
129 строки
5.1 KiB
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>spreed</id>
|
|
<name>Talk</name>
|
|
<summary><![CDATA[Chat, video & audio-conferencing using WebRTC]]></summary>
|
|
<description><![CDATA[Chat, video & audio-conferencing using WebRTC
|
|
|
|
* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.
|
|
* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.
|
|
* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 52 (or newer), latest Edge or Chrome 49 (or newer) with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).
|
|
* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.
|
|
|
|
And in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):
|
|
* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
|
|
|
|
]]></description>
|
|
|
|
<version>12.0.0-dev.6</version>
|
|
<licence>agpl</licence>
|
|
|
|
<author>Daniel Calviño Sánchez</author>
|
|
<author>Ivan Sein</author>
|
|
<author>Jan-Christoph Borchardt</author>
|
|
<author>Jennifer Piperek</author>
|
|
<author>Joas Schilling</author>
|
|
<author>Marco Ambrosini</author>
|
|
<author>Vincent Petry</author>
|
|
|
|
<namespace>Talk</namespace>
|
|
|
|
<types>
|
|
<dav />
|
|
<prevent_group_restriction />
|
|
</types>
|
|
|
|
<category>multimedia</category>
|
|
<category>social</category>
|
|
<category>workflow</category>
|
|
|
|
<website>https://github.com/nextcloud/spreed</website>
|
|
<bugs>https://github.com/nextcloud/spreed/issues</bugs>
|
|
<repository>https://github.com/nextcloud/spreed.git</repository>
|
|
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/call-in-action.jpg</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/chat.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/file-darg-and-drop.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/screensharing.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/video-verfication.png</screenshot>
|
|
|
|
<dependencies>
|
|
<nextcloud min-version="22" max-version="22" />
|
|
</dependencies>
|
|
|
|
<background-jobs>
|
|
<job>OCA\Talk\BackgroundJob\ExpireSignalingMessage</job>
|
|
<job>OCA\Talk\BackgroundJob\RemoveEmptyRooms</job>
|
|
<job>OCA\Talk\BackgroundJob\ResetAssignedSignalingServer</job>
|
|
<job>OCA\Talk\BackgroundJob\CheckReferenceIdColumn</job>
|
|
<job>OCA\Talk\BackgroundJob\CheckHostedSignalingServer</job>
|
|
<job>OCA\Talk\BackgroundJob\CheckMatterbridges</job>
|
|
</background-jobs>
|
|
|
|
<repair-steps>
|
|
<pre-migration>
|
|
<step>OCA\Talk\Migration\FixNamespaceInDatabaseTables</step>
|
|
</pre-migration>
|
|
<post-migration>
|
|
<step>OCA\Talk\Migration\CreateHelpCommand</step>
|
|
<step>OCA\Talk\Migration\ClearResourceAccessCache</step>
|
|
<step>OCA\Talk\Migration\CacheUserDisplayNames</step>
|
|
</post-migration>
|
|
<install>
|
|
<step>OCA\Talk\Migration\CreateHelpCommand</step>
|
|
</install>
|
|
</repair-steps>
|
|
|
|
<commands>
|
|
<command>OCA\Talk\Command\ActiveCalls</command>
|
|
<command>OCA\Talk\Command\Command\Add</command>
|
|
<command>OCA\Talk\Command\Command\AddSamples</command>
|
|
<command>OCA\Talk\Command\Command\Delete</command>
|
|
<command>OCA\Talk\Command\Command\ListCommand</command>
|
|
<command>OCA\Talk\Command\Command\Update</command>
|
|
<command>OCA\Talk\Command\Stun\Add</command>
|
|
<command>OCA\Talk\Command\Stun\Delete</command>
|
|
<command>OCA\Talk\Command\Stun\ListCommand</command>
|
|
<command>OCA\Talk\Command\Turn\Add</command>
|
|
<command>OCA\Talk\Command\Turn\Delete</command>
|
|
<command>OCA\Talk\Command\Turn\ListCommand</command>
|
|
<command>OCA\Talk\Command\Signaling\Add</command>
|
|
<command>OCA\Talk\Command\Signaling\Delete</command>
|
|
<command>OCA\Talk\Command\Signaling\ListCommand</command>
|
|
<command>OCA\Talk\Command\Room\Create</command>
|
|
<command>OCA\Talk\Command\Room\Delete</command>
|
|
<command>OCA\Talk\Command\Room\Add</command>
|
|
<command>OCA\Talk\Command\Room\Remove</command>
|
|
<command>OCA\Talk\Command\Room\Promote</command>
|
|
<command>OCA\Talk\Command\Room\Demote</command>
|
|
<command>OCA\Talk\Command\Room\Update</command>
|
|
</commands>
|
|
|
|
<settings>
|
|
<admin>OCA\Talk\Settings\Admin\AdminSettings</admin>
|
|
<admin-section>OCA\Talk\Settings\Admin\Section</admin-section>
|
|
</settings>
|
|
|
|
<activity>
|
|
<settings>
|
|
<setting>OCA\Talk\Activity\Setting</setting>
|
|
</settings>
|
|
|
|
<providers>
|
|
<provider>OCA\Talk\Activity\Provider\Invitation</provider>
|
|
<provider>OCA\Talk\Activity\Provider\Call</provider>
|
|
</providers>
|
|
</activity>
|
|
|
|
<contactsmenu>
|
|
<provider>OCA\Talk\ContactsMenu\Providers\CallProvider</provider>
|
|
</contactsmenu>
|
|
|
|
<collaboration>
|
|
<plugins>
|
|
<plugin type="collaborator-search" share-type="SHARE_TYPE_ROOM">OCA\Talk\Collaboration\Collaborators\RoomPlugin</plugin>
|
|
</plugins>
|
|
</collaboration>
|
|
</info>
|