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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-09-24 13:01:49 +0300
committerGitHub <noreply@github.com>2018-09-24 13:01:49 +0300
commitc17d08e61a184d1128648e6c9ef9b39521899090 (patch)
tree69deed12fd7375c684eae7eaf911b3fd461aec7b /appinfo
parentdc69770a34f6513f5b9951a048219bae36ac48e0 (diff)
parent5fd613c7babe0881635bf88d055cb826fb69f8fd (diff)
Merge pull request #1165 from denismosolov/occ
Add occ commands to work with TURN/STUN/Signaling servers
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c819b6353..b3cde7ff1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -52,6 +52,18 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<job>OCA\Spreed\BackgroundJob\RemoveEmptyRooms</job>
</background-jobs>
+ <commands>
+ <command>OCA\Spreed\Command\Stun\Add</command>
+ <command>OCA\Spreed\Command\Stun\Delete</command>
+ <command>OCA\Spreed\Command\Stun\ListCommand</command>
+ <command>OCA\Spreed\Command\Turn\Add</command>
+ <command>OCA\Spreed\Command\Turn\Delete</command>
+ <command>OCA\Spreed\Command\Turn\ListCommand</command>
+ <command>OCA\Spreed\Command\Signaling\Add</command>
+ <command>OCA\Spreed\Command\Signaling\Delete</command>
+ <command>OCA\Spreed\Command\Signaling\ListCommand</command>
+ </commands>
+
<settings>
<admin>OCA\Spreed\Settings\Admin\TurnServer</admin>
<admin>OCA\Spreed\Settings\Admin\StunServer</admin>