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 <coding@schilljs.com>2019-09-05 15:29:09 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-05 15:29:09 +0300
commitd4fc586f1a796b8cb19cff543b668470556e44b2 (patch)
treeca88292e6d2b903e045f5d5758b61f975d103bb9 /lib/Command
parent7168522ece988505d0ed40a89f9ae238b8bf4ff6 (diff)
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/Command/Add.php4
-rw-r--r--lib/Command/Command/AddSamples.php6
-rw-r--r--lib/Command/Command/Delete.php4
-rw-r--r--lib/Command/Command/ListCommand.php4
-rw-r--r--lib/Command/Command/TRenderCommand.php4
-rw-r--r--lib/Command/Command/Update.php4
-rw-r--r--lib/Command/Signaling/Add.php2
-rw-r--r--lib/Command/Signaling/Delete.php2
-rw-r--r--lib/Command/Signaling/ListCommand.php2
-rw-r--r--lib/Command/Stun/Add.php2
-rw-r--r--lib/Command/Stun/Delete.php2
-rw-r--r--lib/Command/Stun/ListCommand.php2
-rw-r--r--lib/Command/Turn/Add.php2
-rw-r--r--lib/Command/Turn/Delete.php2
-rw-r--r--lib/Command/Turn/ListCommand.php2
15 files changed, 22 insertions, 22 deletions
diff --git a/lib/Command/Command/Add.php b/lib/Command/Command/Add.php
index b251b4151..beb17fa6b 100644
--- a/lib/Command/Command/Add.php
+++ b/lib/Command/Command/Add.php
@@ -20,9 +20,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Command;
+namespace OCA\Talk\Command\Command;
-use OCA\Spreed\Service\CommandService;
+use OCA\Talk\Service\CommandService;
use OC\Core\Command\Base;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
diff --git a/lib/Command/Command/AddSamples.php b/lib/Command/Command/AddSamples.php
index 9b30b6ce4..dde16db57 100644
--- a/lib/Command/Command/AddSamples.php
+++ b/lib/Command/Command/AddSamples.php
@@ -20,10 +20,10 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Command;
+namespace OCA\Talk\Command\Command;
-use OCA\Spreed\Model\Command;
-use OCA\Spreed\Service\CommandService;
+use OCA\Talk\Model\Command;
+use OCA\Talk\Service\CommandService;
use OC\Core\Command\Base;
use OCP\App\AppPathNotFoundException;
use OCP\App\IAppManager;
diff --git a/lib/Command/Command/Delete.php b/lib/Command/Command/Delete.php
index 3bcfd741e..ecf549d65 100644
--- a/lib/Command/Command/Delete.php
+++ b/lib/Command/Command/Delete.php
@@ -20,9 +20,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Command;
+namespace OCA\Talk\Command\Command;
-use OCA\Spreed\Service\CommandService;
+use OCA\Talk\Service\CommandService;
use OC\Core\Command\Base;
use OCP\AppFramework\Db\DoesNotExistException;
use Symfony\Component\Console\Input\InputArgument;
diff --git a/lib/Command/Command/ListCommand.php b/lib/Command/Command/ListCommand.php
index 785cdc575..af45de3ac 100644
--- a/lib/Command/Command/ListCommand.php
+++ b/lib/Command/Command/ListCommand.php
@@ -20,9 +20,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Command;
+namespace OCA\Talk\Command\Command;
-use OCA\Spreed\Service\CommandService;
+use OCA\Talk\Service\CommandService;
use OC\Core\Command\Base;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
diff --git a/lib/Command/Command/TRenderCommand.php b/lib/Command/Command/TRenderCommand.php
index b4f37efbb..b70c34ec3 100644
--- a/lib/Command/Command/TRenderCommand.php
+++ b/lib/Command/Command/TRenderCommand.php
@@ -20,9 +20,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Command;
+namespace OCA\Talk\Command\Command;
-use OCA\Spreed\Model\Command;
+use OCA\Talk\Model\Command;
use OC\Core\Command\Base;
use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Input\InputInterface;
diff --git a/lib/Command/Command/Update.php b/lib/Command/Command/Update.php
index c1f06f1c3..f0f807319 100644
--- a/lib/Command/Command/Update.php
+++ b/lib/Command/Command/Update.php
@@ -20,9 +20,9 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Command;
+namespace OCA\Talk\Command\Command;
-use OCA\Spreed\Service\CommandService;
+use OCA\Talk\Service\CommandService;
use OC\Core\Command\Base;
use OCP\AppFramework\Db\DoesNotExistException;
use Symfony\Component\Console\Input\InputArgument;
diff --git a/lib/Command/Signaling/Add.php b/lib/Command/Signaling/Add.php
index a527d35a5..2b421d030 100644
--- a/lib/Command/Signaling/Add.php
+++ b/lib/Command/Signaling/Add.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Signaling;
+namespace OCA\Talk\Command\Signaling;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Signaling/Delete.php b/lib/Command/Signaling/Delete.php
index d66f0abb7..4404c5df9 100644
--- a/lib/Command/Signaling/Delete.php
+++ b/lib/Command/Signaling/Delete.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Signaling;
+namespace OCA\Talk\Command\Signaling;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Signaling/ListCommand.php b/lib/Command/Signaling/ListCommand.php
index 384aadb3a..4ea7bd599 100644
--- a/lib/Command/Signaling/ListCommand.php
+++ b/lib/Command/Signaling/ListCommand.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Signaling;
+namespace OCA\Talk\Command\Signaling;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Stun/Add.php b/lib/Command/Stun/Add.php
index 780cc6b8f..c12439fff 100644
--- a/lib/Command/Stun/Add.php
+++ b/lib/Command/Stun/Add.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Stun;
+namespace OCA\Talk\Command\Stun;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Stun/Delete.php b/lib/Command/Stun/Delete.php
index db1a4151b..46f7aaf0a 100644
--- a/lib/Command/Stun/Delete.php
+++ b/lib/Command/Stun/Delete.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Stun;
+namespace OCA\Talk\Command\Stun;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Stun/ListCommand.php b/lib/Command/Stun/ListCommand.php
index 1b6e7a907..ecd4e5b81 100644
--- a/lib/Command/Stun/ListCommand.php
+++ b/lib/Command/Stun/ListCommand.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Stun;
+namespace OCA\Talk\Command\Stun;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Turn/Add.php b/lib/Command/Turn/Add.php
index 1d1e1ff25..fb993f900 100644
--- a/lib/Command/Turn/Add.php
+++ b/lib/Command/Turn/Add.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Turn;
+namespace OCA\Talk\Command\Turn;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Turn/Delete.php b/lib/Command/Turn/Delete.php
index 4201d446d..cb6d5bec4 100644
--- a/lib/Command/Turn/Delete.php
+++ b/lib/Command/Turn/Delete.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Turn;
+namespace OCA\Talk\Command\Turn;
use OCP\IConfig;
use OC\Core\Command\Base;
diff --git a/lib/Command/Turn/ListCommand.php b/lib/Command/Turn/ListCommand.php
index 4df13ed00..fd26595d5 100644
--- a/lib/Command/Turn/ListCommand.php
+++ b/lib/Command/Turn/ListCommand.php
@@ -22,7 +22,7 @@ declare(strict_types=1);
*
*/
-namespace OCA\Spreed\Command\Turn;
+namespace OCA\Talk\Command\Turn;
use OCP\IConfig;
use OC\Core\Command\Base;