-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy pathinfo.xml
More file actions
176 lines (147 loc) · 7.01 KB
/
info.xml
File metadata and controls
176 lines (147 loc) · 7.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016 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>spreed</id>
<name>Talk</name>
<summary><![CDATA[Chat, video & audio-conferencing using WebRTC]]></summary>
<description>< being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]></description>
<version>24.0.0-dev.3</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author>Daniel Calviño Sánchez</author>
<author>Dorra Jaouad</author>
<author>Grigorii Shartsev</author>
<author>Ivan Sein</author>
<author>Joas Schilling</author>
<author>Julius Linus</author>
<author>Maksim Sukharev</author>
<author>Marcel Hibbe</author>
<author>Marcel Müller</author>
<author>Sowjanya Kota</author>
<namespace>Talk</namespace>
<types>
<dav />
<prevent_group_restriction />
</types>
<documentation>
<user>https://docs.nextcloud.com/server/latest/user_manual/en/talk/index.html</user>
<admin>https://nextcloud-talk.readthedocs.io/en/latest/#administration-documentation</admin>
<developer>https://nextcloud-talk.readthedocs.io/en/latest/#developer-documentation</developer>
</documentation>
<category>multimedia</category>
<category>social</category>
<category>workflow</category>
<website>https://github.com/nextcloud/spreed</website>
<discussion>https://help.nextcloud.com/c/support/talk/52</discussion>
<bugs>https://github.com/nextcloud/spreed/issues</bugs>
<repository>https://github.com/nextcloud/spreed.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/call-in-action.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/chat.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/file-darg-and-drop.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/screensharing.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/video-verfication.png</screenshot>
<dependencies>
<nextcloud min-version="34" max-version="34" />
</dependencies>
<background-jobs>
<job>OCA\Talk\BackgroundJob\CheckCertificates</job>
<job>OCA\Talk\BackgroundJob\CheckHostedSignalingServer</job>
<job>OCA\Talk\BackgroundJob\CheckMatterbridges</job>
<job>OCA\Talk\BackgroundJob\ExpireChatMessages</job>
<job>OCA\Talk\BackgroundJob\ExpireObjectRooms</job>
<job>OCA\Talk\BackgroundJob\ExpireSignalingMessage</job>
<job>OCA\Talk\BackgroundJob\LockInactiveRooms</job>
<job>OCA\Talk\BackgroundJob\MaximumCallDuration</job>
<job>OCA\Talk\BackgroundJob\Reminder</job>
<job>OCA\Talk\BackgroundJob\RemoveEmptyRooms</job>
<job>OCA\Talk\BackgroundJob\ResetAssignedSignalingServer</job>
<job>OCA\Talk\BackgroundJob\RetryNotificationsJob</job>
<job>OCA\Talk\BackgroundJob\SendScheduledMessages</job>
</background-jobs>
<repair-steps>
<pre-migration>
<step>OCA\Talk\Migration\FixNamespaceInDatabaseTables</step>
</pre-migration>
<post-migration>
<step>OCA\Talk\Migration\ClearResourceAccessCache</step>
<step>OCA\Talk\Migration\CacheUserDisplayNames</step>
<step>OCA\Talk\Migration\FixLastReadMessageZero</step>
<step>OCA\Talk\Migration\RegenerateSignalingKeys</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\Talk\Command\Bot\Install</command>
<command>OCA\Talk\Command\Bot\Create</command>
<command>OCA\Talk\Command\Bot\ListBots</command>
<command>OCA\Talk\Command\Bot\Remove</command>
<command>OCA\Talk\Command\Bot\State</command>
<command>OCA\Talk\Command\Bot\Setup</command>
<command>OCA\Talk\Command\Bot\Uninstall</command>
<command>OCA\Talk\Command\Developer\AgeChatMessages</command>
<command>OCA\Talk\Command\Developer\UpdateDocs</command>
<command>OCA\Talk\Command\Monitor\Calls</command>
<command>OCA\Talk\Command\Monitor\HasActiveCalls</command>
<command>OCA\Talk\Command\Monitor\Room</command>
<command>OCA\Talk\Command\PhoneNumber\AddPhoneNumber</command>
<command>OCA\Talk\Command\PhoneNumber\FindPhoneNumber</command>
<command>OCA\Talk\Command\PhoneNumber\ImportPhoneNumbers</command>
<command>OCA\Talk\Command\PhoneNumber\RemoveUser</command>
<command>OCA\Talk\Command\PhoneNumber\RemovePhoneNumber</command>
<command>OCA\Talk\Command\Recording\Consent</command>
<command>OCA\Talk\Command\Room\Add</command>
<command>OCA\Talk\Command\Room\Create</command>
<command>OCA\Talk\Command\Room\Delete</command>
<command>OCA\Talk\Command\Room\Demote</command>
<command>OCA\Talk\Command\Room\Promote</command>
<command>OCA\Talk\Command\Room\Remove</command>
<command>OCA\Talk\Command\Room\Update</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\Signaling\VerifyKeys</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\User\Remove</command>
<command>OCA\Talk\Command\User\TransferOwnership</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>
<openmetrics>
<exporter>OCA\Talk\OpenMetrics\ActiveCalls</exporter>
<exporter>OCA\Talk\OpenMetrics\InCallSessions</exporter>
</openmetrics>
</info>